Some more examples to README.

main
Olivier Mangin 9 years ago
parent 681ae65c9e
commit 4e204a41f2

@ -52,6 +52,17 @@ This ensure that your reference file is always up-to-date; you can cite a paper
and then add `\cite{Loeb_2012}` in your manuscript. After running the bash script, the citation will correctly appear in your compiled pdf. and then add `\cite{Loeb_2012}` in your manuscript. After running the bash script, the citation will correctly appear in your compiled pdf.
Customization
-------------
Pubs is designed to interact well with your command line tool chain. You can add custom commands to pubs by defining aliases in your config file. Here are a few examples.
[alias]
print = open -w lp
count = !pubs list -k | wc -l
For more advanced functionalities, pubs also support plugins. Actually *alias* is itself a plugin!
Requirements Requirements
------------ ------------
- python >= 2.7 or >= 3.3 - python >= 2.7 or >= 3.3

Loading…
Cancel
Save