Packages rcs and rcsinfo seems nice but access to CVS logs is not possible as far as I know. SVN versions exist (svn-multi, ...) but SVN is overkill for me.
I used the cvs2cl.pl script (http://www.red-bean.com/cvs2cl) to generate formatted version of the CVS logs, then used the LaTeX verbatim package to include this output in my latex file. Since I use \usepackage[latin1]{inputenc}, I need to process the ChangeLog file with iconv:
iconv -f UTF8 -t LATIN1 ChangeLog > changelog
Monday, March 31, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment