Risposte nei forum create
-
AutoreRisposte
-
::
Salve, sto utilizzando biblatex per la stesura della tesi. Non sono ancora molto esperto di Latex comunque volevo chiedere se c’è modo di dare un minimo di progressività ai riferimenti bibliografici. Per capirsi, nella prima pagina della tesi mi compare il riferimento [5] mentre nella 4 il riferimento [1].
grazie in anticipo per le rispostegiovanni
::
Grazie per la risposta. Avevo già pensato a questo problema, infatti mi ero messo alla ricerca dei caratteri incriminati ma non ne avevo trovati. Ho risolto comunque il problema! Ho copiato uno ad uno i file nel template funzionante (utilizzo lo stesso template per due lavori di tesi diversi e con uno non mi da nessun problema, mentre con l’altro mi da come errore) ed alla fine….nessun errore…..mistero!
comunque la questione della bibliografia con biblatex rimane aperto, visto che molti altri utenti hanno diversi problemi.
grazie
giovanni
::Stai usando file con codifiche diverse. Impossibile dire di più.
grazie mille per la risposta. scusa l’ignoranza dove posso controllare la codifica utilizzata nei file?
(ripeto è lo stesso template ma in un caso funziona e nell’altro no)PS:entrambi i file hanno codifica font ISO-8859-1. ti riferisci a questa?
::
Salve a tutti anche io ho problemi con biblatex.
Utilizzo lo stesso template per due lavori di tesi diversi e con uno non mi da nessun problema, mentre con l’altro mi da come errore
`! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.
See the inputenc package documentation for explanation.
Type Hfor immediate help.
…
l.27 Applications, Perspectives}
, 2008.
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
)) [61
]
`non penso ci siano errori di sintassi nel file .bib quindi qualcuno sa da dove possa derivare questo problema?
grazie
giovanni
::Forse ti riferisci al fatto che ClassicThesis usa i numeri minuscoli? Vedi i numeri andare anche sotto la linea di base delle lettere, come per esempio fa la lettera g rispetto alla lettera a?
esatto il problema è proprio questo!
scrivendo il tutto tra $$ risolvo il problema, ma vorrei sapere se c’è un modo per evitare di scrivere ogni volta i numeri tra $, anche perchè vorrei cambiare anche quelli che compaiono nei riferimenti bibliografici, nell’indice e nella numerazione delle pagine.
::
Ciao, sto utilizzando il template di classicthesis`\documentclass[ twoside, openright,titlepage,numbers=noenddot,headinclude,
dottedtoc, footinclude=true,abstractoff,cleardoublepage=empty,
BCOR=25mm,paper=a4,fontsize=11pt,american]{scrbook}\PassOptionsToPackage{eulerchapternumbers, listings,%drafting,%
pdfspacing,floatperchapter,%linedheaders,%
subfig,beramono,eulermath,parts}{classicthesis}
\usepackage{ifthen}
\newboolean{enable-backrefs}
\setboolean{enable-backrefs}{false} % true false\newcounter{dummy} % necessary for correct hyperlinks (to index, bib, etc.)
\newlength{\abcd} % for ab..z string length calculation
\providecommand{\mLyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
\newcommand{\ie}{i.\,e.}
\newcommand{\Ie}{I.\,e.}
\newcommand{\eg}{e.\,g.}
\newcommand{\Eg}{E.\,g.}\PassOptionsToPackage{latin9}{inputenc}
\usepackage{inputenc}\usepackage{babel}
\PassOptionsToPackage{square,numbers}{natbib}
\usepackage{natbib}\PassOptionsToPackage{fleqn}{amsmath}
\usepackage{amsmath}% ********************************************************************
% General useful packages
% ********************************************************************
\PassOptionsToPackage{T1}{fontenc} % T2A for cyrillics
\usepackage{fontenc}
\usepackage{textcomp} % fix warning with missing font shapes
\usepackage{scrhack} % fix warnings when using KOMA with listings package
\usepackage{xspace} % to get the spacing after macros right
\usepackage{mparhack} % get marginpar right
\usepackage{fixltx2e} % fixes some LaTeX stuff
\PassOptionsToPackage{printonlyused,smaller}{acronym}
\usepackage{acronym} % nice macros for handling all acronyms in the thesis
%\renewcommand*{\acsfont}[1]{\textssc{#1}} % for MinionPro
\renewcommand{\bflabel}[1]{{#1}\hfill} % fix the list of acronyms
% ****************************************************************************************************% ****************************************************************************************************
% 4. Setup floats: tables, (sub)figures, and captions
% ****************************************************************************************************
\usepackage{tabularx} % better tables
\setlength{\extrarowheight}{3pt} % increase table row height
\newcommand{\tableheadline}[1]{\multicolumn{1}{c}{\spacedlowsmallcaps{#1}}}
\newcommand{\myfloatalign}{\centering} % to be used with each float for alignment
\usepackage[margin=2pt,font=small,width=.8\textwidth, labelsep=period, ,labelfont=bf, format=hang]{caption}
%\captionsetup{format=hang,font=small}
\usepackage{subfig}
% ****************************************************************************************************% ****************************************************************************************************
% 5. Setup code listings
% ****************************************************************************************************
\usepackage{listings}
%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
\lstset{language=[LaTeX]Tex,%C++,
keywordstyle=\color{Black},%\bfseries,
basicstyle=\small\ttfamily,
%identifierstyle=\color{NavyBlue},
commentstyle=\color{Black}\ttfamily,
stringstyle=\rmfamily,
numbers=none,%left,%
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frameround=ftff,
frame=single,
belowcaptionskip=.75\baselineskip
%frame=L
}
% ****************************************************************************************************% ****************************************************************************************************
% 6. PDFLaTeX, hyperreferences and citation backreferences
% ****************************************************************************************************
% ********************************************************************
% Using PDFLaTeX
% ********************************************************************
\PassOptionsToPackage{pdftex,hyperfootnotes=false,pdfpagelabels}{hyperref}
\usepackage{hyperref} % backref linktocpage pagebackref
\pdfcompresslevel=9
\pdfadjustspacing=1
\PassOptionsToPackage{pdftex}{graphicx}
\usepackage{graphicx}% ********************************************************************
% Setup the style of the backrefs from the bibliography
% (translate the options to any language you use)
% ********************************************************************
\newcommand{\backrefnotcitedstring}{\relax}%(Not cited.)
\newcommand{\backrefcitedsinglestring}[1]{(Cited on page~#1.)}
\newcommand{\backrefcitedmultistring}[1]{(Cited on pages~#1.)}
\ifthenelse{\boolean{enable-backrefs}}%
{%
\PassOptionsToPackage{hyperpageref}{backref}
\usepackage{backref} % to be loaded after hyperref package
\renewcommand{\backreftwosep}{ and~} % separate 2 pages
\renewcommand{\backreflastsep}{, and~} % separate last of longer list
\renewcommand*{\backref}[1]{} % disable standard
\renewcommand*{\backrefalt}[1]{% detailed backref
\ifcase #1 %
\backrefnotcitedstring%
\or%
\backrefcitedsinglestring{#2}%
\else%
\backrefcitedmultistring{#2}%
\fi}%
}{\relax}\makeatletter
\@ifpackageloaded{babel}%
{%
\addto\extrasamerican{%
\renewcommand*{\figureautorefname}{Figure}%
\renewcommand*{\tableautorefname}{Table}%
\renewcommand*{\partautorefname}{Part}%
\renewcommand*{\chapterautorefname}{Chapter}%
\renewcommand*{\sectionautorefname}{Section}%
\renewcommand*{\subsectionautorefname}{Section}%
\renewcommand*{\subsubsectionautorefname}{Section}%
}%% Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
\providecommand{\subfigureautorefname}{\figureautorefname}%
}{\relax}
\makeatother%************************************************************************
\listfiles% ********************************************************************
\usepackage{classicthesis}
`
Il problema è che i numeri vengono scritti disallineati l’uno con l’altro. Siccome sto scrivendo una tesi scientifica ma farebbe piacere scriverli nella maniera classica
-
AutoreRisposte