Skip to content
Snippets Groups Projects
Commit a0639f74 authored by Lorenzo Ferron's avatar Lorenzo Ferron
Browse files

Correzioni minori.

Aggiunto il support di caratteri matematici per i font usati. Aggiunto supporto
ai caratteri latini, quindi accentati, e matematici nei metadati del PDF.
Aggiunto comando \MakeUppercase nel titolo. Chiarito un commento.
parent 775a8bc6
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
**/auxil/*
**/out/*
# User-specific stuff
**/.idea/*
.idea/**/workspace.xml
......
clean:
rm -rf ./out/*
rm -rf ./auxil/*
\ No newline at end of file
......@@ -2,7 +2,7 @@
\StrutturaDi{Dipartimento di }
\struttura{Scienze e Innovazione Tecnologica}
\NomeElaborato{Relazione per la prova finale}
\titolo{SVILUPPO DI UNA PIATTAFORMA E-COMMERCE PER LA VENDITA DI MOBILI METALLIZZATI}
\titolo{\MakeUppercase{SVILUPPO DI UNA PIATTAFORMA \ecommerce PER LA VENDITA DI MOBILI METALLIZZATI}}
%\renewcommand{\NomeCorsoDiStudi}{\textbf{Corso di Laurea in}}
\corsodistudi{Informatica}
\candidato{Lorenzo \textsc{Ferron}}
......
......@@ -3,14 +3,16 @@
% !TEX TS-program = lualatex
% !TeX encoding = UTF-8
\ProvidesFile{FERRON_relazione.tex}
\providecommand{\optpdfx}{a-2b,mathxmp,LATxmp} %option x-4 for print, a-2b for archive (also display)
% Preamble
\ProvidesFile{FERRON_relazione.tex}[]
\documentclass[%
corpo=11.5pt,%
tipotesi=triennale,%
evenboxes,%
%draft,%
%libro,% uncomment to print PDF
%twoside% uncomment to print PDF
%libro,twoside% uncomment to print PDF
]{toptesi}
\usepackage{makeidx}
......@@ -27,14 +29,20 @@ evenboxes,%
\Source{\jobname.tex}
%\Publisher{}
\end{pdfxmetadata}
\usepackage[a-2b]{pdfx} %option x-4 for print, a-2b for archive (also display)
\usepackage[\optpdfx]{pdfx}
\errorcontextlines=9% more information on the console in case of errors
\usepackage{fix-cm}
\setmainfont{TeX Gyre Termes}% font Times %
\setsansfont[Scale=MatchLowercase]{TeX Gyre Heros}% font Helvetica %
\setmonofont{UM Typewriter}% font typewriter un po' più scuri del font Courier %
\setmainfont[Ligatures=TeX]{TeX Gyre Termes}% font Times
\setsansfont[Ligatures=TeX, Scale=MatchLowercase]{TeX Gyre Heros}% font Helvetica
\setmonofont{UM Typewriter}% font typewriter un po' più scuri del font Courier
\usepackage{amsmath,amsthm} % per la matematica estesa
\usepackage[math-style=ISO]{unicode-math}% per la matematica UNICODE
% specify math-style=ISO for ISO compliant math
% specify math-style=TeX for TeX standard style
\setmathfont{XITS Math}[partial=upright]% font matematici UNICODE che
% van bene con i Times
\setmathfont[range={\mathcal,\mathbfcal},Alternate]{Asana Math}
\SetLanguageKeys{italian}{indentfirst=false}
......@@ -95,7 +103,7 @@ natbib
\begin{document}
\begin{ThesisTitlePage}
% Empty body...
% see FERRON_relazione.cfg
\end{ThesisTitlePage}
\sommario
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment