Skip to content
Snippets Groups Projects
Commit 9ae483f0 authored by tuhe's avatar tuhe
Browse files

updates

parent 2719dc1b
No related branches found
No related tags found
No related merge requests found
Showing
with 450 additions and 48 deletions
No preview for this file type
No preview for this file type
......@@ -8,7 +8,7 @@
\input{beamer_slider_preamble.tex}
\title{Two alternative takes on autograding}
\author{Tue Herlau}
\author{Tue Herlau, \texttt{tuhe@dtu.dk} }
\date{\today}
\begin{document}
\begin{frame}
......
......@@ -27,6 +27,7 @@
\citation{bertsekasII}
\bibstyle{alpha}
\bibdata{pensum}
\bibcite{bertsekasII}{Ber07}
\gdef\minted@oldcachelist{,
default.pygstyle,
E913FEE88811A4A3E6162925A57739C40A1306BEF7ABBA8E6F738A7935C17A00.pygtex,
......
\begin{thebibliography}{}
\begin{thebibliography}{Ber07}
\bibitem[Ber07]{bertsekasII}
Dimitri~P. Bertsekas.
\newblock {\em Dynamic Programming and Optimal Control, Vol. II}.
\newblock Athena Scientific, 3rd edition, 2007.
\end{thebibliography}
......@@ -2,52 +2,45 @@ This is BibTeX, Version 0.99d (TeX Live 2022/dev/Debian)
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
The top-level auxiliary file: index.aux
The style file: alpha.bst
I couldn't open database file pensum.bib
---line 24 of file index.aux
: \bibdata{pensum
: }
I'm skipping whatever remains of this command
I found no \citation commands---while reading file index.aux
I found no database files---while reading file index.aux
You've used 0 entries,
Database file #1: pensum.bib
You've used 1 entry,
2543 wiz_defined-function locations,
558 strings with 4435 characters,
and the built_in function-call counts, 24 in all, are:
= -- 0
> -- 0
< -- 0
+ -- 0
- -- 0
* -- 2
:= -- 10
add.period$ -- 0
call.type$ -- 0
change.case$ -- 0
chr.to.int$ -- 0
cite$ -- 0
duplicate$ -- 0
empty$ -- 1
format.name$ -- 0
if$ -- 2
565 strings with 4550 characters,
and the built_in function-call counts, 302 in all, are:
= -- 25
> -- 8
< -- 1
+ -- 2
- -- 2
* -- 17
:= -- 58
add.period$ -- 3
call.type$ -- 1
change.case$ -- 5
chr.to.int$ -- 1
cite$ -- 1
duplicate$ -- 16
empty$ -- 26
format.name$ -- 4
if$ -- 59
int.to.chr$ -- 1
int.to.str$ -- 0
missing$ -- 0
newline$ -- 3
num.names$ -- 0
pop$ -- 0
missing$ -- 2
newline$ -- 8
num.names$ -- 3
pop$ -- 8
preamble$ -- 1
purify$ -- 0
purify$ -- 6
quote$ -- 0
skip$ -- 2
skip$ -- 11
stack$ -- 0
substring$ -- 0
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
substring$ -- 7
swap$ -- 1
text.length$ -- 1
text.prefix$ -- 1
top$ -- 0
type$ -- 0
type$ -- 4
warning$ -- 0
while$ -- 0
width$ -- 0
write$ -- 2
(There were 3 error messages)
while$ -- 2
width$ -- 2
write$ -- 15
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -10,6 +10,7 @@ if __name__ == "__main__":
setup_grade_file_report(Week6)
setup_grade_file_report(ExamMay2021)
snip_dir("./", "../students", clean_destination_dir=True, exclude=['*.token', 'deploy.py', '*_complete*'], output_dir="../Latex/output")
auxfile = get_aux('../Latex/index.aux')
references = dict(bibtex=get_bibtex('../Latex/pensum.bib'), aux=auxfile, commands=[dict(command='\\cref', output="(Assignment 6, %s)", aux=auxfile)])
snip_dir("./", "../students", clean_destination_dir=True, exclude=['*.token', 'deploy*.py', '*_complete*'], output_dir="../Latex/output", references=references)
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment