From 8ba7c37ce78351be1e8710a0dd135a8104afdfcc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 29 Jun 2014 17:35:43 +0000 Subject: more (non)text files git-svn-id: svn://tug.org/texlive/trunk@34481 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/codesection/README | 25 +++++++++++++++++ Master/texmf-dist/doc/latex/lastpackage/README | 23 ++++++++++++++++ Master/texmf-dist/doc/latex/latexdemo/README | 37 ++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/codesection/README create mode 100644 Master/texmf-dist/doc/latex/lastpackage/README create mode 100644 Master/texmf-dist/doc/latex/latexdemo/README (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/codesection/README b/Master/texmf-dist/doc/latex/codesection/README new file mode 100644 index 00000000000..3cc57683436 --- /dev/null +++ b/Master/texmf-dist/doc/latex/codesection/README @@ -0,0 +1,25 @@ +codesection +=========== +Provides an Environment which can be included or excluded from compilation. + +== Description == + +This packages provides an environment to switch a section of code on or off. The +code can be placed anywhere in the file and is not limited to the document or the +preamble. +The motivation for this package was to have commands which allow to +preselect if sections of code in a preamble of a template are executed or not. + +== Contents == + +This work contains: +- The codesection files: + - codesection.dtx + - codesection.ins +- The documentation: + - codesection.pdf +- This README file + +== Maintained by == +Matthias Pospiech +matthias@pospiech.eu \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/lastpackage/README b/Master/texmf-dist/doc/latex/lastpackage/README new file mode 100644 index 00000000000..f93d752d21d --- /dev/null +++ b/Master/texmf-dist/doc/latex/lastpackage/README @@ -0,0 +1,23 @@ +lastpackage +=========== +Indicates the last loaded package. Does not provide any function. + +== Description == + +This package can be used to define the last point where some code shall be +executed. It does not provide any function. +Usage examples are provided in the documentation. + +== Contents == + +This work contains: +- The lastpackage files: + - lastpackage.dtx + - lastpackage.ins +- The documentation: + - lastpackage.pdf +- This README file + +== Maintained by == +Matthias Pospiech +matthias@pospiech.eu \ No newline at end of file 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 -- cgit v1.2.3