Skip to content

Commit

Permalink
Table 5 final
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Apr 9, 2020
1 parent 5a6dcb6 commit de1458a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CSharpMath/Atom/LaTeXSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,13 @@ public static class LaTeXSettings {
// The symbol “M”, for instance, is used for both an uppercase “m” and an uppercase “µ”.

// Table 5: Punctuation Marks Not Found in OT
// [Skip text mode commands]
{ "guillemotleft", new Punctuation("«") },
{ "guillemotright", new Punctuation("»") },
{ "guilsinglleft", new Punctuation("‹") },
{ "guilsinglright", new Punctuation("›") },
{ "quotedblbase", new Punctuation("„") },
{ "quotesinglbase", new Punctuation("‚") }, // This is not the comma
{ "textquotedbl", new Punctuation("\"") },

// Table 6: Predefined LaTeX2ε Text-Mode Commands
// [Skip text mode commands]
Expand Down

0 comments on commit de1458a

Please sign in to comment.