Skip to content

Commit 135f1b7

Browse files
committed
update name on slides
1 parent 7f1a12e commit 135f1b7

21 files changed

+342
-28
lines changed

Slides/lecture1.pdf

6.12 KB
Binary file not shown.

Slides/lecture2.pdf

-2.67 KB
Binary file not shown.

Slides/lecture3.pdf

1.17 KB
Binary file not shown.

Slides/lecture4.pdf

-10.5 KB
Binary file not shown.

Slides/lecture5.pdf

2.56 KB
Binary file not shown.

Slides/tex/.gitignore

+314
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,314 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/latex
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=latex
3+
4+
### LaTeX ###
5+
## Core latex/pdflatex auxiliary files:
6+
*.aux
7+
*.lof
8+
*.log
9+
*.lot
10+
*.fls
11+
*.out
12+
*.toc
13+
*.fmt
14+
*.fot
15+
*.cb
16+
*.cb2
17+
.*.lb
18+
19+
## Intermediate documents:
20+
*.dvi
21+
*.xdv
22+
*-converted-to.*
23+
# these rules might exclude image files for figures etc.
24+
# *.ps
25+
# *.eps
26+
# *.pdf
27+
28+
## Generated if empty string is given at "Please type another file name for output:"
29+
*.pdf
30+
31+
## Bibliography auxiliary files (bibtex/biblatex/biber):
32+
*.bbl
33+
*.bcf
34+
*.blg
35+
*-blx.aux
36+
*-blx.bib
37+
*.run.xml
38+
39+
## Build tool auxiliary files:
40+
*.fdb_latexmk
41+
*.synctex
42+
*.synctex(busy)
43+
*.synctex.gz
44+
*.synctex.gz(busy)
45+
*.pdfsync
46+
47+
## Build tool directories for auxiliary files
48+
# latexrun
49+
latex.out/
50+
51+
## Auxiliary and intermediate files from other packages:
52+
# algorithms
53+
*.alg
54+
*.loa
55+
56+
# achemso
57+
acs-*.bib
58+
59+
# amsthm
60+
*.thm
61+
62+
# beamer
63+
*.nav
64+
*.pre
65+
*.snm
66+
*.vrb
67+
68+
# changes
69+
*.soc
70+
71+
# comment
72+
*.cut
73+
74+
# cprotect
75+
*.cpt
76+
77+
# elsarticle (documentclass of Elsevier journals)
78+
*.spl
79+
80+
# endnotes
81+
*.ent
82+
83+
# fixme
84+
*.lox
85+
86+
# feynmf/feynmp
87+
*.mf
88+
*.mp
89+
*.t[1-9]
90+
*.t[1-9][0-9]
91+
*.tfm
92+
93+
#(r)(e)ledmac/(r)(e)ledpar
94+
*.end
95+
*.?end
96+
*.[1-9]
97+
*.[1-9][0-9]
98+
*.[1-9][0-9][0-9]
99+
*.[1-9]R
100+
*.[1-9][0-9]R
101+
*.[1-9][0-9][0-9]R
102+
*.eledsec[1-9]
103+
*.eledsec[1-9]R
104+
*.eledsec[1-9][0-9]
105+
*.eledsec[1-9][0-9]R
106+
*.eledsec[1-9][0-9][0-9]
107+
*.eledsec[1-9][0-9][0-9]R
108+
109+
# glossaries
110+
*.acn
111+
*.acr
112+
*.glg
113+
*.glo
114+
*.gls
115+
*.glsdefs
116+
*.lzo
117+
*.lzs
118+
*.slg
119+
*.slo
120+
*.sls
121+
122+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
123+
# *.ist
124+
125+
# gnuplot
126+
*.gnuplot
127+
*.table
128+
129+
# gnuplottex
130+
*-gnuplottex-*
131+
132+
# gregoriotex
133+
*.gaux
134+
*.glog
135+
*.gtex
136+
137+
# htlatex
138+
*.4ct
139+
*.4tc
140+
*.idv
141+
*.lg
142+
*.trc
143+
*.xref
144+
145+
# hyperref
146+
*.brf
147+
148+
# knitr
149+
*-concordance.tex
150+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
151+
# *.tikz
152+
*-tikzDictionary
153+
154+
# listings
155+
*.lol
156+
157+
# luatexja-ruby
158+
*.ltjruby
159+
160+
# makeidx
161+
*.idx
162+
*.ilg
163+
*.ind
164+
165+
# minitoc
166+
*.maf
167+
*.mlf
168+
*.mlt
169+
*.mtc[0-9]*
170+
*.slf[0-9]*
171+
*.slt[0-9]*
172+
*.stc[0-9]*
173+
174+
# minted
175+
_minted*
176+
*.pyg
177+
178+
# morewrites
179+
*.mw
180+
181+
# newpax
182+
*.newpax
183+
184+
# nomencl
185+
*.nlg
186+
*.nlo
187+
*.nls
188+
189+
# pax
190+
*.pax
191+
192+
# pdfpcnotes
193+
*.pdfpc
194+
195+
# sagetex
196+
*.sagetex.sage
197+
*.sagetex.py
198+
*.sagetex.scmd
199+
200+
# scrwfile
201+
*.wrt
202+
203+
# svg
204+
svg-inkscape/
205+
206+
# sympy
207+
*.sout
208+
*.sympy
209+
sympy-plots-for-*.tex/
210+
211+
# pdfcomment
212+
*.upa
213+
*.upb
214+
215+
# pythontex
216+
*.pytxcode
217+
pythontex-files-*/
218+
219+
# tcolorbox
220+
*.listing
221+
222+
# thmtools
223+
*.loe
224+
225+
# TikZ & PGF
226+
*.dpth
227+
*.md5
228+
*.auxlock
229+
230+
# titletoc
231+
*.ptc
232+
233+
# todonotes
234+
*.tdo
235+
236+
# vhistory
237+
*.hst
238+
*.ver
239+
240+
# easy-todo
241+
*.lod
242+
243+
# xcolor
244+
*.xcp
245+
246+
# xmpincl
247+
*.xmpi
248+
249+
# xindy
250+
*.xdy
251+
252+
# xypic precompiled matrices and outlines
253+
*.xyc
254+
*.xyd
255+
256+
# endfloat
257+
*.ttt
258+
*.fff
259+
260+
# Latexian
261+
TSWLatexianTemp*
262+
263+
## Editors:
264+
# WinEdt
265+
*.bak
266+
*.sav
267+
268+
# Texpad
269+
.texpadtmp
270+
271+
# LyX
272+
*.lyx~
273+
274+
# Kile
275+
*.backup
276+
277+
# gummi
278+
.*.swp
279+
280+
# KBibTeX
281+
*~[0-9]*
282+
283+
# TeXnicCenter
284+
*.tps
285+
286+
# auto folder when using emacs and auctex
287+
./auto/*
288+
*.el
289+
290+
# expex forward references with \gathertags
291+
*-tags.tex
292+
293+
# standalone packages
294+
*.sta
295+
296+
# Makeindex log files
297+
*.lpz
298+
299+
# xwatermark package
300+
*.xwm
301+
302+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
303+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
304+
# Uncomment the next line to have this generated file ignored.
305+
#*Notes.bib
306+
307+
### LaTeX Patch ###
308+
# LIPIcs / OASIcs
309+
*.vtc
310+
311+
# glossaries
312+
*.glstex
313+
314+
# End of https://www.toptal.com/developers/gitignore/api/latex

Slides/tex/Day1/defs.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
keywordstyle=\color{sgreen}, identifierstyle=\color{sblue},
4747
commentstyle=\color{sbase1}, stringstyle=\color{sorange},
4848
numberstyle=\color{sviolet}, showstringspaces=false,
49-
breaklines=true, prebreak=\mbox{{\color{sbase1}\tiny\ $\hookleftarrow$}},
50-
postbreak=\mbox{{\color{sbase1}\tiny$\to$\ }}, tabsize=5,
49+
breaklines=true,
50+
tabsize=5,
5151
morekeywords={%
5252
MyClass,unique_ptr,shared_ptr,weak_ptr,auto_ptr,
5353
make_unique, make_shared, default_delete,

Slides/tex/Day1/lecture1.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
\title[C++ Day1]{Introduction to the C++\newline{}Programming Language\newline{}\newline{}\fontsize{16pt}{16pt}\selectfont{}Day 1}
3131
\author{\texorpdfstring{%
32-
Jonas Rylund Glesaaen\newline\fontsize{12pt}{12pt}\selectfont\texttt{jonas@glesaaen.com}%
32+
Aleksandra Rylund Glesaaen\newline\fontsize{12pt}{12pt}\selectfont\texttt{aleksandra@glesaaen.com}%
3333
}{%
34-
Jonas Rylund Glesaaen}}
34+
Aleksandra Rylund Glesaaen}}
3535
\date{September 28th 2015}
3636

3737
\begin{document}
@@ -49,7 +49,7 @@ \section{Introduction}
4949

5050
\begin{itemize}
5151
\setlength\itemsep{1em}
52-
\item Jonas Rylund \tikzmark{name begin}Glesaaen\tikzmark{name end}
52+
\item Aleksandra Rylund \tikzmark{name begin}Glesaaen\tikzmark{name end}
5353
\item "A lattice guy"
5454
\item A mostly self-taught obsessive perfectionist
5555
\item Someone who believes IT should be taught by IT people

Slides/tex/Day1/style.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Beamer theme settings %
33
% --------------------- %
44

5-
\usetheme{CodeCourse}
5+
\usetheme[numbering=none]{CodeCourse}
66
\setbeamertemplate{navigation symbols}{} %Remove beamer navigation symbols
77
\setbeamertemplate{bibliography item}{\insertbiblabel}
88

Slides/tex/Day2/defs.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
keywordstyle=\color{sgreen}, identifierstyle=\color{sblue},
5252
commentstyle=\color{sbase1}, stringstyle=\color{sorange},
5353
numberstyle=\color{sviolet}, showstringspaces=false,
54-
breaklines=true, prebreak=\mbox{{\color{sbase1}\tiny\ $\hookleftarrow$}},
55-
postbreak=\mbox{{\color{sbase1}\tiny$\to$\ }}, tabsize=5,
54+
breaklines=true,
55+
tabsize=5,
5656
morekeywords={%
5757
MyClass,unique_ptr,shared_ptr,weak_ptr,auto_ptr,
5858
make_unique, make_shared, default_delete,

Slides/tex/Day2/lecture2.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
\title[C++ Day2]{Introduction to the C++\newline{}Programming Language\newline{}\newline{}\fontsize{16pt}{16pt}\selectfont{}Day 2}
3535
\author{\texorpdfstring{%
36-
Jonas Rylund Glesaaen\newline\fontsize{12pt}{12pt}\selectfont\texttt{jonas@glesaaen.com}%
36+
Aleksandra Rylund Glesaaen\newline\fontsize{12pt}{12pt}\selectfont\texttt{aleksandra@glesaaen.com}%
3737
}{%
38-
Jonas Rylund Glesaaen}}
38+
Aleksandra Rylund Glesaaen}}
3939
\date{September 29th 2015}
4040

4141
\begin{document}

Slides/tex/Day2/style.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Beamer theme settings %
33
% --------------------- %
44

5-
\usetheme{CodeCourse}
5+
\usetheme[numbering=none]{CodeCourse}
66
\setbeamertemplate{navigation symbols}{} %Remove beamer navigation symbols
77
\setbeamertemplate{bibliography item}{\insertbiblabel}
88

Slides/tex/Day3/defs.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
keywordstyle=\color{sgreen}, identifierstyle=\color{sblue},
5252
commentstyle=\color{sbase1}, stringstyle=\color{sorange},
5353
numberstyle=\color{sviolet}, showstringspaces=false,
54-
breaklines=true, prebreak=\mbox{{\color{sbase1}\tiny\ $\hookleftarrow$}},
55-
postbreak=\mbox{{\color{sbase1}\tiny$\to$\ }}, tabsize=5,
54+
breaklines=true,
55+
tabsize=5,
5656
morekeywords={%
5757
MyClass,unique_ptr,shared_ptr,weak_ptr,auto_ptr,
5858
make_unique, make_shared, default_delete,

0 commit comments

Comments
 (0)