Skip to content

Commit 73c838f

Browse files
committed
update build note
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 858de8f commit 73c838f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

1717
## Build
1818

19-
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 accomodate this.
19+
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 accomodate this. Prior to issuing the following command, all subscript and superscript notation must be changed. Find all instance of `<sub>` and `<\sub>` and replace them with `~`. Find all instance 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.
2020

2121
```
2222
pandoc "COBOL Programming Course #2 - Advanced Topics.md" -o "COBOL Programming Course #2 - Advanced Topics.pdf" --number-sections --toc --listings

0 commit comments

Comments
 (0)