Fix capitalization of "Linux" in docs (#5859)
This commit is contained in:
parent
88409f9afa
commit
57e2148ca2
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ To look at the default template for an output format, you can do
|
||||||
the format. For example `pandoc -D latex`. You can also use your
|
the format. For example `pandoc -D latex`. You can also use your
|
||||||
own template instead, either by using the `--template` option
|
own template instead, either by using the `--template` option
|
||||||
or by putting the custom template in your user data directory
|
or by putting the custom template in your user data directory
|
||||||
(on linux and macOS, `~/.pandoc/templates/`).
|
(on Linux and macOS, `~/.pandoc/templates/`).
|
||||||
|
|
||||||
Note that in many cases you can avoid the need for a custom
|
Note that in many cases you can avoid the need for a custom
|
||||||
template by including a file with the `--include-in-header`,
|
template by including a file with the `--include-in-header`,
|
||||||
|
|
|
@ -61,7 +61,7 @@ First, let's see where we are. Type
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
on linux or OSX, or
|
on Linux or OSX, or
|
||||||
|
|
||||||
echo %cd%
|
echo %cd%
|
||||||
|
|
||||||
|
@ -273,7 +273,7 @@ Now try creating a Word document (with extension `docx`).
|
||||||
If you want to create a PDF, you'll need to have LaTeX installed.
|
If you want to create a PDF, you'll need to have LaTeX installed.
|
||||||
(See [MacTeX](https://tug.org/mactex/) on OS X,
|
(See [MacTeX](https://tug.org/mactex/) on OS X,
|
||||||
[MiKTeX](https://miktex.org) on Windows, or install the texlive
|
[MiKTeX](https://miktex.org) on Windows, or install the texlive
|
||||||
package in linux.) Then do
|
package on Linux.) Then do
|
||||||
|
|
||||||
pandoc test1.md -s -o test1.pdf
|
pandoc test1.md -s -o test1.pdf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue