mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:06:04 +02:00
Fix capitalization of "LaTeX" (#5695)
This commit is contained in:
parent
a3127fab7c
commit
a6b24e10e6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`cmark --to html {{file.md}}`
|
`cmark --to html {{file.md}}`
|
||||||
|
|
||||||
- Converti in latex da standard input:
|
- Converti in LaTeX da standard input:
|
||||||
|
|
||||||
`cmark --to latex`
|
`cmark --to latex`
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`cmark --to html {{filename.md}}`
|
`cmark --to html {{filename.md}}`
|
||||||
|
|
||||||
- Convert data from standard input to latex:
|
- Convert data from standard input to LaTeX:
|
||||||
|
|
||||||
`cmark --to latex`
|
`cmark --to latex`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue