summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat/capPos.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/capPos.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/capPos.ltx34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/capPos.ltx b/Master/texmf-dist/doc/latex/hvfloat/capPos.ltx
new file mode 100644
index 00000000000..9fcd593abbe
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/capPos.ltx
@@ -0,0 +1,34 @@
+\documentclass[twoside,DIV=11]{scrartcl}
+%% $Id: capPos.ltx 72 2021-05-02 11:40:10Z herbert $
+
+\input{preamble.ltx}
+\usepackage{multicol}
+\usepackage[all=!htb]{hvfloat-fps}
+
+\setlength\columnseprule{0.4pt}
+\def\capShortText{A short caption}
+\def\capLongText{Here comes a caption to show the justification of the text relative to the object. It refers to
+the optional argument \texttt{capPos}.}
+
+\let\OrigBlindtext\blindtext
+\def\blindtext{\TeX\ is a typesetting language. Instead of visually formatting your text, you enter y
+our manuscript text intertwined with \TeX\ commands in a plain text file. You then run \TeX\ to
+produce formatted output, such as a PDF file. %Thus, in contrast to standard word processors,
+%your document is a separate file that does not pretend to be a representation of the final
+%typeset output, and so can be easily edited and manipulated.
+}
+
+
+
+\begin{document}
+\part{Examples for \texttt{capPos} and onecolumn mode}\clearpage
+\let\NewColumn\clearpage
+\input{capPos}
+
+\twocolumn[\part{Examples for \texttt{capPos} and twocolumn mode}]
+\def\blindtext{\OrigBlindtext}
+\let\NewColumn\columnbreak
+\input{capPos}
+
+
+\end{document} \ No newline at end of file