Skip to content

Commit

Permalink
Introduce \cc and \cpp code blocks
Browse files Browse the repository at this point in the history
This commit adds '\cc' (for C code) and '\cpp' (for C++ code) command
for inlined code.
  • Loading branch information
jserv committed Apr 6, 2024
1 parent 1f63597 commit 25b23dd
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 184 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lstlangarm.sty:
wget https://raw.githubusercontent.com/sysprog21/arm-assembler-latex-listings/master/lstlangarm.sty

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

# Clear the .DEFAULT_GOAL special variable, so that the following turns
Expand Down
Loading

0 comments on commit 25b23dd

Please sign in to comment.