[SCM] Extract bibliographic references from various sources branch, debian, updated. 342e651f82cb5ef92469e0595242d039fcbc5706

Filippo Rusconi (Debian Maintainer) rusconi-debian at laposte.net
Wed Jun 24 21:06:20 UTC 2009


The following commit has been merged in the debian branch:
commit 3c2dae8d9ac661f6df3b1e8c0c060b1d328e8b5f
Author: Filippo Rusconi (Debian Maintainer) <rusconi-debian at laposte.net>
Date:   Wed Jun 24 22:14:22 2009 +0200

    Added man pages to document the c2btools/ scripts.

diff --git a/debian/bib2pdf.1 b/debian/bib2pdf.1
new file mode 100644
index 0000000..a17d9b2
--- /dev/null
+++ b/debian/bib2pdf.1
@@ -0,0 +1,63 @@
+.TH "BIB2PDF" "1" "2009/06/24" "" ""
+.SH "NAME"
+bib2pdf \- script to convert BibTeX files to PDF
+
+.SH "SYNOPSIS"
+.HP 7
+\fBbib2pdf\fR <input.bib> <output.pdf>
+.PP
+
+
+.SH "DESCRIPTION"
+.PP
+\fBbib2pdf\fR is a script to convert a BibTeX file into a PDF
+file. The conversion is performed by first creating a small LaTeX file
+in which all the bibliographical records are inserted. That LaTeX file
+is then \fBlatex\fR\-compiled into a DVI file which, in turn, gets
+converted into a PDF file using \fBdvipdfm\fR\&. Note that the script
+might be configured to use \fBpdflatex\fR instead of \fBlatex\fR\&,
+thus producing the PDF output file with no extra conversion step.
+.PP
+This script is part of the \fBcb2bib\fR package and is located at
+/usr/share/cb2bib/c2btools/bib2pdf.
+
+
+.SH "BIBLIOGRAPHICAL REFERENCES TO BE CITED"
+.PP
+P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755.
+.PP
+P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751.
+
+.RE
+.SH "SEE ALSO" 
+.PP 
+\fBcb2bib\fR (1); \fBmed2bib\fR (1); \fBisi2bib\fR (1); \fBris2bib\fR (1).
+
+.RE
+.SH "AUTHORS"
+.PP
+\fBPere Constans \&<constans\&@molspaces\&.com\&> and \fBFilippo
+Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Program authors\&.
+.PP
+\fBFilippo Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Man\-page author for the Debian distribution\&.
+.SH "COPYRIGHT"
+Copyright \(co 2004\-2008 Pere Constans
+.br
+Copyright \(co 2009 Filippo Rusconi
+.BR
+.PP
+This manual page was written for the Debian system (but may be used by others)\&.
+.PP
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or (at
+your option) any later version published by the Free Software
+Foundation\&. On a Debian system the complete text of the GNU General
+Public License version 3 can be found in the file
+`/usr/share/common-licenses/GPL\-3'.
+.SP
diff --git a/debian/isi2bib.1 b/debian/isi2bib.1
new file mode 100644
index 0000000..a5749da
--- /dev/null
+++ b/debian/isi2bib.1
@@ -0,0 +1,61 @@
+.TH "ISI2BIB" "1" "2009/06/24" "" ""
+.SH "NAME"
+isi2bib \- script to convert ISI-format files to PDF
+
+.SH "SYNOPSIS"
+.HP 7
+\fBisi2bib\fR <input.isi> <output.bib>
+.PP
+
+
+.SH "DESCRIPTION"
+.PP
+\fBisi2bib\fR is a script to convert an ISI-format file into a PDF
+file. The conversion is a two step process: the ISI-format file is
+first converted into an XML-format file; that XML-format file is in
+turn converted into the BibTeX-format file (both utilities are
+shipped in the \fBbibutils\fR package.
+.PP
+This script is part of the \fBcb2bib\fR package and is located at
+/usr/share/cb2bib/c2btools/isi2bib.
+
+
+.SH "BIBLIOGRAPHICAL REFERENCES TO BE CITED"
+.PP
+P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755.
+.PP
+P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751.
+
+.RE
+.SH "SEE ALSO" 
+.PP 
+\fBcb2bib\fR (1); \fBmed2bib\fR (1); \fBpdf2bib\fR (1); \fBris2bib\fR (1).
+
+.RE
+.SH "AUTHORS"
+.PP
+\fBPere Constans \&<constans\&@molspaces\&.com\&> and \fBFilippo
+Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Program authors\&.
+.PP
+\fBFilippo Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Man\-page author for the Debian distribution\&.
+.SH "COPYRIGHT"
+Copyright \(co 2004\-2008 Pere Constans
+.br
+Copyright \(co 2009 Filippo Rusconi
+.BR
+.PP
+This manual page was written for the Debian system (but may be used by others)\&.
+.PP
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or (at
+your option) any later version published by the Free Software
+Foundation\&. On a Debian system the complete text of the GNU General
+Public License version 3 can be found in the file
+`/usr/share/common-licenses/GPL\-3'.
+.SP
diff --git a/debian/med2bib.1 b/debian/med2bib.1
new file mode 100644
index 0000000..fc79779
--- /dev/null
+++ b/debian/med2bib.1
@@ -0,0 +1,55 @@
+.TH "MED2BIB" "1" "2009/06/24" "" ""
+.SH "NAME"
+med2bib \- script to convert Pubmed-format files to BibTeX-format files
+
+.SH "SYNOPSIS"
+.HP 7
+\fBmed2bib\fR <input.med> <output.bib>
+.PP
+
+
+.SH "DESCRIPTION"
+.PP
+\fBmed2bib\fR is a script to convert a Pubmed-format file into a
+BibTeX-format file. The conversion is a two step process: the
+Pubmed-format file is first converted into an XML-format file; that
+XML-format file is in turn converted into the BibTeX-format file (both
+utilities are shipped in the \fBbibutils\fR package.
+.PP
+This script is part of the \fBcb2bib\fR package and is located at
+/usr/share/cb2bib/c2btools/med2bib.
+
+
+.SH "BIBLIOGRAPHICAL REFERENCES TO BE CITED"
+.PP
+P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755.
+.PP
+P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751.
+
+.RE
+.SH "SEE ALSO" 
+.PP 
+\fBcb2bib\fR (1); \fBbib2pdf\fR (1); \fBisi2bib\fR (1); \fBris2bib\fR (1).
+
+.RE
+.SH "AUTHORS"
+.PP
+\fBFilippo Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&> basing
+the writing on previous work by \fBPere Constans \&<constans\&@molspaces\&.com\&>.
+.sp -1n
+.IP "" 4
+Program and man page (for the Debian distribution) author\&.
+.PP
+.SH "COPYRIGHT"
+Copyright \(co 2009 Filippo Rusconi
+.BR
+.PP
+This manual page was written for the Debian system (but may be used by others)\&.
+.PP
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or (at
+your option) any later version published by the Free Software
+Foundation\&. On a Debian system the complete text of the GNU General
+Public License version 3 can be found in the file
+`/usr/share/common-licenses/GPL\-3'.
+.SP
diff --git a/debian/ris2bib.1 b/debian/ris2bib.1
new file mode 100644
index 0000000..b5f4aab
--- /dev/null
+++ b/debian/ris2bib.1
@@ -0,0 +1,61 @@
+.TH "RIS2BIB" "1" "2009/06/24" "" ""
+.SH "NAME"
+ris2bib \- script to convert RIS-format files to PDF
+
+.SH "SYNOPSIS"
+.HP 7
+\fBris2bib\fR <input.ris> <output.bib>
+.PP
+
+
+.SH "DESCRIPTION"
+.PP
+\fBris2bib\fR is a script to convert an RIS-format file into a PDF
+file. The conversion is a two step process: the RIS-format file is
+first converted into an XML-format file; that XML-format file is in
+turn converted into the BibTeX-format file (both utilities are
+shipped in the \fBbibutils\fR package.
+.PP
+This script is part of the \fBcb2bib\fR package and is located at
+/usr/share/cb2bib/c2btools/ris2bib.
+
+
+.SH "BIBLIOGRAPHICAL REFERENCES TO BE CITED"
+.PP
+P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755.
+.PP
+P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751.
+
+.RE
+.SH "SEE ALSO" 
+.PP 
+\fBcb2bib\fR (1); \fBmed2bib\fR (1); \fBpdf2bib\fR (1); \fBisi2bib\fR (1).
+
+.RE
+.SH "AUTHORS"
+.PP
+\fBPere Constans \&<constans\&@molspaces\&.com\&> and \fBFilippo
+Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Program authors\&.
+.PP
+\fBFilippo Rusconi\fR <\&rusconi\&\-debian\&@laposte\&.net\&>
+.sp -1n
+.IP "" 4
+Man\-page author for the Debian distribution\&.
+.SH "COPYRIGHT"
+Copyright \(co 2004\-2008 Pere Constans
+.br
+Copyright \(co 2009 Filippo Rusconi
+.BR
+.PP
+This manual page was written for the Debian system (but may be used by others)\&.
+.PP
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 or (at
+your option) any later version published by the Free Software
+Foundation\&. On a Debian system the complete text of the GNU General
+Public License version 3 can be found in the file
+`/usr/share/common-licenses/GPL\-3'.
+.SP

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list