summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/codesection/README25
-rw-r--r--Master/texmf-dist/doc/latex/lastpackage/README23
-rw-r--r--Master/texmf-dist/doc/latex/latexdemo/README37
3 files changed, 85 insertions, 0 deletions
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