diff options
author | Lilian Besson <Naereen@users.noreply.github.com> | 2021-01-31 22:23:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 22:23:47 +0100 |
commit | 14baa531c9024d1f9d0b777331126362ee07d0ce (patch) | |
tree | 71cc898c36540a367b8afa6e9fa6bb62ea1b0c22 /latex.html.markdown | |
parent | 8ad80f71e59f5ffb30d51a4649bfabd3575ec9bb (diff) |
Update latex.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
Diffstat (limited to 'latex.html.markdown')
-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 a2218a1f..0fabee40 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -280,7 +280,7 @@ active links in the table of contents. \section{Writing in ASCII or other encodings} By default, historically LaTeX accepts input which are pure ASCII, -meaning without accents (à, è etc) and non-latin symbols. +meaning without accents (à, è etc.) and non-Latin symbols. It is easy to insert accents and basic Latin symbols, with backslash shortcuts Like \,c, \'e, \`A, \ae and \oe etc. % for ç, é, À, etc |