Change title, set fontenc T1
This commit is contained in:
parent
73f016f44c
commit
1b814b5477
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
\title{DWARF debugging data, compilation and optimization}
|
||||
\title{Speeding up stack unwinding by compiling DWARF debugging data}
|
||||
|
||||
\author{Théophile Bastian\\
|
||||
Under supervision of Francesco Zappa Nardelli, March -- August 2018\\
|
||||
|
@ -16,6 +16,7 @@ Under supervision of Francesco Zappa Nardelli, March -- August 2018\\
|
|||
\usepackage{mathtools}
|
||||
\usepackage{indentfirst}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{makecell}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{wrapfig}
|
||||
|
|
Loading…
Reference in a new issue