Risposte nei forum create
-
AutoreRisposte
-
::
Avevo fatto con bibtex , ora ho provato ma mi da questo erroreProcesso avviato: biber.exe “tesiprova”
INFO – This is Biber 2.5
INFO – Logfile is ‘tesiprova.blg’
INFO – Reading ‘tesiprova.bcf’
ERROR – Error: Found biblatex control file version 3.2, expected version 3.1.
This means that your biber (2.5) and biblatex (3.6) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO – ERRORS: 1Il processo è terminato con uno o più errori
::
Si giusto, eccolo:% Set up the document
\let\mypdfximage\pdfximage
\def\pdfximage{\immediate\mypdfximage}
\documentclass[a4paper, 12pt, oneside]{Tesi} % Use the “RelTirocinio” style, based on the ECS Thesis style by Steve Gunn% Include any extra LaTeX packages required
\usepackage{verbatim} % Needed for the “comment” environment to make LaTeX comments
\usepackage{vector} % Allows “\bvec{}” and “\buvec{}” for “blackboard” style bold vectors in maths
\hypersetup{urlcolor=blue, citecolor=blue, filecolor=green, colorlinks=true} % Colours hyperlinks in blue, but this can be distracting if there are many links.
% I miei packages
\usepackage[italian]{babel} %defisce la lingua in cui \`e scritto il documento
\usepackage[utf8x]{inputenc}
\usepackage{amsmath} %arricchisce set di formule matematiche
\usepackage{amssymb,amsfonts,textcomp} %arricchisce set di formule matematiche
\usepackage{graphicx} %permette di inserire grafici
\usepackage[]{mcode}
%\lstloadlanguages{C++}
\usepackage{color}
\usepackage{hhline}
\usepackage{hyperref}
\usepackage{morefloats}
\usepackage{rotating}
%\usepackage{listings}
-
AutoreRisposte