- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 6 anni, 1 mese fa da .
-
Topic
-
Buongiorno,
da poco sto usando LaTeX per scrivere la mia tesi di laurea.
Ho fatto qualche prova e sembrerebbe essere andato tutto bene, fino a che non ho provato a inserire la bibliografia. Mi compare il seguente errore:! TeX capacity exceeded, sorry [main memory size=3000000].
\SK@@ref …alfont \footnotesize \ttfamily #2}}}}}l.232 …ità degli stessi \cite{kitchin2016makes}
.
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on primo.log.Di seguito quanto contenuto nel file .log:
! TeX capacity exceeded, sorry [main memory size=3000000].
\underline …e $\@@underline {\hbox {#1}}\m@th $
\relax \fi
l.233 …ità degli stessi \cite{kitchin2016makes}
.
If you really absolutely need more capacity,
you can ask a wizard to enlarge me.Here is how much of TeX’s memory you used:
11834 strings out of 480790
176068 string characters out of 2896832
2999999 words of memory out of 3000000
27593 multiletter control sequences out of 15000+200000
550254 words of font info for 67 fonts, out of 3000000 for 9000
1141 hyphenation exceptions out of 8191
47i,11n,50p,1149b,1096s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!Il preambolo l’ho scritto come segue:
`\documentclass[a4paper,12pt]{report}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\usepackage{showkeys}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{fancybox}
\usepackage{subfig}
\usepackage{afterpage}
\usepackage{mathtools,amssymb}
\usepackage{natbib}
\makeatletter
\newenvironment{CenteredBox}{%
\begin{Sbox}}{% Save the content in a box
\end{Sbox}\centerline{\parbox{\wd\@Sbox}{\TheSbox}}}% And output it centered
\makeatother
\lstset{
basicstyle=\small\ttfamily}
\linespread{1.5}`Per compilare la bibliografia ho scritto il codice seguente:
`\bibliographystyle{plainnat}
\bibliography{bibliografia}`Il file di formato .bib è compilato come segue (riporto l’unico riferimento bibliografico che ho inserito per fare la mia prova):
`@article{moniruzzaman2013nosql,
title={Nosql database: New era of databases for big data analytics-classification, characteristics and comparison},
author={Moniruzzaman, ABM and Hossain, Syed Akhter},
journal={arXiv preprint arXiv:1307.0191},
year={2013}
}`Sto lavorando con Windows 10, sto usando pdfLaTeX per la composizione e ho provato a utilizzare sia TeWworks, sia Texmaker come editor.
Qualcuno sa a cosa potrebbe essere dovuto questo errore?
Ringrazio anticipatamente per l’aiuto.
- Devi essere connesso per rispondere a questo topic.