mirror of
https://codeberg.org/Yael-II/LaTeX-Package.git
synced 2026-03-15 04:16:27 +01:00
2025-05-19: Small updates
This commit is contained in:
@@ -51,17 +51,26 @@
|
||||
\newcommand{\setHeadBottomRight}[1]{\def\yii@headbottomright{{#1}}}
|
||||
|
||||
% Title page
|
||||
|
||||
\DeclareDocumentCommand\shorttitle{}{
|
||||
\setlength\varparindent{\parindent}
|
||||
\setlength\parindent{0em}
|
||||
\iftwocolumn
|
||||
\begin{strip}
|
||||
\vspace*{-2\baselineskip}
|
||||
\maketitle
|
||||
\end{strip}
|
||||
\else
|
||||
\maketitle
|
||||
\fi
|
||||
\setlength\parindent{\varparindent}
|
||||
}
|
||||
|
||||
\DeclareDocumentCommand\longtitle{s o m}{
|
||||
\setlength\varparindent{\parindent}
|
||||
\setlength\varparskip{\parskip}
|
||||
\setlength\parindent{0em}
|
||||
\setlength\parskip{0em}
|
||||
\iftwocolumn
|
||||
\onecolumn
|
||||
\fi
|
||||
@@ -81,10 +90,8 @@
|
||||
{\LARGE\noindent\yii@subtitle}
|
||||
\vspace*{1cm}
|
||||
|
||||
{\large\noindent\yii@author}
|
||||
|
||||
{\large\noindent\yii@institution}
|
||||
|
||||
{\large\noindent\yii@author}\\
|
||||
{\large\noindent\yii@institution}\\
|
||||
{\large\noindent\yii@division}
|
||||
|
||||
\vspace*{1cm}
|
||||
@@ -104,5 +111,7 @@
|
||||
\iftwocolumn
|
||||
\twocolumn
|
||||
\fi
|
||||
\setlength\parindent{\varparindent}
|
||||
\setlength\parskip{\varparskip}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user