Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. documentclass{book}
  2.  
  3. usepackage[italian]{babel}
  4. usepackage[babel]{csquotes}
  5. usepackage{biblatex}
  6. bibliography{bibliography}
  7.  
  8.  
  9. begin{document}
  10.  
  11. cite{bringhurst:elementi}
  12.  
  13. printbibliography
  14.  
  15. end{document}
  16.  
  17. @book{bringhurst:elementi,
  18. author = {Bringhurst, Robert},
  19. title = {Gli Elementi dello Stile Tipografico},
  20. publisher = {Sylvestre Bonnard},
  21. year = {2001},
  22. location = {Milano}
  23. }
  24.  
  25. bibtex %
  26.  
  27. Process started
  28.  
  29. Process exited with error(s)
  30.  
  31. This is BibTeX, Version 0.99d (TeX Live 2012/W32TeX)
  32. Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
  33. The top-level auxiliary file: dummy.aux
  34. I found no citation commands---while reading file dummy.aux
  35. I found no bibdata command---while reading file dummy.aux
  36. I found no bibstyle command---while reading file dummy.aux
  37. You've used 0 entries,
  38. 0 wiz_defined-function locations,
  39. 83 strings with 484 characters,
  40. and the built_in function-call counts, 0 in all, are:
  41. = -- 0
  42. > -- 0
  43. < -- 0
  44. + -- 0
  45. - -- 0
  46. * -- 0
  47. := -- 0
  48. add.period$ -- 0
  49. call.type$ -- 0
  50. change.case$ -- 0
  51. chr.to.int$ -- 0
  52. cite$ -- 0
  53. duplicate$ -- 0
  54. empty$ -- 0
  55. format.name$ -- 0
  56. if$ -- 0
  57. int.to.chr$ -- 0
  58. int.to.str$ -- 0
  59. missing$ -- 0
  60. newline$ -- 0
  61. num.names$ -- 0
  62. pop$ -- 0
  63. preamble$ -- 0
  64. purify$ -- 0
  65. quote$ -- 0
  66. skip$ -- 0
  67. stack$ -- 0
  68. substring$ -- 0
  69. swap$ -- 0
  70. text.length$ -- 0
  71. text.prefix$ -- 0
  72. top$ -- 0
  73. type$ -- 0
  74. warning$ -- 0
  75. while$ -- 0
  76. width$ -- 0
  77. write$ -- 0
  78. (There were 3 error messages)
  79.  
  80. documentclass{book}
  81.  
  82. usepackage[italian]{babel}
  83. usepackage[babel]{csquotes}
  84. usepackage[backend=bibtex]{biblatex}
  85. bibliography{bibliography}
  86.  
  87.  
  88. begin{document}
  89.  
  90. cite{bringhurst:elementi}
  91.  
  92. printbibliography
  93.  
  94. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement