Guest User

Untitled

a guest
Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. latex -version
  2. pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian)
  3. kpathsea version 6.2.1
  4. Copyright 2015 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
  5. There is NO warranty. Redistribution of this software is
  6. covered by the terms of both the pdfTeX copyright and
  7. the Lesser GNU General Public License.
  8. For more information about these matters, see the file
  9. named COPYING and the pdfTeX source.
  10. Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
  11. Compiled with libpng 1.6.17; using libpng 1.6.17
  12. Compiled with zlib 1.2.8; using zlib 1.2.8
  13. Compiled with poppler version 0.41.0
  14.  
  15. [0] Config.pm:340> INFO - This is Biber 2.4
  16. [1] Config.pm:343> INFO - Logfile is 'example.blg'
  17. [89] biber:287> INFO - === mié jun 20, 2018, 16:26:31
  18. [236] Biber.pm:348> INFO - Reading 'example.bcf'
  19. [480] Biber.pm:742> INFO - Found 2 citekeys in bib section 0
  20. [489] Biber.pm:3151> INFO - Processing section 0
  21. [542] Biber.pm:3308> INFO - Looking for bibtex format file '/home/javi/Documentos/LATEX/Referencias/cyclotomic.bib' for section 0
  22. [640] Utils.pm:163> ERROR - Cannot find '/home/javi/Documentos/LATEX/Referencias/cyclotomic.bib'!
  23. [640] Biber.pm:113> INFO - ERRORS: 1
  24.  
  25. documentclass[11pt,reqno]{amsart}
  26.  
  27. usepackage[T1]{fontenc}
  28.  
  29. %---- Packages------
  30. usepackage{amsmath, amsthm, amssymb, bm} %ver https://tex.stackexchange.com/questions/32100/what-does-each-ams-package-do y https://tex.stackexchange.com/questions/3238/bm-package-versus-boldsymbol/10643
  31. RequirePackage{tgpagella}%font family
  32. usepackage{refcheck}
  33. usepackage[backend=biber]{biblatex}
  34. addbibresource{/home/javi/Documentos/LATEX/Referencias/cyclotomic.bib}
  35.  
  36.  
  37. begin{document}
  38.  
  39. cite{AlCoCo62} and cite{ArMo11}
  40.  
  41. printbibliography
  42.  
  43. end{document}
  44.  
  45. [1] Config.pm:340> INFO - This is Biber 2.4
  46. [2] Config.pm:343> INFO - Logfile is 'example.blg'
  47. [122] biber:287> INFO - === mié jun 20, 2018, 18:04:35
  48. [268] Biber.pm:348> INFO - Reading 'example.bcf'
  49. [508] Biber.pm:742> INFO - Found 2 citekeys in bib section 0
  50. [517] Biber.pm:3151> INFO - Processing section 0
  51. [569] Biber.pm:3308> INFO - Looking for bibtex format file 'cyclotomic.bib' for section 0
  52. [611] bibtex.pm:1113> INFO - Decoding LaTeX character macros into UTF-8
  53. [648] bibtex.pm:974> INFO - Found BibTeX data source 'cyclotomic.bib'
  54. [649] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  55. [649] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  56. [649] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  57. [649] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  58. [649] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  59. [650] Utils.pm:147> WARN - Invalid or undefined BibTeX entry key in file '/tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8', skipping ...
  60. [680] Utils.pm:163> ERROR - BibTeX subsystem: /tmp/foA0bXDxyk/cyclotomic.bib_2720.utf8, line 3, syntax error: found ",", expected one of: number, name (entry type, key, field, or macro name), end of entry ("}" or ")") or quoted string ({...} or "...")
  61. [681] Biber.pm:109> INFO - WARNINGS: 6
  62. [681] Biber.pm:113> INFO - ERRORS: 1
Add Comment
Please, Sign In to add comment