Skip to content

Commit

Permalink
moderncv2*: fix accented characters
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Nov 19, 2018
1 parent e2713a3 commit 41c0ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions moderncv2md.sed
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

/^\\begin{document}$/,/^\\end{document}$/ {
s,\\href{\([a-zA-Z0-9_.@:/&?=-]*\)}{\([a-zA-Z0-9_\ .()@-]*\)},*[\2](\1)*,g
s,\\textbf{\([a-zA-Z0-9_\ .()@-]*\)},**\1**,g
s,\\textit{\([a-zA-Z0-9_\ .()@-]*\)},_\1_,g
s,\\textbf{\([a-zA-Z0-9àéè_\ .()@-]*\)},**\1**,g
s,\\textit{\([a-zA-Z0-9àéè_\ .()@-]*\)},_\1_,g
s,\\textmu,u,g
s,\\LaTeX,LaTeX,g
s,\\newline,,g
Expand Down
4 changes: 2 additions & 2 deletions moderncv2txt.sed
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

/^\\begin{document}$/,/^\\end{document}$/ {
s,\\href{\([a-zA-Z0-9_.@:/&?=-]*\)}{\([a-zA-Z0-9_\ .()@-]*\)},\2.,g
s,\\textbf{\([a-zA-Z0-9_\ .()@-]*\)},\1,g
s,\\textit{\([a-zA-Z0-9_\ .()@-]*\)},\1,g
s,\\textbf{\([àéèa-zA-Z0-9_\ .()@-]*\)},\1,g
s,\\textit{\([àéèa-zA-Z0-9_\ .()@-]*\)},\1,g
s,\\textmu,u,g
s,\\LaTeX,LaTeX,g
s,\\newline,,g
Expand Down

0 comments on commit 41c0ea9

Please sign in to comment.