summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-29 21:19:02 +0000
committerKarl Berry <karl@freefriends.org>2023-01-29 21:19:02 +0000
commitefa996f0ccdf4a4c8d58c684c3db409576010abd (patch)
treeaeb04caf4628a2944921f389393328093c205553 /Master/texmf-dist/doc/latex
parent9a0f81f763800ac105de14aae1d06470106c1493 (diff)
hvextern (29jan23)
git-svn-id: svn://tug.org/texlive/trunk@65670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/hvextern/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/hvextern/hvextern.pdfbin1417949 -> 1495836 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvextern/hvextern.tex18
3 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hvextern/Changes b/Master/texmf-dist/doc/latex/hvextern/Changes
index 422e5ce8942..2b5f16f44ce 100644
--- a/Master/texmf-dist/doc/latex/hvextern/Changes
+++ b/Master/texmf-dist/doc/latex/hvextern/Changes
@@ -1,5 +1,7 @@
hvextern.sty ----------------
+v 0.33 2023-01-29 - fixed bug with vertical space before and end of
+ the example code
v 0.32 2022-06-23 - fixed introduced bug
- added checkCode also for pdflatex and xelatex
v 0.31 2022-06-20 - added package option checkCode to run the external
diff --git a/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf b/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf
index 6213f9215f8..79279aab992 100644
--- a/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf
+++ b/Master/texmf-dist/doc/latex/hvextern/hvextern.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hvextern/hvextern.tex b/Master/texmf-dist/doc/latex/hvextern/hvextern.tex
index 5971c047445..5e40c2b98bd 100644
--- a/Master/texmf-dist/doc/latex/hvextern/hvextern.tex
+++ b/Master/texmf-dist/doc/latex/hvextern/hvextern.tex
@@ -1,4 +1,4 @@
-%% $Id: hvextern.tex 577 2022-06-20 16:35:21Z herbert $
+%% $Id: hvextern.tex 678 2023-01-29 09:59:12Z herbert $
\RequirePackage{pdfmanagement-testphase}
\DeclareDocumentMetadata{}
\documentclass[ngerman,a4paper,twoside]{article}
@@ -907,6 +907,7 @@ or \Lkeyval{b}.
crop,
cleanup,
force=false,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -931,6 +932,7 @@ or \Lkeyval{b}.
crop,
cleanup,
force=false,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -956,6 +958,7 @@ or \Lkeyval{b}.
crop,
cleanup,
force=false,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -982,6 +985,7 @@ or \Lkeyval{b}.
cleanup,
force=false,
mpwidth=0.5\linewidth,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -1007,6 +1011,7 @@ or \Lkeyval{b}.
cleanup,
force=false,
mpwidth=0.5\linewidth,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -1033,6 +1038,7 @@ or \Lkeyval{b}.
cleanup,
force=false,
mpwidth=0.5\linewidth,
+ aboveskip=0pt,belowskip=0pt,
docType=latex]{voss}
\documentclass{article}
\pagestyle{empty}
@@ -1476,6 +1482,16 @@ it makes no difference using the optional argument \Lkeyword{usefancyvrb} or not
\end{description}
+The listings environment uses its own keywords \Lkeyword{aboveskip} and \Lkeyword{belowskip}, also preset
+to \Lcs{medskipamount}. These ones can be changed by using the keyword \Lkeyword{lstOptions}:
+
+\begin{verbatim}
+..., lstOptions = {aboveskip=..., belowskip=...}, ...
+\end{verbatim}
+
+
+
+
\subsection{No output}
By default there is an image or text as output of the external run. In a case, where
you are only interested in the code, which should be formatted in the same style as