Skip to content

Commit 25b23dd

Browse files
committed
Introduce \cc and \cpp code blocks
This commit adds '\cc' (for C code) and '\cpp' (for C++ code) command for inlined code.
1 parent 1f63597 commit 25b23dd

File tree

3 files changed

+144
-184
lines changed

3 files changed

+144
-184
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lstlangarm.sty:
22
wget https://raw.githubusercontent.com/sysprog21/arm-assembler-latex-listings/master/lstlangarm.sty
33

4-
concurrency-primer.pdf: lstlangarm.sty concurrency-primer.tex
4+
concurrency-primer.pdf: lstlangarm.sty lib/codeblock.tex concurrency-primer.tex
55
latexmk -lualatex -latexoption=-shell-escape concurrency-primer.tex
66

77
# Clear the .DEFAULT_GOAL special variable, so that the following turns

0 commit comments

Comments
 (0)