Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
triennale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferron
triennale
Commits
775a8bc6
Commit
775a8bc6
authored
4 years ago
by
Lorenzo Ferron
Browse files
Options
Downloads
Patches
Plain Diff
Aggiunto supporto Unicode ai bookmark del PDF.
parent
188c45fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
relazione/src/FERRON_relazione.cfg
+1
-1
1 addition, 1 deletion
relazione/src/FERRON_relazione.cfg
relazione/src/FERRON_relazione.tex
+14
-8
14 additions, 8 deletions
relazione/src/FERRON_relazione.tex
relazione/src/preamble/my-macros.tex
+0
-21
0 additions, 21 deletions
relazione/src/preamble/my-macros.tex
with
15 additions
and
30 deletions
relazione/src/FERRON_relazione.cfg
+
1
−
1
View file @
775a8bc6
...
...
@@ -2,7 +2,7 @@
\StrutturaDi{Dipartimento
di
}
\struttura{Scienze
e
Innovazione
Tecnologica}
\NomeElaborato{Relazione
per
la
prova
finale}
\titolo{S
viluppo
di
una
piattaforma
\ecommerce
per
la
vendita
di
mobili
metallizzati
}
\titolo{S
VILUPPO
DI
UNA
PIATTAFORMA
E-COMMERCE
PER
LA
VENDITA
DI
MOBILI
METALLIZZATI
}
%\renewcommand{\NomeCorsoDiStudi}{\textbf{Corso
di
Laurea
in}}
\corsodistudi{Informatica}
\candidato{Lorenzo
\textsc{Ferron}}
...
...
This diff is collapsed.
Click to expand it.
relazione/src/FERRON_relazione.tex
+
14
−
8
View file @
775a8bc6
...
...
@@ -9,25 +9,25 @@ corpo=11.5pt,%
tipotesi=triennale,
%
evenboxes,
%
%draft,%
libro,
% uncomment to print PDF
%cucitura=4mm,%
twoside
%libro,% uncomment to print PDF
%twoside% uncomment to print PDF
]
{
toptesi
}
\usepackage
{
makeidx
}
\begin{pdfxmetadata}
\Title
{
Sviluppo di una piattaforma e-commerce per la vendita di mobili metallizzati
}
\Author
[it-IT]
{
Lorenzo Ferron
}
\Title
[it-IT]
{
Sviluppo di una piattaforma e-commerce per la vendita di mobili metallizzati
}
\Language
{
it-IT
\sep
en-US
}
\Keywords
{
e-commerce
\sep
architecture
\sep
data layer
\sep
presentation layer
\sep
business layer
\sep
requirements
\sep
Bachelor's Degree
\sep
italian
}
% If you don’t know what to use for the Subject, you can use the Title again in this field.
\Subject
[it-IT]
{
Sviluppo di una piattaforma e-commerce per la vendita di mobili metallizzati
}
\Subject
{
Sviluppo di una piattaforma e-commerce per la vendita di mobili metallizzati
}
\Keywords
{
e-commerce
\sep
architecture
\sep
data layer
\sep
presentation layer
\sep
business layer
\sep
requirements
\sep
Bachelor's Degree
\sep
italian
}
\Language
{
it-IT
\sep
en-US
}
\Copyright
[en-US]
{
WTFPL Version 2
}
\Copyrighted
{
False
}
\Source
{
\jobname
.tex
}
%\Publisher{}
\end{pdfxmetadata}
\usepackage
[
x-4
]
{
pdfx
}
%option x-4 for print, a-2b for archive (also display)
\usepackage
[
a-2b
]
{
pdfx
}
%option x-4 for print, a-2b for archive (also display)
\errorcontextlines
=9
% more information on the console in case of errors
...
...
@@ -70,6 +70,8 @@ natbib
\unless\ifcsname
ver@hyperref.sty
\endcsname\usepackage
{
hyperref
}
\fi
\hypersetup
{
%
pdfpagemode=
{
UseOutlines
}
,
%
unicode,
%
psdextra,
%
bookmarksopen,
%
pdfstartview=
{
FitH
}
,
%
colorlinks,
%
...
...
@@ -78,6 +80,8 @@ natbib
urlcolor=
{
blue
}
}
\usepackage
{
bookmark
}
\includeonly
{
%
contents/introduzione/introduzione,
%
contents/introduzione-al-lavoro/introduzione-al-lavoro,
%
...
...
@@ -110,7 +114,9 @@ natbib
\backmatter
\cleardoublepage
\phantomsection
\bookmarksetup
{
startatroot
}
\printbibliography
[heading=bibintoc]
\end{document}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
relazione/src/preamble/my-macros.tex
+
0
−
21
View file @
775a8bc6
...
...
@@ -32,25 +32,4 @@
\node
[below of=inst\theinstnum,node distance=0.8cm]
(thread
\thethreadnum
)
{}
;
\tikzstyle
{
threadcolor
\thethreadnum
}
=[fill=#1]
\tikzstyle
{
instcolor#3
}
=[fill=#1]
}
\newcommand*
{
\blankpage
}{
%
\vspace*
{
\fill
}
{
\centering
\textit
{{
\Large
Questa pagina è stata lasciata intenzionalmente bianca
}}
\par
}
\vspace
{
\fill
}
}
\makeatletter
\renewcommand\cleardoublepage
[1][blank]
{
\clearpage
\unless\ifodd
\value
{
page
}
\if
@twoside
\if
@openright
\blankpage
\null
\thispagestyle
{
#1
}
\clearpage
\fi
\fi
\fi
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment