[11 total ]
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D.
Doxygen is developed under Linux and Mac OS X, but is set-up to be highly portable. As a result, it runs on most other Unix flavors as well. Furthermore, executables for Windows are available.
Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects.
Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, LaTeX, Lout, UNIX man page, MoinMoin, MagicPoint (mgp) and PageMaker. Features: simple, fast, automatic TOC, macros, filters, include, tools, GUI/CLI/Web interfaces, extensive docs.
WiKo is a very simple but powerful python script which takes files with wiki content in a given directory and either builds a web, a LaTeX article or a blog. It is very recommended to use it in tandem with a collaborative versioning system such as cvs or subversion in order to publish on commit.
The ePublishing Toolkit is a software package providing tools to help in publishing scientific content on the web. In particular, it helps creating/maintaining/running a family of online journals.
Epidemiological Graphical Analysis and Simulation System.
Epigrass is a tool for building and analysing mathematical models of epidemics over networks.
The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX friendly look and feel. This is accomplished by converting xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:
Typesetting labels
... [More]
with LaTeX, allowing mathematical notation. Using native PSTricks and PGF/TikZ commands for drawing arrows (optional). Using backend specific styles to customize the output [Less]
BibConverter is a simple web application for direct conversion of data from online bibliographic databases to the BibTeX format. It extracts data from text copied directly from the web page and outputs BibTeX records that contains much more
... [More]
information than citations exported using the export functionality provided by the bibliographic services. BibConverter currently supports conversion of data from IEEEXplore, Engineering Village 2 and ISI Web of Science. [Less]
FcForgewhat is FcForge?
all my stuff that don't need a seperate project.
published stuffvmcemu
DescriptionTrac2Latex is a set of Trac plugins and macros to convert Wiki files to Latex/Pdf, including a Latex [wiki:WikiProcessors WikiProcessor].
SourceYou can check out Trac2LatexPlugin from http://code.google.com/p/trac2latex/ using
... [More]
Subversion:
svn checkout http://trac2latex.googlecode.com/svn/trunk/ trac2latexInstallGen Trac2Latex egg python setup.py bdist_eggCopy all macro files (.py) and plugins files (.egg) to Trac plugins1 directory. Restart Trac web server. 1Trac 0.10 uses new macro style (all macros are plugins). PLEASE COPY ALL FILES TO PLUGINS DIR NOT TO WIKI-MACROS DIR.
How to useSee WikiMacros help page (after installation).
RequirementsTrac-0.10 or 0.11-dev Python Tetex-3.0, TexLive, Miktex, etc... (any Tex distribution). ImageMagick ExamplesTo see Trac2Latex running go to http://code.chenca.org/wiki/trac2latex.
Latex Processor{{{
#!Latex
$\frac{\alpha{2 + \beta}}{\delta_x}$
}}}This code will produce a PNG file and a PDF file, both will be added to Attachments section.
Latex DocumentYou can generate a wholly Latex document using some TexMacros and clicking in the Latex-PDF or Latex link at the end of the page
[[LatexDocCls(article, a4paper)]]
[[LatexUsePkg(xcolor)]]
[[LatexUsePkg(hyperref)]]
[[LatexBeginDoc]]
= Section =
This is a section
== SubSection ==
This is a subsection
=== SubSubSection ===
This is a subsubsection
[[LatexEndDoc]] [Less]