DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T f

⟦4b0ebd6d0⟧ TextFile

    Length: 746 (0x2ea)
    Types: TextFile
    Names: »fig2latex.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXgraphics/fig2latex/fig2latex.h« 

TextFile

/* 
 *	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 */