LaTeX notebook entries
Just a quick note to inform you that the TikZ examples have been relocated to www.texample.net/tikz/examples/
Over the last couple years this site has accumulated a considerable amount of LaTeX-oriented content. The most popular content has without doubt been the TikZ and PGF examples. I have now collected close to hundred examples, most of them contributed by the community. To reflect this I felt the need for giving the examples a home that is not so tightly coupled with my personal web site. The result is TeXample.net.
Currently I have only moved the examples, but I plan to move most of the TeX-oriented content over to TeXample.net soon.
Read more |
Published 2008-10-13 (1 year, 4 months ago)
| Categories:
LaTeX,
News
In which I present dot2texi, a LaTeX package that
allows you to include graphs in the DOT graph description language
directly in your LaTeX documents. The dot2tex tool is used to invoke
Graphviz for graph layout, and to transform the output from Graphviz to
LaTeX code. The process is automated if shell escape is enabled
Read more |
Published 2007-11-12 (2 years, 3 months ago)
| Comments: 8 | Categories:
LaTeX,
Python,
Graphics,
News
In which I present my latest project: Blend2Sketch, a tool for exporting objects
and scenes from Blender to the Sketch scene description
language.
Read more |
Published 2007-10-09 (2 years, 5 months ago)
| Comments: 2 | Categories:
LaTeX,
Graphics,
3D
I'm pleased to announce the 2.5.0 release of
dot2tex. New in this version is:
- The new tikz output format for tighter integration with PGF and
TikZ
- Alternative edge label placement
- Custom edges
Read more |
Published 2007-06-28 (2 years, 8 months ago)
| Comments: 7 | Categories:
LaTeX,
Python,
Graphics,
News
I'm pleased to announce the 2.0.0 release of
dot2tex. New in this version is:
- A new preprocessing mode that will adjust the size of nodes and
edge labels to fit the output from LaTeX.
- Better error handling. Added logging for debugging purposes.
- More control of vertical label alignment.
Read more |
Published 2007-04-23 (2 years, 10 months ago)
| Categories:
LaTeX,
Python,
Graphics,
News
All of the examples from the PGF and TikZ gallery are now available for download as a single zip file.
Read more |
Published 2007-03-15 (2 years, 12 months ago)
| Comments: 6 | Categories:
LaTeX,
Graphics,
News
In which I give a brief introduction
to Sketch 3D, a
tool for creating simple 3D scenes for use with (La)TeX. Originally it
generated PSTricks code, but recently support for PGF and TikZ was added!
This allows using pdfTeX directly on the output, and it is possible to
apply simple transparency effects.
Read more |
Published 2007-02-25 (3 years ago)
| Comments: 26 | Categories:
LaTeX,
Graphics,
3D

PGF
and TikZ is a package for creating high quality illustrations for use
with LaTeX, ConTeX or pure TeX. It is a package that deserves a larger
user base. I've therefore created a
gallery of examples
with code and results. Its purpose is to showcase PGF/TikZ and hopefully
be a useful learning resource.
Read more |
Published 2006-11-12 (3 years, 4 months ago)
| Comments: 7 | Categories:
LaTeX,
Graphics,
Django,
News
I'm pleased to announce the 1.5.0 release of
dot2tex. New in this version is:
- Backend specific styles
- Extended template system
- Many new command line options
Read more |
Published 2006-10-22 (3 years, 4 months ago)
| Comments: 3 | Categories:
LaTeX,
Python,
Graphics,
News
dot2tex is a tool for
converting graphs generated by Graphviz to formats suitable for use
with LaTeX. Currently dot2tex generates code for PSTricks and PGF/TikZ.
The purpose of dot2tex is to give graphs a more LaTeX look and
feel.
Read more |
Published 2006-09-11 (3 years, 6 months ago)
| Comments: 2 | Categories:
LaTeX,
Python,
Graphics,
News
BibConverter is
an online tool I have written for converting citations from IEEEXplore and Engineering Village (EV2) to the BibTeX format. It extracts
data from text copied directly from the web and outputs BibTeX records
that contains much more information than citations exported using the
export functionality provided by these bibliographic services. Try it out
at http://www.bibconverter.net
Read more |
Published 2005-06-26 (4 years, 8 months ago)
| Comments: 13 | Categories:
LaTeX,
Python
TeX, LaTeX, BibTeX and friends, are a constant source
of joy and frustration. This growing collection of tips and tricks is an
attempt to document some of the things I have learned working with these
wonderful tools. This page is just one of many similar LaTeX tips
and tricks pages on the net. Hopefully you'll find something useful
here.
Read more |
Published 2005-04-01 (4 years, 11 months ago)
| Categories:
LaTeX
This is the second part of my article on how to easily embed
mathematics in XHTML documents using LaTeX. In part
one I discussed various aspects concerning browsers and markup. In
part two I'll get technical and show you how I have implemented a solution
in my CMS.
Read more |
Published 2005-02-15 (5 years ago)
| Comments: 8 | Categories:
LaTeX,
Python,
Webdev
Handling references and bibliographic information is
an essential part of all research. Summarized, this task can be divided
into finding, organizing and formatting. As a PhD student, I need tools to
help me with these tasks. In this article I will share with you some
thoughts and experiences I have had during my search for the right
bibliographic tool.
Read more |
Published 2005-02-06 (5 years, 1 month ago)
| Comments: 45 | Categories:
LaTeX,
Research
As a PhD student I need tools for typesetting mathematical equations. However, when writing for the web, I seldom use equations. This is mostly because I don't need them, but also because the lack of support for mathematics in HTML makes it a nuisance.
I'm currently working on a simple CMS for my web site, so why not include a way to easily embed and display mathematical equations in my web pages?
Read more |
Published 2005-01-26 (5 years, 1 month ago)
| Categories:
LaTeX,
Python,
Webdev