Add compatibility options for smartypants and latex
Convert en/em-dashes and escaped ampersands.
This commit is contained in:
parent
372dee59cc
commit
28b63a6f17
1 changed files with 5 additions and 0 deletions
5
cv.typ
5
cv.typ
|
@ -1,6 +1,11 @@
|
|||
#show heading: set text(font: "New Computer Modern")
|
||||
#show link: underline
|
||||
|
||||
// smartypants and latex compatibility
|
||||
#show "--": [#sym.dash.en]
|
||||
#show "---": [#sym.dash.em]
|
||||
#show "\&": [#sym.amp]
|
||||
|
||||
// Uncomment the following lines to adjust the size of text
|
||||
// The recommend resume text size is from `10pt` to `12pt`
|
||||
// #set text(
|
||||
|
|
Loading…
Reference in a new issue