|
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 - download
Length: 405 (0x195) Types: TextFile Names: »spacing.latex«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/doc/spacing.latex«
% Environments to change the linespacing % ====================================== \let\myparparpar=\par \newenvironment {singlespaced}% {\myparparpar\edef\baselinestretch{1.0}\Large\normalsize}{\par} \newenvironment {oneandahalfspaced}% {\myparparpar\edef\baselinestretch{1.5}\Large\normalsize}{\par} \newenvironment {doublespaced}% {\myparparpar\edef\baselinestretch{2.0}\Large\normalsize}{\par}