Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3864

Re: gnuplot eps figures overwrite latex hyperref settings

Newsgroups comp.graphics.apps.gnuplot
Date 2018-01-19 03:57 -0800
References <erur4s$kik$1@news.lrz-muenchen.de>
Message-ID <da774f1e-51a6-4b88-be6e-82713474c3e8@googlegroups.com> (permalink)
Subject Re: gnuplot eps figures overwrite latex hyperref settings
From tanzteufel79@gmail.com

Show all headers | View raw


Here comes the final solution!


1. locate the file 'prologue.ps'. In my distro it is in '/usr/share/gnuplot/gnuplot/5.0/PostScript/'

2. as root (or user) modify it such that it looks like this: 

%
% Gnuplot Prolog Version 5.1 (Oct 2015)
%
/SuppressPDFMark true def
%

i.e. set /SuppressPDFMark to 'true' in the prologue file

3. locate the global or user specific gnuplotrc file.

4. edit gnuplotrc (as root or user) and refer to the modified prologue file by writing somewhere at the end of the file:

set psdir "/usr/share/gnuplot/gnuplot/5.0/PostScript/"

whereever it might be in your distro.

Cheers

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

Re: gnuplot eps figures overwrite latex hyperref settings tanzteufel79@gmail.com - 2018-01-19 03:57 -0800

csiph-web