Skip to content
Snippets Groups Projects
Commit a7b03d6b authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Merge branch 'develop' into 'master'

Change inputenc  from latin9 to utf8 for Win

See merge request vr-teaching/seminar-template!1
parents 27b1ed4a 6c57dedf
Branches master
No related tags found
1 merge request!1Change inputenc from latin9 to utf8 for Win
......@@ -24,7 +24,7 @@
% Package for text and input type
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc} %Linux: [utf8]; MAC: [macce]; Windows: [latin9]
\usepackage[utf8]{inputenc} %Linux: [utf8]; MAC: [macce]; Windows: [utf8]
\usepackage[absolute]{textpos} % for positioning logo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment