NAME
texmine - extract information from LaTeX files
VERSION
version 0.01_14
SYNOPSIS
texmine [command] file.tex
Run texmine help
for more options.
NAME
texmine - extract information from LaTeX files
COMMANDS
- index
-
Extract the table of contents (generated from the \chapter,\section and \subsection commands found).
- url
-
Extract all the URLs mentioned (generated from the \url commands found).
- bib
-
Extract all the citations used (generated from the \cite commands found).
- img
-
Extract all the image references found (generated from the \pgfimage and \includegraphics commands found).
OPTIONS
- -a
-
Process whole document (default is to ignore everything after '\end{document}').
- -s
-
Sort lines of output (not applicable to 'index' command).
- -c
-
Suppress normal output; instead print a count of the output lines (not applicable to 'index' command).
SEE ALSO
COPYRIGHT
Copyright 2012 Andre Santos.
AUTHOR
Andre Santos
AUTHOR
Andre Santos <andrefs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Andre Santos.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.