mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Make TikZ library use babel to not break with French (#247)
* Make TikZ library use babel to not break with French
Rendering was incorrect when using French babel: `\usepackage[french]{babel}` (and probably other languages). This can be fixed by configuring TikZ to use babel too.
Fix #219
* Configure TikZ to use babel wherever it is used
* Update CHANGELOG
This commit is contained in:
parent
d100f20646
commit
172f632d5f
6 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
version next
|
version next
|
||||||
|
- Fix french babel breaking contemporary style (#219)
|
||||||
- Fix birthdate not showing up in contemporary style (#244)
|
- Fix birthdate not showing up in contemporary style (#244)
|
||||||
- Fix Inspire HEP social link (#241)
|
- Fix Inspire HEP social link (#241)
|
||||||
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
- Change moderncvcolors.tex to a .sty file for MikTeX compatibility (#199)
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
|
\usetikzlibrary{babel}
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{qrcode}
|
\RequirePackage{qrcode}
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
\usetikzlibrary{tikzmark,fit}
|
\usetikzlibrary{tikzmark,fit,babel}
|
||||||
|
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
|
\usetikzlibrary{babel}
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
\RequirePackage{xcolor}
|
\RequirePackage{xcolor}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -230,6 +230,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
|
\usetikzlibrary{babel}
|
||||||
\RequirePackage{multirow}
|
\RequirePackage{multirow}
|
||||||
% package arydshln is needed for the dashed lines but is incompatible with fancy style
|
% package arydshln is needed for the dashed lines but is incompatible with fancy style
|
||||||
\if@moderncvbodyv%
|
\if@moderncvbodyv%
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
|
\usetikzlibrary{babel}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% vertical timeline implementation
|
% vertical timeline implementation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue