mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
set document encoding to utf8
This commit is contained in:
parent
f1159a37d5
commit
2ea83cda3b
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
% conditions of the LaTeX Project Public License version 1.3c,
|
% conditions of the LaTeX Project Public License version 1.3c,
|
||||||
% available at http://www.latex-project.org/lppl/.
|
% available at http://www.latex-project.org/lppl/.
|
||||||
|
|
||||||
\documentclass[a4paper,11pt]{article}
|
\documentclass[a4paper,11pt,draft]{article}
|
||||||
|
|
||||||
\title{\bfseries Moderncv -- v. 0.6}
|
\title{\bfseries Moderncv -- v. 0.6}
|
||||||
\author{Package by Xavier Danaux \\ \begin{small}Documentation by Cristina Sambo \end{small}}
|
\author{Package by Xavier Danaux \\ \begin{small}Documentation by Cristina Sambo \end{small}}
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
%language and encoding options
|
%language and encoding options
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\usepackage[latin1]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
|
|
||||||
%font options
|
%font options
|
||||||
\usepackage{txfonts}
|
\usepackage{txfonts}
|
||||||
|
|
@ -264,7 +264,7 @@ whose results is shown in figure \ref{fig:ex_sec}.
|
||||||
|
|
||||||
\begin{figure}[!ht]
|
\begin{figure}[!ht]
|
||||||
\centering
|
\centering
|
||||||
\fbox{\includegraphics[width=0.9\textwidth]{ex_sec}}
|
% \fbox{\includegraphics[width=0.9\textwidth]{ex_sec}}
|
||||||
\caption{Example of usage of section commands.}
|
\caption{Example of usage of section commands.}
|
||||||
\label{fig:ex_sec}
|
\label{fig:ex_sec}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue