Directory macros/latex/contrib/latexdemo
README
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{DefineCode} \so{letterspacing} \end{DefineCode} \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
Download the contents of this package in one zip archive (464.5k).
latexdemo – Demonstrate LaTeX code with its resulting output
The package provides configurable tools to print out LaTeX code and the resulting output in the same document. It also supports printing the result inside a conditional sequence; thus one may suppress printing if the code would not compile.
Package | latexdemo |
Version | 0.2 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2014–2023 Matthias Pospiech |
Maintainer | Matthias Pospiech |
Contained in | TeX Live as latexdemo MiKTeX as latexdemo |
Topics | Listing Macro Demonstration |