mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Tweaked the usage of \textbullet to avoid the fall-back to Computer Modern fonts and prepared the usage of symbols from the MarVoSym font for fontspec (LauLaTeX or XeLaTeX)
This commit is contained in:
parent
949b171168
commit
3b22acd208
13 changed files with 26 additions and 13 deletions
|
|
@ -30,7 +30,7 @@
|
|||
% commands
|
||||
% footer symbol used to separate footer elements
|
||||
\newcommand*{\footersymbol}{%
|
||||
{~~~\textbullet~~~}}% \textbullet forces the use of the CMSY font, even when latin modern fonts are used :(
|
||||
{~~~{\rmfamily\textbullet}~~~}}% the \rmfamily is required to force Latin Modern fonts when using sans serif, as OMS/lmss/m/n is not defined and gets substituted by OMS/cmsy/m/n
|
||||
% internal command to add an element to the footer
|
||||
% it collects the elements in a temporary box, and checks when to flush the box
|
||||
\newsavebox{\footerbox}%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue