Try moving inputenc, fontenc
This commit is contained in:
parent
1b814b5477
commit
700c823646
1 changed files with 3 additions and 2 deletions
|
@ -9,18 +9,19 @@ Under supervision of Francesco Zappa Nardelli, March -- August 2018\\
|
|||
|
||||
\documentclass[11pt]{article}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{stmaryrd}
|
||||
\usepackage{mathtools}
|
||||
\usepackage{indentfirst}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{makecell}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{pgfplots}
|
||||
\usepackage{placeins}
|
||||
%\usepackage[backend=biber,style=alphabetic]{biblatex}
|
||||
\usepackage[backend=biber]{biblatex}
|
||||
|
||||
|
|
Loading…
Reference in a new issue