mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Replace ~~~ with hspace
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
This commit is contained in:
parent
20c016afd9
commit
31caf9fd9c
4 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
% symbols
|
% symbols
|
||||||
% footer symbol used to separate footer elements
|
% footer symbol used to separate footer elements
|
||||||
\newcommand*{\footsymbol}{%
|
\newcommand*{\footsymbol}{%
|
||||||
{~~~{\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
|
{\hspace{1em}{\rmfamily\textbullet}\hspace{1em}}}% 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
|
||||||
|
|
||||||
% lengths
|
% lengths
|
||||||
\@initializelength{\footwidth}%
|
\@initializelength{\footwidth}%
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
% commands
|
% commands
|
||||||
\@initializecommand{\makeheaddetailssymbol}{%
|
\@initializecommand{\makeheaddetailssymbol}{%
|
||||||
{~~~{\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
|
{\hspace{1em}{\rmfamily\textbullet}\hspace{1em}}}% 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
|
% internal command to add an element to the footer
|
||||||
% it collects the elements in a temporary box, and checks when to flush the box
|
% it collects the elements in a temporary box, and checks when to flush the box
|
||||||
\@initializebox{\makeheaddetailsbox}%
|
\@initializebox{\makeheaddetailsbox}%
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
% commands
|
% commands
|
||||||
\@initializecommand{\makeheaddetailssymbol}{%
|
\@initializecommand{\makeheaddetailssymbol}{%
|
||||||
{~~~{\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
|
{\hspace{1em}{\rmfamily\textbullet}\hspace{1em}}}% 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
|
% internal command to add an element to the footer
|
||||||
% it collects the elements in a temporary box, and checks when to flush the box
|
% it collects the elements in a temporary box, and checks when to flush the box
|
||||||
\@initializebox{\makeheaddetailsbox}%
|
\@initializebox{\makeheaddetailsbox}%
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
% commands
|
% commands
|
||||||
\@initializecommand{\makeheaddetailssymbol}{%
|
\@initializecommand{\makeheaddetailssymbol}{%
|
||||||
{~~~{\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
|
{\hspace{1em}{\rmfamily\textbullet}\hspace{1em}}}% 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
|
% internal command to add an element to the footer
|
||||||
% it collects the elements in a temporary box, and checks when to flush the box
|
% it collects the elements in a temporary box, and checks when to flush the box
|
||||||
\@initializebox{\makeheaddetailsbox}%
|
\@initializebox{\makeheaddetailsbox}%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue