From a6b24e10e6c93175fafe62f246e13e3641dac76c Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 6 Apr 2021 13:16:08 +0100 Subject: [PATCH] Fix capitalization of "LaTeX" (#5695) --- pages.it/common/cmark.md | 2 +- pages/common/cmark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.it/common/cmark.md b/pages.it/common/cmark.md index f2c6b10633..95f955ad1b 100644 --- a/pages.it/common/cmark.md +++ b/pages.it/common/cmark.md @@ -7,7 +7,7 @@ `cmark --to html {{file.md}}` -- Converti in latex da standard input: +- Converti in LaTeX da standard input: `cmark --to latex` diff --git a/pages/common/cmark.md b/pages/common/cmark.md index 27368a5653..aa28757073 100644 --- a/pages/common/cmark.md +++ b/pages/common/cmark.md @@ -7,7 +7,7 @@ `cmark --to html {{filename.md}}` -- Convert data from standard input to latex: +- Convert data from standard input to LaTeX: `cmark --to latex`