From a993c69b5f7ef42483740016522ee3613a319d32 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Fri, 26 Apr 2024 17:27:29 +0200 Subject: [PATCH] only have links to existing KOMA options --- src/HsH-classes.dtx | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/src/HsH-classes.dtx b/src/HsH-classes.dtx index 50eb66f..6f21548 100644 --- a/src/HsH-classes.dtx +++ b/src/HsH-classes.dtx @@ -236,44 +236,15 @@ http://www.latex-project.org/lppl.txt % % \DescribeOption{parskip} % The \opt{parskip=\meta{opt}} option configures the spacing in beween paragraphs. -% This is a option originally implemented by \KOMAScript{} (see \href{http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguide-en.pdf?page=239#table.3.7}{its manual}) -% so all its options apply. The class only adds additional options. \par -% For you convinience the relevant options are also listed here: -% +% This is an extending option originally implemented by \KOMAScript{}. % \begin{options} -% \item[false\OR off] Paragraphs are identified by indentation of the first line by -% 1\,em. There is no spacing requirement at the end of the last line of a -% paragraph. -% \item[full\OR true\OR on] Paragraphs are identified by a vertical space of one line -% between paragraphs. There must be at least 1\,em of free space at the end of -% the last line of the paragraph. -% \item[full-] Paragraphs are identified by a vertical space of one line between -% paragraphs. There is no spacing requirement at the end of the last line of a -% paragraph. -% \item[full+] Paragraphs are identified by a vertical space of one line between -% paragraphs. There must be at least a third of a line of free space at the end -% of a paragraph. -% \item[full*] Paragraphs are identified by a vertical space of one line between -% paragraphs. There must be at least a quarter of a line of free space at the -% end of a paragraph. -% \item[half] Paragraphs are identified by a vertical space of half a line between -% paragraphs. There must be at least 1\,em free space at the end of the last -% line of a paragraph. -% \item[half-] Paragraphs are identified by a vertical space of half a line between -% paragraphs. There is no spacing requirement at the end of the last line of a -% paragraph. -% \item[half+] Paragraphs are identified by a vertical space of half a line between -% paragraphs. There must be at least a third of a line of free space at the end -% of a paragraph. -% \item[half*] Paragraphs are identified by a vertical space of half a line between -% paragraphs. There must be at least a quarter of a line of free space at the -% end of a paragraph. % \item[never] No inter-paragraph spacing will be inserted even if additional % vertical spacing is needed for vertical adjustment with |\flushbottom|. % \item[never+] No inter-paragraph spacing will be inserted. There must be at least a % third of a line of free space at the end of a paragraph. % \item[never*] No inter-paragraph spacing will be inserted. There must be at least a % quarter of a line of free space at the end of a paragraph. +% \item[\dots] see \href{http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguide-en.pdf#table.3.7}{\KOMAScript{} manual, Table 3.7} for more options. % \end{options} % % \DescribeOption{headheight} -- GitLab