Author: tille Date: 2014-04-07 13:29:54 +0000 (Mon, 07 Apr 2014) New Revision: 16593
Added: trunk/packages/tcode/trunk/debian/doc-base trunk/packages/tcode/trunk/debian/manpages trunk/packages/tcode/trunk/debian/texjava.1 Modified: trunk/packages/tcode/trunk/debian/changelog trunk/packages/tcode/trunk/debian/control Log: Documentation polishing Modified: trunk/packages/tcode/trunk/debian/changelog =================================================================== --- trunk/packages/tcode/trunk/debian/changelog 2014-04-07 12:46:37 UTC (rev 16592) +++ trunk/packages/tcode/trunk/debian/changelog 2014-04-07 13:29:54 UTC (rev 16593) @@ -1,3 +1,9 @@ +tcode (0.1.20080917-1) UNRELEASED; urgency=medium + + * Initial upload to Debian (Closes: #???) + + -- Andreas Tille <[email protected]> Mon, 07 Apr 2014 15:10:06 +0200 + tcode (0.1.20080917-0ubuntu1) precise; urgency=low * Initial (and probably final) release Modified: trunk/packages/tcode/trunk/debian/control =================================================================== --- trunk/packages/tcode/trunk/debian/control 2014-04-07 12:46:37 UTC (rev 16592) +++ trunk/packages/tcode/trunk/debian/control 2014-04-07 13:29:54 UTC (rev 16593) @@ -24,8 +24,8 @@ latex2html, texlive-bibtex-extra Description: create a Java file from an associated LaTex file - Tcode is a small program that creates a Java file from an associated LaTex - file. All our code is written in LaTex format with special commands that - allows Tcode to extract the Java code from the LaTex file. After which, - Javadoc and LaTeX2HTML will create the HTML documentation. + Tcode is a precondition for libssj-java (SSJ) that creates a Java file from an + associated LaTeX file. All SSJ code is written in LaTex format with special + commands that allows Tcode to extract the Java code from the LaTex file. After + which, Javadoc and LaTeX2HTML will create the HTML documentation. This guarantees that the source code and its documentation will never diverge. Added: trunk/packages/tcode/trunk/debian/doc-base =================================================================== --- trunk/packages/tcode/trunk/debian/doc-base (rev 0) +++ trunk/packages/tcode/trunk/debian/doc-base 2014-04-07 13:29:54 UTC (rev 16593) @@ -0,0 +1,14 @@ +Document: tcode +Title: Tcode API +Author: SSJ developers +Abstract: create a Java file from an associated LaTex file + Tcode is a precondition for libssj-java (SSJ) that creates a Java file from an + associated LaTeX file. All SSJ code is written in LaTex format with special + commands that allows Tcode to extract the Java code from the LaTex file. After + which, Javadoc and LaTeX2HTML will create the HTML documentation. + This guarantees that the source code and its documentation will never diverge. +Section: Programming + +Format: pdf +Files: /usr/share/doc/tcode/tcode.pdf.gz + Added: trunk/packages/tcode/trunk/debian/manpages =================================================================== --- trunk/packages/tcode/trunk/debian/manpages (rev 0) +++ trunk/packages/tcode/trunk/debian/manpages 2014-04-07 13:29:54 UTC (rev 16593) @@ -0,0 +1 @@ +debian/*.1 Added: trunk/packages/tcode/trunk/debian/texjava.1 =================================================================== --- trunk/packages/tcode/trunk/debian/texjava.1 (rev 0) +++ trunk/packages/tcode/trunk/debian/texjava.1 2014-04-07 13:29:54 UTC (rev 16593) @@ -0,0 +1,14 @@ +.TH "TEXJAVA" "1" "April 7, 2014" "texjava 20080917" "texjava User Manual" +.SH "NAME" +texjava \- create a Java file from an associated LaTex file +.SH "SYNOPSIS" +.B texjava +[\-(no)images] [\-(no)html] [\-(no)savelatex] [\-(no)htmlonly] [\-htmltitle title] [\-htmloutdir dir] [\-master master] <fin> [<fout>] +.SH "DESCRIPTION" +Texjava (Tcode) is a precondition for libssj-java (SSJ) that creates a Java file from an +associated LaTeX file. All SSJ code is written in LaTex format with special +commands that allows Tcode to extract the Java code from the LaTex file. After +which, Javadoc and LaTeX2HTML will create the HTML documentation. +This guarantees that the source code and its documentation will never diverge. +.SH "SEE ALSO" +/usr/share/doc/tcode/tcode.pdf.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
