Risposte nei forum create
-
AutoreRisposte
-
::
Grazie,
tuttavia non mi riesce di farlo funzionare, l’ultimo tentativo è il seguente:\begin{table} \centering
\begin{tabular}{cccc} \caption{Nominal wavelengths (in \SI{}{\nm}) at characteristic emission lines of four different lamps} \label{tab:nominal} \hline
\toprule
{Sodium} & {Mercury} & {Cadmium} & {Helium}\\
\midrule
{588.995} & {404.66} & {467.81} & {447.15}\\
{589.590} & {435.83} & {479.99} & {501.57}\\
{} & {546.07} & {508.58} & {587.56}\\
{} & {579.07} & {643.65} & {667.82}\\
{} & {} & {} & {706.52}\\
\bottomrule
\end{tabular}
\begin{tabular}{cccc} \hline
\toprule
{Sodium} & {Mercury} & {Cadmium} & {Helium}\\
\midrule
{589} & {406} & {468} & {447}\\
{592} & {436} & {480} & {502}\\
{} & {546} & {509} & {587}\\
{} & {579} & {644} & {668}\\
{} & {} & {} & {707}\\
\bottomrule
\end{tabular}
\end{table}Potresti indicarmi esattamente come procedere? Grazie in anticipo!
::
Ciao Enrico, ancora grazie.Ecco in alllegato il mio file .log, ottenuto a seguito della compilazione del frontespizio.
Te lo allego (l’ho chiamato LOGdissertation.tex, ma in realtà è il file di log), perché la verifica da te suggerita mi è oscura.Grazie in anticipo per quanto potrai fare
Saluti
[attachment=572]LOGdissertation.tex[/attachment]
Attachments:
You must be logged in to view attached files.::
Ciao Enrico,allora, in allegato il file dissertation.tex come l’ho compilato seguendo le tue indicazioni. Preciso che se \end{document} lo metto in calce all’intero documento, le cose non cambiano: sempre una pagina pdf bianca.
Compilo una prima volta il dissertation.tex, poi il dissertation-frn.tex, infine una seconda volta dissertation.tex .Grazie ancora
Attachments:
You must be logged in to view attached files.::
Intanto grazie Enrico!
Di tentativi ne ho fatti tanti, ma i problemi sono gli stessi di questa volta:compilo dapprima il file: dissertation.tex (con i tuoi suggerimenti)
dopo compilo: disertation-frn.tex (automaticamente generato)
infine compilo nuovamente: dissertation.texIl risultato è una pagina bianca nel file .pdf (ottenuto da pdflatex)
Dove sbaglio?
Allego i file dissertation.tex e dissertation-frn.texGrazie per la pazienza infinita
Attachments:
You must be logged in to view attached files.::
Grazie OldClaudio. Ho modificato il codice (preambolo) come suggerito (in realtà mi mancava solo \newcolumntype).
In realtà sembra che non funzioni perfettamente, pertanto allego risultato in .pdf e mio preambolo.
\documentclass[]{dukedissertation}
%\documentclass[economy,twoside,bind]{dukedissertation}
% Use the second for a single-spaced copy suitable for duplex printing
% and binding.% Other useful options (there are more options documented in Chapter 2):
% * draft — don’t actually include images, print a black bar on overful
% hboxes
% * MS — Format for a Master’s Thesis. No UMI abstract page, some
% textual changes to title page.% Useful packages for dissertation writing:
\usepackage{amsmath, amssymb, amsfonts, amsthm}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{color}
\usepackage{bm}
\usepackage{subfigure}
\usepackage{mathabx}
\usepackage{multirow}
\usepackage{setspace}
% pacchetto array aggiunto da Andrea
\usepackage{array}
% pacchetto rotating aggiunto da Andrea
\usepackage{rotating}
% pacchetto booktabs aggiunto da Andrea
\usepackage{booktabs}
%pacchetto caption aggiunto da Andrea
\usepackage{caption}
\captionsetup{tableposition=top, figureposition=bottom, font=small}
% pacchetto bmpsize aggiunto da Andrea
\usepackage{bmpsize}
% pacchetto indentfirst aggiunto da Andrea
\usepackage{indentfirst}
% pacchetto microtype aggiunto da Andrea
\usepackage{microtype}
% pacchetto quoting aggiunto da Andrea
\usepackage{quoting}
\quotingsetup{font=small}
% pacchetto siunitx aggiunto da Andrea
\usepackage{siunitx}
% pacchetto tabularx aggiunto da Andrea
\usepackage{tabularx}
% \usepackage{cite} % If you include this, hyperlink cites will
% break. It’s nice to use this package if your bibstyle
% sorts entries by order-of-use, rather than
% alphabetically (as plain does).%Theorem, Lemma, etc. environments
\newtheorem{theorem}{Theorem}%[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{result}[theorem]{Result}% Personal commands and abbreviations.
%Define and personal commands here
%\newcommand{\api}{\textsuperscript{}}
\newcolumntype{P}[1]{>{\centering}p{#1}}%Graphics Path to find your pictures
\graphicspath{{./Pictures/}}
_________________________________________-
Dove sarà l’errore?
Grazie ancora
°-Arekhnames-°
[attachment=449]tabella1.pdf[/attachment]
Attachments:
You must be logged in to view attached files. -
AutoreRisposte