Skip to content

Commit 70dae8d

Browse files
committed
Add Build Info
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 90e1244 commit 70dae8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

COBOL Programming with VSCode.pdf

0 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ There are two sets of materials available
1313

1414
## Build
1515

16-
The PDF is built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accomodate this.
16+
The PDF is built using the following [pandoc](https://pandoc.org/) command. Note: pdflatex is required. [MiKTeX](https://miktex.org/) can be installed to accomodate this.
1717

1818
```
19-
pandoc "COBOL Programming with VSCode.md" -o "COBOL Programming with VSCode.pdf" --number-sections -s --toc -B Front_Matter.tex --highlight-style tango --listings
19+
pandoc "COBOL Programming with VSCode.md" -o "COBOL Programming with VSCode.pdf" --number-sections --toc -B Front_Matter.tex --listings
2020
```
2121

22+
`Front_Matter.tex` contains the content before the table of contents. `COBOL Programming with VSCode.md` contains the body. The command combines the two, generates the section numbers and table of contents for the body, and outputs `COBOL Programming with VSCode.pdf`
23+
2224
## Contributing
2325

2426
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)