我是 LaTeX 新手,正在尝试使用它来撰写我的论文项目。我读过关于“frontespizio”包的文章,它看起来非常有趣,因为我的论文项目必须用英语撰写,但我是意大利人。
我正在使用以下代码。没有显示错误,但它没有写任何东西......只是一个白页。你能帮我吗?
\documentclass[a4paper, 12pt]{report}
\usepackage[nouppercase]{frontespizio}
\usepackage[english]{babel}
\usepackage{geometry}
\geometry{a4paper,top=3cm,bottom=3cm,left=3.5cm,right=3.5cm,heightrounded,bindingoffset=5mm}
\linespread{1.5}
\pagestyle{plain}
\begin{document}
\begin{frontespizio}
\Istituzione{Universit/'a delle favole}
\Divisione{Dipartimento di qualcosa}
\Scuola{Laurea in boh}
\Titolo{Titolo della questione}
\Sottotitolo{Sottotitolo}
\NCandidato{Candidate}
\Candidato{Nome Cognome}
\NRelatore{Thesis advisor}
\Relatore{Nome Cognome}
\Ncorrelatore{Research supervisor}{Research supervisors}
\Correlatore{Nome Cognome}
\Correlatore{Nome Cognome}
\Piede{Matr. 111111}
\end{frontespizio}
\end{document}
答案1
如果您的主文件名为mythesis.tex
,则在其上运行 LaTeX 将mythesis-frn.tex
在与主文件相同的文件夹中保存一个名为 的新文件。您必须在其上运行 LaTeX,下次编译论文文件时,将包含卷首插图。
仅当您更改了卷首插图数据后才需要执行此操作。
arara
如果您使用,可以通过添加魔术线使操作自动化
% arara: frontespizio
在文件顶部。
注意应该Universit/'a
是Universit\`a
和
\Ncorrelatore{Research supervisor}{Research supervisors}
应该
\NCorrelatore{Research supervisor}{Research supervisors}
包装手册是意大利语的,从您的评论中我知道您可以读懂它。