diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-29 17:35:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-29 17:35:43 +0000 |
commit | 8ba7c37ce78351be1e8710a0dd135a8104afdfcc (patch) | |
tree | bb2c13b7bf970a5ee3d133162f24f32f9035d298 /Master/texmf-dist/doc/latex/latexdemo/README | |
parent | be602b457f0bcc88ce725b6f0f0dcd00356ab9dd (diff) |
more (non)text files
git-svn-id: svn://tug.org/texlive/trunk@34481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latexdemo/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/latexdemo/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latexdemo/README b/Master/texmf-dist/doc/latex/latexdemo/README new file mode 100644 index 00000000000..04fa9576cbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/latexdemo/README @@ -0,0 +1,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
\ No newline at end of file |