Skip to content

Commit 2146984

Browse files
authored
Update PDF creation note
Signed-off-by: Mike Bauer <Michael.Bauer2@broadcom.com>
1 parent fa60d59 commit 2146984

File tree

1 file changed

+1
-1
lines changed
  • COBOL Programming Course #3 - Advanced Topics

1 file changed

+1
-1
lines changed

COBOL Programming Course #3 - Advanced Topics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These materials are being used by other organizations to provide COBOL training
2323

2424
## Build
2525

26-
A PDF can be built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accommodate this. Prior to issuing the following command, all subscript and superscript notation must be changed. Find all instances of `<sub>` and `<\sub>` and replace them with `~`. Find all instances of `<sup>` and `<\sup>` and replace them with `^`. This is the notation required for pandoc but this would make it difficult to read the markdown in GitHub.
26+
A PDF can be built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accommodate this. Prior to issuing the following command, all subscript and superscript notation must be changed. Find all instances of `<sub>` and `</sub>` and replace them with `~`. Find all instances of `<sup>` and `</sup>` and replace them with `^`. This is the notation required for pandoc but this would make it difficult to read the markdown in GitHub.
2727

2828
```
2929
pandoc "COBOL Programming Course #3 - Advanced Topics.md" -o "COBOL Programming Course #3 - Advanced Topics.pdf" --number-sections --toc -B Front_Matter.tex --listings

0 commit comments

Comments
 (0)