Skip to content

Commit 2901106

Browse files
committed
Fixed title spacing for tex live 2020
1 parent a9a6420 commit 2901106

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Changes in version 4
2+
- Removed cell space patch
3+
- Fixed spacing after titles in tex live 2020.
4+
15
# Changes in version 3
26
## Big changes
37
- Added a new `documentclass` option `colorharmony`, which defines a new color using color harmony models. The new color is called `second` and can be used in the document with `\color{second}`. This color is also used for the new `link{}` command, see below.

cv-roald.cls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
\vspace*{-1.5\baselineskip}
179179
}%
180180

181-
182181
% ---------------------------------------------------------------------------- %
183182
% TITLE FORMAT %
184183
% ---------------------------------------------------------------------------- %
@@ -192,7 +191,7 @@
192191
{\titlefont\color{title}\huge\bfseries}{\thesection}{0em}{}
193192
% \titlespacing{command}{left spacing}{before spacing}{after spacing}[right]
194193
\titlespacing*{\section}%
195-
{0pt}{1ex plus 0.2ex minus 0.2ex}{-1ex plus 0.1ex minus 0.1ex}
194+
{0pt}{1ex plus 0.2ex minus 0.2ex}{0ex plus 0.1ex minus 0.1ex}
196195

197196
% Defines a new command which can be used as a formatter for your Job title and
198197
% location.

0 commit comments

Comments
 (0)