summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/easyfloats/doc/easyfloats.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-12-21 03:01:35 +0000
committerNorbert Preining <norbert@preining.info>2020-12-21 03:01:35 +0000
commit4cc7922324b7a08ba0418e8f245cf1dcfa1891ac (patch)
treecd90cb6c072285e779f7555a85966b81a8757e15 /macros/latex/contrib/easyfloats/doc/easyfloats.tex
parent2d9d44100d72263a7df34c12aaa89dbe6ee6fe0c (diff)
CTAN sync 202012210301
Diffstat (limited to 'macros/latex/contrib/easyfloats/doc/easyfloats.tex')
-rw-r--r--macros/latex/contrib/easyfloats/doc/easyfloats.tex63
1 files changed, 63 insertions, 0 deletions
diff --git a/macros/latex/contrib/easyfloats/doc/easyfloats.tex b/macros/latex/contrib/easyfloats/doc/easyfloats.tex
new file mode 100644
index 0000000000..6e77baccc4
--- /dev/null
+++ b/macros/latex/contrib/easyfloats/doc/easyfloats.tex
@@ -0,0 +1,63 @@
+% !TeX program = pdflatex
+% !TeX option = --shell-escape
+
+% underline links generated with the keyword api defined in preamble/keydoc.tex
+% does *not* affect \ref, \cite, table of contents etc.
+\newif\ifunderlinelinks
+\underlinelinkstrue
+
+\documentclass[a4paper]{ltxdoc}
+
+\usepackage{dtxdescribe}
+\usepackage{parskip}
+\usepackage{csquotes}
+
+\input{preamble/bibliography}
+\input{preamble/macros}
+\input{preamble/examplecode}
+\input{preamble/markdown}
+\input{preamble/link}
+\input{preamble/keydoc}
+\input{preamble/description-links}
+\input{preamble/pdfstring}
+
+\usepackage[hidelinks, pdfusetitle]{hyperref}
+\usepackage[nameinlink, noabbrev]{cleveref}
+
+\newlicense{lppl}{\LaTeX\ Project Public License}{https://www.latex-project.org/lppl/}
+\newlicense{wtfpl}{WTFPL}{http://www.wtfpl.net/}
+
+\makeindex
+
+\title{An easier interface to insert figures, tables and other objects in \LaTeX}
+\author{Erik Zöllner}
+\date{December~20, 2020}
+\package{\jobname}
+\version{v1.0.0}
+
+\newcommand{\myinput}[1]{\input{#1}\unskip}
+
+\input{links}
+\begin{document}
+ \myinput{undescribed-keywords}
+ \myinput{content/titlepage}
+ \myinput{content/examples}
+ \myinput{content/names}
+ \myinput{content/documentation}
+ \myinput{content/installation}
+ \myinput{content/bug-reports-and-contributions}
+ \myinput{content/license}
+
+ \appendix
+ \addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
+ \myinput{content/motivation}
+ \myinput{content/used-packages}
+ \myinput{content/other-packages}
+
+ \section{\refname}
+ Works cited in this documentation (ordered by appearance in this document,
+ if there are several versions on CTAN I am referring to the English pdf):
+ \printbibliography[heading=none]
+
+ \addtocontents{toc}{\protect\setcounter{tocdepth}{3}}
+\end{document}