Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[backend=bibtex]{biblatex}
  3. addbibresource{sample.bib}
  4. begin{document}
  5. section{First part}
  6. begin{refsection}
  7. See the following: cite{a,b,c}
  8.  
  9. begin{tabular}{|l|l|l|}
  10. hline
  11. a & b & c\
  12. hline
  13. begin{minipage}{8cm}vspace{2mm}printbibliography[heading=subbibliography]end{minipage} & d & e\
  14. hline
  15. end{tabular}
  16. end{refsection}
  17.  
  18. begin{refsection}
  19. section{Second part}
  20. See also: cite{d,e}
  21. printbibliography[heading=subbibliography]
  22. end{refsection}
  23.  
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement