Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5e13d354

Von Marei Peischl vor mehr als 4 Jahren hinzugefügt

  • ID 5e13d3542db47322b759f8802e0f4aea118cff9b
  • Vorgänger f0c0698b
  • Nachfolger 8400bdd5

move title to infobox if enabled

Unterschiede anzeigen:

kiviletter.sty
99 99
\ExplSyntaxOff
100 100

  
101 101
\if@kivi@infobox
102
\newkomavar{locationtitle}
102 103
\setkomavar{location}{
103 104
	\begin{flushright}
104 105
		\bfseries
105 106
		\LARGE
106
		\usekomavar{title}
107
		\usekomavar{locationtitle}
107 108
	\end{flushright}
108 109

  
109 110
	\medskip
......
116 117
	\end{tabularx}
117 118
}
118 119
\removereffields
120

  
121
\ExplSyntaxOn
122
\AtBeginLetter{
123
	\ifkomavarempty{title}{}{
124
		\exp_args:Nno\setkomavar{locationtitle}{\scr@title@var}
125
		\setkomavar{title}{}
126
	}
127
}
128
\ExplSyntaxOff
119 129
\fi
120 130

  
121 131

  
132

  
122 133
\renewcommand*{\raggedsignature}{\raggedright}
123 134

  
124 135
\endinput

Auch abrufbar als: Unified diff