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 51 52 53 54 55 56 57 58 59 60 61
|
%%
%% This is file `draftcopy-test-10.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% draftcopy.doc (with options: `test10')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from draftcopy-test-10.tex.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file draftcopy.doc.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
\iffalse
\fi
\documentclass[german]{article}
\usepackage{babel}
\usepackage[light,firsttwo,outline,bottomafter]{draftcopy}
\newcommand{\xx}{
Test10: This is a test page \thepage \\
test~the~tilde~tilde~tilde (1 fixed space (\~{}) between the words)\\
test~~the~~tilde~~tilde~~tilde (2 fixed spaces (\~{}) between the words)\\
test~~~the~~~tilde~~~tilde~~~tilde (3 fixed spaces (\~{}) between the words)
\vfill
This is a testpage \thepage \newpage
}
\draftcopyName{\today}{130}
\draftcopySetScale{80}
\begin{document}
Should print the current date \verb|\today| (in german) on the first two pages,
light, outlined.\\
Should print the current date \verb|\today| (in german) on bottom of the page
after the second page.\\
Check that the lines with \~{}) have correct spacing.\\
\verb|\usepackage[light,firsttwo,outline,bottomafter]{draftcopy}|\\
and \\
\verb|\draftcopyName{\today}{130}|\\
\verb|\draftcopySetScale{80}|\\
in the preamble
\xx\xx\xx\xx
\end{document}
\endinput
%%
%% End of file `draftcopy-test-10.tex'.
|