Skip to content

Commit 2c4d30d

Browse files
committed
add course 2 title page
Signed-off-by: MikeBauerCA <[email protected]>
1 parent 644a899 commit 2c4d30d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
\begin{center}
2+
\vspace*{25pt}
3+
\includegraphics{Images/COBOL-Programming-Course.png}
4+
\hypertarget{cobol-programming-course-2}{%
5+
\section*{
6+
\\[35pt]
7+
\Huge COBOL Programming Course 2 \\[10pt]
8+
\Huge Advanced Topics \\[15pt]
9+
\Large Version 2.3.0}\label{cobol-programming-course-2}}
10+
\end{center}
11+
12+
\pagebreak
113 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ These materials are being used by other organizations to provide COBOL training
1919
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 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.
2020

2121
```
22-
pandoc "COBOL Programming Course #2 - Advanced Topics.md" -o "COBOL Programming Course #2 - Advanced Topics.pdf" --number-sections --toc --listings
22+
pandoc "COBOL Programming Course #2 - Advanced Topics.md" -o "COBOL Programming Course #2 - Advanced Topics.pdf" --number-sections --toc -B Front_Matter.tex --listings
2323
```

0 commit comments

Comments
 (0)