BibTeX, biblatex and biber ⇒ How to customize the short cut for repeating words in biblio
How to customize the short cut for repeating words in biblio
Could anybody please help me with this?
Thanks,
pban92
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
How to customize the short cut for repeating words in biblio
in your .bib file you can use the @string command to define abbreviations:
Code: Select all
@string{jee = "Journal of Environment and Earth"}
Code: Select all
@article{test,
author = "The Author",
title = "The title",
journal = jee,
year = "2009"}