-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefinitions.tex
42 lines (27 loc) · 1.57 KB
/
definitions.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\setlength{\parindent}{0mm}
\setlength{\parskip}{1.5mm}
\newcommand{\mycvsection}[1]{\Needspace*{3\baselineskip}{\sc\Large{#1}}}
\newcommand{\myheading}[3]{\Needspace*{#1\baselineskip}\underline{\parbox{\hsize}{\sc\large{#2}}}{#3}}
\newcommand{\mycvitem}[2]{\myheading{2}{#1}{#2}}
\newcommand{\mylongcvitem}[2]{\myheading{4}{#1}{#2}}
\newcommand{\myfirstcvitem}[2]{\mycvitem{#1}{#2}}
\newcommand{\mybibitem}[1]{\mycvitem{#1}{}}
\newcommand{\myconferenceurl}[1]{%
\href{https://ckirsch.github.io/publications/conferences/#1.pdf}{Click here for PDF file}}
\newcommand{\myjournalurl}[1]{%
\href{https://ckirsch.github.io/publications/journals/#1.pdf}{Click here for PDF file}}
\newcommand{\myinvitedurl}[1]{%
\href{https://ckirsch.github.io/publications/invited/#1.pdf}{Click here for PDF file}}
\newcommand{\myproceedingsurl}[1]{%
\href{https://ckirsch.github.io/publications/proceedings/#1.pdf}{Click here for PDF file}}
\newcommand{\mysystemurl}[1]{%
\href{https://ckirsch.github.io/publications/systems/#1.pdf}{Click here for PDF file}}
\newcommand{\myposterurl}[1]{%
\href{https://ckirsch.github.io/publications/posters/#1.pdf}{Click here for PDF file}}
\newcommand{\myreporturl}[1]{%
\href{https://ckirsch.github.io/publications/reports/#1.pdf}{Click here for PDF file}}
\newcommand{\mythesisurl}[1]{%
\href{https://ckirsch.github.io/publications/theses/#1.pdf}{Click here for PDF file}}
\newcommand{\mytalkurl}[1]{%
\href{https://ckirsch.github.io/talks/#1.pdf}{Click here for PDF file}}
\newcommand{\myteachurl}[2]{\href{https://ckirsch.github.io/classes/#1/index.html}{\emph{#2}}}