New version 3.19 of UK TeX FAQ
Robin Fairbairns has released a new version of the famous UK TeX FAQ. v3.19 contains 10 new answers to frequently asked questions:
- “Modern” graphics file names
- Key-value input for macros and package options
- Non-letters in macro names
- Using “old-style” figures
- Characters disappear from figures in PDFTeX
- Token not allowed in PDFDocEncoded string
- Things with “TeX” in the name
- Using symbols
- What are (TeX) macros
- Centring a very wide figure or table
Many answers have been revised. All changes since v3.18 are listed here.
Now there are 438 questions and answers in the FAQ, also available for download on CTAN.
New monospaced font on CTAN: Inconsolata
The Inconsolata font package has been released on CTAN yesterday. Inconsolata is a monospaced (“typewriter”) font designed for code listings and the like by Raph Levien. It’s supporting several encodings including T1, OT1 and LY1.
The font can be used by loading inconsolata.sty. The package provides a font scaling option [scaled=X] and would redefine the typewriter font obtained by texttt. Here’s a small example from the documentation, showing both how to load the font and how it’s looking:

More information can be obtained here:
LyX 1.6.3 released
The maintenance release 1.6.3 of LyX has been published yesterday. Highlights of this release:
- tex2lyx has been improved and is now able to read files in all LaTeX supported encodings,
- performance problems have been resolved,
- LyX shows new features provided by Qt 4.5,
- the user interface has been improved,
- bugfixes were made.
The LyX team encourages all users to upgrade to this version.
For more information and download visit:
- the LyX Homepage,
- the announcement containing a detailed list of changes,
- the download area.
goLaTeX.de is back online
The German LaTeX forum goLaTeX.de has been inaccessible since one week, from May 28 on. Today it’s available again, at last. There was a technical problem that the provider didn’t solve quickly. The forum will stay alive.
Bugfix in pstricks-add
If you’re using pstricks-add or a package requiring it consider updating it if its version is lower than 3.34. The version 3.34 has been released some days ago and brings a bugfix for the pstScalePoints macro. The bug could look like the one discussed today in “problem with pstricks and psset” on LaTeX-Community.org where v3.32 has been used.
Further the macro psMatrixPlot has been modified in v3.34 and is now able to plot a matrix of n2 values as an intensity plot.
New package tabularew: centering multicolumn headings
In standard tabular environments multicolumn headings will be aligned to the left when they are wider then the text below, even if they contain a “c” as format parameter. Here’s a very small demonstration example:
\documentclass[a4paper,10pt]{article} \usepackage{eurosym} \begin{document} \begin{tabular}{r@{.}l} \multicolumn{2}{c}{Price in \euro} \\ \hline 79 & 50 \\ 9 & 85 \\ 10 & 00 \end{tabular} \end{document} |
Output:

The tabularew package by Diego Saba solves this problem by introducing new commands for modifying the horizontal alignment. The example above can be changed to:
\documentclass[a4paper,10pt]{article} \usepackage{eurosym} \usepackage{tabularew} \begin{document} \begin{tabularew}{>{\spew{.5}{+1}}r@{.}l} \multicolumn{2}{c}{Price in \euro} \\ \hline 79 & 50 \\ 9 & 85 \\ 10 & 00 \end{tabularew} \end{document} |
Output:

The command \spew and the tabularew environment are explained in the package documentation.
New introduction: Getting something out of LaTeX
Jim Hefferon has published the document “Getting something out of LaTeX” on CTAN, taking new LaTeX user through making a first document. The author wants to give a quick taste, the reader could get an idea if the LaTeX system could help him and how it’s working.
The article contains information about getting the software, using an editor, compiling, handling errors and writing math. It comes with some source code examples and recommendations for tutorials.
Texmaker 1.9 released
The version 1.9 of the free LaTeX IDE Texmaker has been released today and comes with the following changes:
- inline spell checking,
- bi-directional support,
- a new modern interface,
- asymptote support,
- the interface language can be changed via the “Options” menu,
- new translations
- and a bugfix in the latex log parser.
The new version requires Qt >= 4.5.1. For more information have a look into the changelog file.
For download and documentation visit the Texmaker homepage.
Asymptote released on CTAN
Asymptote is a powerful descriptive vector graphics language useful for for technical drawing, using LaTeX for high-quality output. It’s not just a graphics program but a programming language. Asymptote is inspired by MetaPost but provides C++-like syntax. It runs on Linux, UNIX, MacOS and Windows. In a very mathematically oriented way you can create 2D and 3D graphics, here’s just a small example coming with the program:

Now it’s been released on CTAN, 19 May 2009.
For more information visit:
- the Asymptote package on CTAN,
- the Asymptote homepage.
The homepage contains also- a gallery,
- documentation,
- Answers to frequently asked questions (FAQ),
- a discussion forum and more.
- the forum Asymptote and GeoGebra on artofproblemsolving.com,
- the Asymptote Wiki also on AoPS,
- the Asymptote example gallery.
Asymptote can be used easily within LaTeX documents. There’s a good introduction by Dario Teixeira: Asymptote and LaTeX: An Integration Guide.
There are even more resources you can find if you follow those selected links.
Fix: enumitem 2.2 released
If you are using the handy package enumitem in version 2.1 or earlier you could consider to update it. The author Javier Bezos announced v2.2: “This release fixes a bug in some description styles (the first label in the first list after a description was wrong).”
I did not encounter that error yet, but I’ve noticed a different behavior of v2.2 and v2.1 with the example Javier posted here in his forum.
For update or information visit:
- enumitem on CTAN
- the Homepage of Javier Bezos
- the enumitem page on Javiers site
- the enumitem forum also hosted there.
MiKTeX Portable Edition released
Yesterday Christian Schenk has released the portable edition of MiKTeX 2.8 beta3. This edition allows to use MiKTeX on portable storage devices like USB sticks or flash cards for use on any Windows (2000/XP/Vista/7) computer. Using Portable MiKTeX leaves no traces on the host computer, no administrator privileges would be needed. Visit miktex.org/portable for more information and download.
New packages and updates on CTAN in May
New packages on CTAN:
- ulqda – supports the integration of Qualitative Data Analysis research tasks with LaTeX, assists in the analysis of textual data by providing macros used to markup textual information. ulqda is requiring pdfeTeX, further it’s needing the packages soul, color, multicols, pgf/TikZ, dot2texi and for processing and graph/list generation the external tools GraphViz, dot2tex, Perl and the Digest::SHA1 module. The author is Ivan Griffin, for further information have a look at its documentation.
- lshort-mongol – another translation of Tobias Oetiker’s Not so short introduction, this time to Mongolian by Dorjgotov Batumongke.
- pst-gantt – drawing GANTT charts, by Herbert Voß, requiring PSTricks, see documentation.
- logical-markup-utils – contains two packages by Micha? Mas?owski for inserting language-dependent inline quotes and dashes, see README file.
- figbas – fonts by Bob Tennent for figured-bass notation in music, see README and example.
- draftmark – putting user-defined draft marks (“watermarks”) on selected pages, by Ahmed Musa, highly customizable, requires the atbegshi package, see documentation and example.
- tolkienfonts – fonts for writing J.R.R. Tolkien’s languages with pdfTeX, see documentation, by Ariel Barton.
Updates on CTAN:
- libertine – new version of the libertine font for LaTeX and XeLaTeX)
- diagmac2 – additional macros and expanded documentation
- tikz-timing – bugfix, syntax change, some additions and improvements, see Change History in its documentation
- hyphen-spanish – some fixed patterns
- tablor – bugfix
- fonttable – improved aid for font designers and testers, another method for font selection
- VnTeX – enhanced documentation, bugfixes in fonts, internal improvements
- pst-math – now able to solve linear equation systems
- pstricks-add – new macro psTangentLine, matching new pst-math version
- MetaPost – supporting SVG graphics generation, providing access to PostScript Type1 font curves from within MetaPost, bugfixes, improved manual and tutorial
- BibTexMng – new features, see README file for the list
- biblatex-dw – bugfix and improvements, see CHANGES file
- fge font – fixing garbled dvips output with PostScript version of the font
- TeXcount – support added for handling Unicode (UTF-8) encoded documents, now being able to handle non-Latin alphabets, providing special options for counting the characters of Chinese and Japanese texts
- achemso – “email” option to prevent printing e-mails, bugfix for non-superscript citations, improved compatibility to v3.1 configuration files
- fancytooltips – bugfix
- CircuiTikz – support added for op-amps, new options arrowmos and noarrowmos for drawing arrows in pmos and nmos
- svn-prov – new macro DefineFileInfoSVN, defining the version, revision, date and info text of the package, class or file as macros
Information about new packages and updates before Mai 1st (and of course newer too) can be found in the ctan-ann archive.