Texmaker no compila referencias

Texmaker no compila referencias

Estoy usando Texmaker y Miktex y tengo problemas para compilar las referencias. En mi archivo de látex:

\usepackage[%
backend=biber,%
style=numeric,%
sorting=none,%
]{biblatex}

Estoy usando compilación rápida: pdfLaTeX+Ver PDF.

Cuando compilo, se imprime el enlace siguiente: ingrese la descripción de la imagen aquí

Cuando compilo el mismo archivo en ShareLatex funciona perfecto, por lo que debe haber algunos errores de configuración.

¿Alguien sabe cuáles son los errores? ingrese la descripción de la imagen aquí

Al ejecutar Biber manualmente se devuelve:

INFO - This is Biber 2.2
INFO - Logfile is 'main.blg'
INFO - Reading 'main.bcf'
WARN - Warning: Found biblatex control file version 2.9, expected version 2.8
INFO - Found 46 citekeys in bib section 0 
INFO - Processing section 0
INFO - Looking for bibtex format file 'citations.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'citations.bib'
WARN - Duplicate entry key: '7027553' in file 'citations.bib', skipping ...
WARN - Entry ok2006 does not parse correctly
WARN - ISBN '159829556X, 9781598295566' in entry 'Hoelzle' is invalid - run biber with '--validate_datamodel' for details.
WARN - Datamodel: Entry 'oracle' (citations.bib): Invalid format 'n.d' of date field 'date' - ignoring
ERROR - BibTeX subsystem: C:\Users\BILALA~1\AppData\Local\Temp\AI_7lm2bHk\citations.bib_7640.utf8, line 585, syntax error: at end of input, expected one of: name (entry type, key, field, or macro name) or end of entry ("}" or ")")
INFO - WARNINGS: 5
INFO - ERRORS: 1

Process exited with error(s)

Respuesta1

Compruebe si la herramienta de bibliografía predeterminada está configurada en txs:///biber Si es así, ejecute Biber solo desde el menú (Herramientas > Comandos > Biber) y luego compílelo nuevamente, debería funcionar.

¿Has intentado eliminar el archivo .aux? A veces, si se genera con un error o algo así, es más rápido eliminarlo y volver a compilarlo.

información relacionada