GeneralMiktex not showing references (Overleaf does)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Miktex not showing references (Overleaf does)

Post by marbocam »

Hi there!

I'm working on a template given by uni, so I have a master doc where I input the docs I want to show:

Code: Select all

Code, edit and compile here:
\documentclass[tesi, crop, rm, english]{editorialupv}
\usepackage{etoolbox}
\usepackage{tikz}
% Opciones de la clase 'editorialupv'
%
% llibre - Libro docente
% ebookpdf - Libro en formato PDF para e-Readers
% tesi - Formato de tesis
% a4 - Formato A4
% rm - Tipo de letra roman
% sf - Tipo de letra sanserif
% crop - Marcas de corte (cruz) 17x24 cm (+3 mm por los cuatro lados) centrada en una A4
% nocrop - Sin marcas de corte, respeta el tamaño 17x24 cm
% nomathskip - No se modifican las distancias de las ecuaciones
%
% castellano - La publicación está escrita en castellano
% valencia - La publicació està escrita en valencià
% english - La publicación está escrita en inglés
%
% literari - La publicación tiene un formato literario
% ---------------------------------------------------------------------
% Configuraciones presonalizadas
\input{./configuraciones/preambulo}
\input{./configuraciones/preambulo_tcolorbox}
\input{./configuraciones/preambulo_listings_LaTeX} % Para incluir código LaTeX
%\input{preambulo_listings} % Ejemplos de configuración para incluir código C, o Matlab
% ---------------------------------------------------------------------
% Archivos con las referencias bibliográficas
\bibliography{referencias}
% ---------------------------------------------------------------------
% Las carpetas para los gráficos
\graphicspath{
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Overleaf does show the references, but Miktex doesn't. Any ideas on how to work it around? I could show you the style sheet as well if it helps..

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10326
Joined: Mon Mar 10, 2008 9:44 pm

Miktex not showing references (Overleaf does)

Post by Stefan Kottwitz »

You have to run BibTeX in your editor or at the command line. Overleaf does it automatically. See here: texfaq.org/FAQ-usebibtex

Stefan
LaTeX.org admin
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Miktex not showing references (Overleaf does)

Post by marbocam »

I supposedly have the package installed, but when I run if I get this error:

\usepackage{bibtex}
----------------------------------
! LaTeX Error: File `bibtex.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

How can I fix it? Please... :)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10326
Joined: Mon Mar 10, 2008 9:44 pm

Miktex not showing references (Overleaf does)

Post by Stefan Kottwitz »

It's not a package / style file, it's an external program. Did you read texfaq.org/FAQ-usebibtex?

Stefan
LaTeX.org admin
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Miktex not showing references (Overleaf does)

Post by marbocam »

Sorry, Stephan. I got caught with something else and didn't fully understand the website you sent me. I'll go back to it later and see I can fix the problem..

Thank you!!!
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Re: Miktex not showing references (Overleaf does)

Post by marbocam »

Hello again!

Yesterday I finally managed to make the whole bibliography appear :) Thank you for your help :)
Post Reply