Skip to content

Commit

Permalink
Fix issue with bold epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 3, 2015
1 parent 7704547 commit d606ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.pdflatex.sed
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# can be used to replace the offending code with
# the corresponding LaTeX macros.
# This should not be needed when using XeLaTeX.
s/\\vc{ϵ}/\\boldsymbol{\\epsilon}/g
s/·/{\\cdot}/g
s//{\\dagger}/g
s//{\\downarrow}/g
Expand All @@ -22,7 +23,6 @@ s/∑/{\\sum}/g
s/×/{\\times}/g
s//{\\times}/g
s//{\\uparrow}/g
s/\\vc{ϵ}/\\boldsymbol{\\epsilon}/g
s/α/{\\alpha}/g
s/β/{\\beta}/g
s/Δ/{\\Delta}/g
Expand Down

0 comments on commit d606ab2

Please sign in to comment.