File: latex_old.h

package info (click to toggle)
gnuplot 6.0.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,936 kB
  • sloc: ansic: 95,319; cpp: 7,590; makefile: 2,470; javascript: 2,328; sh: 1,531; lisp: 664; perl: 304; pascal: 191; tcl: 88; python: 46
file content (50 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
 * This section is added to the user manual in place of the 
 * terminal descriptions for latex emtex eepic and tpic if these
 * terminals are disabled, as they are by default in version 5.4
 */
#ifdef TERM_HELP
START_HELP(latex)
"1 latex",
"?set terminal latex",
"?set term latex",
"?terminal latex",
"?term latex",
"?latex",
"?set terminal emtex",
"?set terminal eepic",
"?set terminal tpic",
"?set term emtex",
"?set term eepic",
"?set term tpic",
"?terminal emtex",
"?terminal eepic",
"?terminal tpic",
"?emtex",
"?eepic",
"?tpic",
" Gnuplot provides a variety of terminals for use with TeX/LaTeX.",
"",
" (1) TeX/LaTeX compatible terminals based on use of PostScript",
" See  `epslatex`, `pslatex`, and `pstricks`.",
"",
" (2) TeX/LaTeX compatible terminals based on cairo graphics",
" See `cairolatex`.",
"",
" (3) The `tikz` terminal uses an external lua script (see `lua`)",
" to produce files for the PGF and TikZ packages.",
" Use the command `set term tikz help` to print terminal options.",
"",
" (4) The `pict2e` terminal (added in version 5.4) replaces a set of legacy",
" terminals `latex`, `emtex`, `eepic`, and `tpic` present in older versions",
" of gnuplot. See `pict2e`.",
"",
" (5) Others, see `context` and legacy terminal `texdraw`.",
"",
" A summary of TeX-friendly terminals is available here:",
"^ <a href=\"http://www.gnuplot.info/docs/latex_demo.pdf\">",
"           http://www.gnuplot.info/docs/latex_demo.pdf",
"^ </a>",
""
END_HELP(latex)
#endif