Skip to content

Commit cde17b6

Browse files
committed
2 additional LaTeX subs: make strikethrough easier, and add missing Euro sign
1 parent d117578 commit cde17b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

base/latex_symbols.jl

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ const latex_symbols = [
4848
"\\female" => "",
4949
"\\mars" => "",
5050

51+
"\\sout" => "̶",# ulem package, same as Elzbar
52+
"\\euro" => "",
53+
5154
# 732 symbols generated from unicode.xml
5255
"\\textexclamdown" => "¡",
5356
"\\sterling" => "£",
@@ -782,5 +785,4 @@ const latex_symbols = [
782785
"\\overbrace" => "",
783786
"\\underbrace" => "",
784787

785-
786788
]

0 commit comments

Comments
 (0)