Skip to content

Commit 83005c6

Browse files
authored
refactor structure of exercises and listings (#33)
1 parent d36f8f7 commit 83005c6

File tree

7 files changed

+5
-4
lines changed

7 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,6 @@ TSWLatexianTemp*
306306
/lectures/*.pdf
307307
/lectures-105-135/*.pdf
308308

309+
exercises.pdf
309310
lecture-notes-148x210.pdf
310311
lecture-notes-105x135-nohead.pdf
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
293 KB
Binary file not shown.

zkdl-template.cls

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@
114114
escapeinside={<@}{@>}
115115
}
116116
% --- Linter settings ---
117-
\RequirePackage{listings, listings-rust}
118-
\RequirePackage{listings, listings-circom}
119-
\RequirePackage{listings, listings-json}
120-
\RequirePackage{listings, listings-ts}
117+
\RequirePackage{listings, listlings/listings-rust}
118+
\RequirePackage{listings, listlings/listings-circom}
119+
\RequirePackage{listings, listlings/listings-json}
120+
\RequirePackage{listings, listlings/listings-ts}
121121

122122
\newcommand{\remind}[1]{\textcolor{red}{\textbf{#1}}} % To remind me of unfinished work to fix later
123123
\newcommand{\hide}[1]{} % To hide large blocks of code without using % symbols

0 commit comments

Comments
 (0)