Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Added inputenc to fix rendering UTF8 character that are written direc…
Browse files Browse the repository at this point in the history
…tly in the source
  • Loading branch information
J-Moravec committed Aug 30, 2020
1 parent 61c1a96 commit 6305e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@

\documentclass[openany]{book}
\usepackage[paperwidth=5.51in, paperheight=8.81in, top=0.6205in, bottom=1.005in, right=0.505in, left=0.705in,]{geometry} % From the original manual. Do not change.
\usepackage[utf8]{inputenc} % Now we can write UTF8 characters directly in the .tex files
\usepackage[T1]{fontenc} % T1 accanthis specific?
\usepackage{accanthis} % Main font.
\usepackage{yfonts} % ygothic: For first paragraphs.
Expand Down

0 comments on commit 6305e25

Please sign in to comment.