|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T f
Length: 746 (0x2ea) Types: TextFile Names: »fig2latex.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXgraphics/fig2latex/fig2latex.h«
/* * Fig2latex : Fig-to-LaTeX translator * * Instalation dependent constants: * * THINDOT diameter of a dot if line width = \thinlines * * THICKDOT diameter of a dot if line width = \thicklines * * MIN_LEN shortest slanted line that latex can produce * shorter lines will we translated into a sequence * of dots generated by a \multiput. * * THICK_LDOT diameter of the dot for making short slanted lines * if line width = \thinlines * THIN_LDOT ... if line width = \thicklines */ #define THICKDOT (1.5/72.0) /* 1.5 points */ #define THINDOT (1.0/72.0) /* 1.0 points */ #define MIN_LEN (13.0/72.0) /* 13 points */ #define THICK_LDOT (1.1/72.0) /* 1.1 points */ #define THIN_LDOT (0.7/72.0) /* 0.7 points */