set document encoding to utf8

This commit is contained in:
David 2021-01-21 15:37:42 +01:00 committed by David Seus
commit 2ea83cda3b

View file

@ -5,7 +5,7 @@
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[a4paper,11pt]{article}
\documentclass[a4paper,11pt,draft]{article}
\title{\bfseries Moderncv -- v. 0.6}
\author{Package by Xavier Danaux \\ \begin{small}Documentation by Cristina Sambo \end{small}}
@ -14,7 +14,7 @@
%language and encoding options
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[utf8]{inputenc}
%font options
\usepackage{txfonts}
@ -264,7 +264,7 @@ whose results is shown in figure \ref{fig:ex_sec}.
\begin{figure}[!ht]
\centering
\fbox{\includegraphics[width=0.9\textwidth]{ex_sec}}
% \fbox{\includegraphics[width=0.9\textwidth]{ex_sec}}
\caption{Example of usage of section commands.}
\label{fig:ex_sec}
\end{figure}