diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrpage.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrpage.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrpage.dtx b/Master/texmf-dist/source/latex/koma-script/scrpage.dtx index 0c8cab72870..7ad856b258a 100644 --- a/Master/texmf-dist/source/latex/koma-script/scrpage.dtx +++ b/Master/texmf-dist/source/latex/koma-script/scrpage.dtx @@ -163,7 +163,7 @@ % |\pagestyle| or |\thispagestyle|. Without optional argument this defines a % page like this: % \begin{center}\unitlength1mm\begin{picture}(120,82) -% \put(0,0){\dashbox{2}(58,82){~}} +% \put(0,0){\dashbox{2}(58,82){\nobreakspace}} % \put(1,78){\makebox(0,0)[l]{\emph{headright}}} % \put(29,78){\makebox(0,0){\emph{headmiddle}}} % \put(57,78){\makebox(0,0)[r]{\emph{headleft}}} @@ -171,7 +171,7 @@ % \put(1,3){\makebox(0,0)[l]{\emph{footright}}} % \put(29,3){\makebox(0,0){\emph{footmiddle}}} % \put(57,3){\makebox(0,0)[r]{\emph{footleft}}} -% \put(60,0){\dashbox{2}(58,82){~}} +% \put(60,0){\dashbox{2}(58,82){\nobreakspace}} % \put(61,78){\makebox(0,0)[l]{\emph{headleft}}} % \put(89,78){\makebox(0,0){\emph{headmiddle}}} % \put(117,78){\makebox(0,0)[r]{\emph{headright}}} @@ -184,7 +184,7 @@ % \emph{w}idth) you get a separationline between head and text and between % text and foot like this (\emph{ilw}=0.5pt): % \begin{center}\unitlength1mm\begin{picture}(120,82) -% \put(0,0){\dashbox{2}(58,82){~}} +% \put(0,0){\dashbox{2}(58,82){\nobreakspace}} % \put(1,78){\makebox(0,0)[l]{\emph{headright}}} % \put(29,78){\makebox(0,0){\emph{headmiddle}}} % \put(57,78){\makebox(0,0)[r]{\emph{headleft}}} @@ -194,7 +194,7 @@ % \put(1,3){\makebox(0,0)[l]{\emph{footright}}} % \put(29,3){\makebox(0,0){\emph{footmiddle}}} % \put(57,3){\makebox(0,0)[r]{\emph{footleft}}} -% \put(60,0){\dashbox{2}(58,82){~}} +% \put(60,0){\dashbox{2}(58,82){\nobreakspace}} % \put(61,78){\makebox(0,0)[l]{\emph{headleft}}} % \put(89,78){\makebox(0,0){\emph{headmiddle}}} % \put(117,78){\makebox(0,0)[r]{\emph{headright}}} @@ -210,7 +210,7 @@ % text and between text and foot and a line above head and below foot like % this (\emph{olw}=2pt, \emph{ilw}=0.5pt): % \begin{center}\unitlength1mm\begin{picture}(120,82) -% \put(0,0){\dashbox{2}(58,82){~}} +% \put(0,0){\dashbox{2}(58,82){\nobreakspace}} % \put(1,80){\rule{56\unitlength}{2pt}} % \put(1,78){\makebox(0,0)[l]{\emph{headright}}} % \put(29,78){\makebox(0,0){\emph{headmiddle}}} @@ -222,7 +222,7 @@ % \put(29,3){\makebox(0,0){\emph{footmiddle}}} % \put(57,3){\makebox(0,0)[r]{\emph{footleft}}} % \put(1,1){\rule{56\unitlength}{2pt}} -% \put(60,0){\dashbox{2}(58,82){~}} +% \put(60,0){\dashbox{2}(58,82){\nobreakspace}} % \put(61,80){\rule{56\unitlength}{2pt}} % \put(61,78){\makebox(0,0)[l]{\emph{headleft}}} % \put(89,78){\makebox(0,0){\emph{headmiddle}}} |