]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/include_bib.py
whitespace.
[lyx.git] / lib / scripts / include_bib.py
index cf3d453548747d4495f5b8d51504fbb58b056217..54053558cee6bad8732bb6cf7d7336983d3b55c9 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # file include_bib.py
 # automatically. To set it up, create a format "ltxbbl"; make sure to 
 # check it as a document format. Then create a LaTeX-->ltxbbl converter, 
 # with the command:
-#   python -tt $$s/scripts/include_bib.py $$i $$0
-# and give it the "needaux" flag. You'll then have it in the export menu.
+#   python -tt $$s/scripts/include_bib.py $$i $$o
+# and give it the flags:
+#   needaux,nice
+# You'll then have it in the export menu.
+# 
 # We do not activate this converter by default, because there are problems
 # when one tries to use multiple bibliographies.
 #