=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/latex.trm,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/term/Attic/latex.trm 2000/01/22 14:16:26 1.1.1.2 +++ OpenXM_contrib/gnuplot/term/Attic/latex.trm 2003/09/15 07:09:37 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: latex.trm,v 1.1.1.2 2000/01/22 14:16:26 maekawa Exp $ + * $Id: latex.trm,v 1.1.1.3 2003/09/15 07:09:37 ohara Exp $ * */ @@ -862,11 +862,6 @@ START_HELP(latex) " in the latexsym package, which is part of the base distribution and thus part", " of any LaTeX implementation. Please do not forget to use this package.", "", -" Points are drawn with the LaTex commands \\Diamond and \\Box. These", -" commands do no longer belong to the LaTeX2e core, but are included in the", -" latexsym-package in the base distribution, and are hence part of all LaTeX", -" implementations. Please do not forget to use this package.", -"", " Examples:", " About label positioning:", " Use gnuplot defaults (mostly sensible, but sometimes not really best):", @@ -876,6 +871,6 @@ START_HELP(latex) " Specify own positioning (top here):", " set xlabel '[t]{\\LaTeX\\ -- $ \\gamma $}'", " The other label -- account for long ticlabels:", -" set ylabel '[r]{\\LaTeX\\ -- $ \\gamma $\\rule{7mm}{0pt}'" +" set ylabel '[r]{\\LaTeX\\ -- $ \\gamma $\\rule{7mm}{0pt}}'" END_HELP(latex) #endif /* TERM_TABLE */