Skip to content

Commit

Permalink
Fixed title spacing for tex live 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Roald87 committed Mar 24, 2021
1 parent a9a6420 commit 2901106
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changes in version 4
- Removed cell space patch
- Fixed spacing after titles in tex live 2020.

# Changes in version 3
## Big changes
- 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.
Expand Down
3 changes: 1 addition & 2 deletions cv-roald.cls
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
\vspace*{-1.5\baselineskip}
}%


% ---------------------------------------------------------------------------- %
% TITLE FORMAT %
% ---------------------------------------------------------------------------- %
Expand All @@ -192,7 +191,7 @@
{\titlefont\color{title}\huge\bfseries}{\thesection}{0em}{}
% \titlespacing{command}{left spacing}{before spacing}{after spacing}[right]
\titlespacing*{\section}%
{0pt}{1ex plus 0.2ex minus 0.2ex}{-1ex plus 0.1ex minus 0.1ex}
{0pt}{1ex plus 0.2ex minus 0.2ex}{0ex plus 0.1ex minus 0.1ex}

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

0 comments on commit 2901106

Please sign in to comment.