Skip to content

Commit

Permalink
Sync title spacing with Word template (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
csware authored Jul 9, 2023
1 parent cec519d commit 91fabdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- (chore) `build.sh` assumes `*.md` are formatted using LF line endings, removed `dos2unix` dependency.
- Improve spacing in and around lists to better match the Word template. [#102](https://github.com/gi-ev/LNI/pull/102)
- Synced title spacing with Word template. [#104](https://github.com/gi-ev/LNI/pull/104)
- (chore) `build.sh` assumes `*.md` are formatted using LF line endings, removed `dos2unix` dependency.

### Fixed

Expand Down
14 changes: 7 additions & 7 deletions lni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,22 @@
\newpage
\null
\begin{center}%
\vskip -24pt% Abstand vor dem Titel
\vskip -27pt% Abstand vor dem Titel
\raggedright% Linksbündig
\let\footnote\thanks
{\Large\bfseries\@title\par}%
\ifx\@subtitle\empty\else
\ifx\@subtitle\undefined\else
\vskip 16pt
\ifx\@subtitle\empty\vskip 9pt\else % Abstand nach dem Titel
\ifx\@subtitle\undefined\vskip 9pt\else
\vskip 9pt
{\normalsize\bfseries\@subtitle}%
\vskip 15pt% Abstand nach dem Titel
\fi%
\fi%
\vskip 19pt% Abstand nach dem Titel
{\normalsize%
\lineskip .5em%
\@author
\par}%
\vskip 28pt% Abstand vor dem Abstract
\vskip 21pt% Abstand vor dem Abstract
\end{center}%
\AddToShipoutPictureBG*{\AtPageLowerLeft{%
\put(\LenToUnit{\the\doihoffset},\LenToUnit{\the\doivoffset}){%
Expand Down Expand Up @@ -423,7 +423,7 @@
\newenvironment{keywords}%
{\global\keywordstrue\small%
\def\and{\unskip;\space}%
\noindent\ignorespaces{\bfseries Keywords:\ }}%
\vskip -2pt\noindent\ignorespaces{\bfseries Keywords:\ }}%
{\global\keywordsfalse}
\let\@RIGsection\section
\pretocmd\@startsection{%
Expand Down

0 comments on commit 91fabdf

Please sign in to comment.