blob: 04fa9576cbf4c084591c09788642bec44d51a2c0 (
plain)
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
|
latexdemo
=========
Demonstrate LaTeX code with its resulting output.
== Description ==
This package provides configurable tools to print out LaTeX code and
the resulting output in the same document. It supports to print out
the result inside a conditional sequence. This allows to print the
result only if it would compile, which can be done with code such
as:
\begin{filecontents*}{\democodefile}
\so{letterspacing}
\end{filecontents*}
\ifcsdef{so}{%
Commands of package \package{soul}:
\PrintDemo{style=parallel}%
}{}%
This package is comprehensively used in the documentation of the
LaTeX Thesis template: https://code.google.com/p/latexthesistemplate/
== Contents ==
This work contains:
- The latexdemo files:
- latexdemo.dtx
- latexdemo.ins
- The documentation:
- latexdemo.pdf
- This README file
== Maintained by ==
Matthias Pospiech
matthias@pospiech.eu
|