-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathck.tex
More file actions
54 lines (30 loc) · 732 Bytes
/
ck.tex
File metadata and controls
54 lines (30 loc) · 732 Bytes
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
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{skull}
\usepackage{needspace}
\usepackage{fullpage}
\usepackage{times}
\usepackage{hyperref}
% Removes bug in tex4ht
\expandafter\let\csname NR:Type\endcsname\relax
\usepackage[sorting=none,backend=biber,safeinputenc]{biblatex}
\addbibresource{ck.bib}
\begin{document}
\input{definitions}
\input{personal}
\mycvsection{Publications}
\input{pubs}
\mycvsection{Talks}
\input{tlks}
\mycvsection{Group}
\input{group}
\mycvsection{Teaching}
\input{clsss}
\mycvsection{Professional Activities}
\input{activities}
\mycvsection{Research Grants}
\input{grants}
\mycvsection{References}
\input{references}
\end{document}