File: grap.tex.defines

package info (click to toggle)
grap 1.39-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 820 kB
  • ctags: 584
  • sloc: cpp: 3,024; yacc: 1,063; lex: 1,004; makefile: 187; sh: 168; awk: 5
file content (23 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.G1
# This file adds support for TeX to grap
# (assuming that your 'pic' implementation allows that. Eg. the pic program
# that comes with the GNU groff package does so)
#
#
# All symbols defined here come standard with LaTeX2e,
# with the exception of square and box
#
# If you want to use these two symbols, you must load the 'amssym' package,
# ie. put \usepackage{amssymb} in the preamble of your document.
# 
define delta	{"\textrm{\fontsize{8}{0}\selectfont{$\triangle$}}"}
define bullet	{"\textrm{\fontsize{9}{0}\selectfont{$\bullet$}}"}
define vtick	{"\textrm{\fontsize{8}{0}\selectfont{$\mid$}}"}
define square	{"\textrm{\fontsize{8}{0}\selectfont{$\square$}}"}
define box	{"\textrm{\fontsize{8}{0}\selectfont{$\blacksquare$}}"}
define times	{"\textrm{\fontsize{8}{0}\selectfont$\times$}"}
define htick	{"\textrm{\fontsize{8}{0}\selectfont{--}}"}
define plus	{"\textrm{\fontsize{8}{0}\selectfont{+}}"}
define star	{"\textrm{\fontsize{8}{0}\selectfont$\star$}"}
define dot	{"\textrm{\fontsize{8}{0}\selectfont$\cdot$}"}
.G2