diff options
author | Lilian Besson <Naereen@users.noreply.github.com> | 2021-01-31 22:23:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 22:23:34 +0100 |
commit | 8ad80f71e59f5ffb30d51a4649bfabd3575ec9bb (patch) | |
tree | 5c4acc7bca5ff5da188c3a37a70de477beeb5188 | |
parent | 028b3736d4be6021e1a092b3859db82c3d3f9b97 (diff) |
Update latex.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
-rw-r--r-- | latex.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex.html.markdown b/latex.html.markdown index 0d4daad4..a2218a1f 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -282,7 +282,7 @@ active links in the table of contents. By default, historically LaTeX accepts input which are pure ASCII, meaning without accents (à, è etc) and non-latin symbols. -It is easy to incert accents and basic latin symbols, with backslash shortcuts +It is easy to insert accents and basic Latin symbols, with backslash shortcuts Like \,c, \'e, \`A, \ae and \oe etc. % for ç, é, À, etc % See https://en.wikibooks.org/wiki/LaTeX/Special_Characters#Escaped_codes for more |