| Andrew Stacey | |||
|
|
Fri, 27th Jun 2008 (HowDidIDoThat :: LaTeX) LaTeX Hacks Gathered here are the various hacks that I use or have used to make LaTeX (and occasionally TeX) do what I want it to do.
[Full link] Thu, 20th Dec 2007 (HowDidIDoThat :: LaTeX) Document Revision System I've decided to start using a document revision system for my papers. My current ad hoc method is getting seriously strained; exchanging copies with collaborators, merging their comments with my revisions, preparing different versions for different places (archives, journals, home pages); it was all getting too confusing. So I had a look around on the web and found a paper (also available as a wikibook) promoting the use of subversion. This is actually a software revision system. However, the general principle is the same: a typical LaTeX paper consists of several text files and this is exactly what a typical piece of software consists of and thus what software revision systems are designed to track. There are several different systems around and it's not clear which is the "right" one. Subversion certainly seems better than CVS, but there's also GNU Arch and its variants. I had a quick play with subversion, but am going to give bazaar a serious go.
[Full link] Mon, 26th Feb 2007 (HowDidIDoThat :: LaTeX) MathGrep - Search and Replace in Mathematics This is a Perl script which does either a search (known in the Unix world as a grep) or a search-and-replace on a LaTeX document looking only in sections of mathematics.
[Full link] Thu, 18th Jan 2007 (HowDidIDoThat :: LaTeX) Importing XFig Files into LaTeX Documents I find it useful to be able to switch the type of output LaTeX produces between PDF and postscript (once I get the hang of MathML then I might add that to this list). Most of the time this is purely a matter of using pdflatex instead of latex + dvips but with more complicated LaTeX documents then it is sometimes a little more involved. This is particularly the case where external graphics files are involved.
[Full link] Thu, 17th Nov 2011 (HowDidIDoThat :: LaTeX) Chalk, Calligraphy, and TeX Following on from my screencast of how to do a fraktur "g" (see calligraphy), and inspired by a competition on TeX.SX, I've written a little article on calligraphy and chalk. It was initially intended as a submission for that competition, but in the end I think it breaks too many of the rules! You can: You'll need the calligraphy package (the files
[Full link] Thu, 18th Aug 2011 (HowDidIDoThat :: LaTeX) A Random Grid of Shapes This is a short LaTeX package which greats a random grid of shapes. At the moment, the shapes are harded coded to be red triangles, black squares, and a red square. The package file can be downloaded here. A simple example is:
This produces the following:
A more detailed explanation of the ideas behind this package can be found on the TeX-SX blog.
[Full link] Fri, 29th Jul 2011 (HowDidIDoThat :: LaTeX) The internet Class This is a class designed for those that want to use LaTeX to publish material on the internet. As it becomes more common to publish material via some content-management system, so it becomes rarer to generate (X)HTML documents directly and content for the web is usually written in some limited markup language. This class is designed to make it possible to author material for such systems using the facility of LaTeX.
[Full link] Mon, 11th Apr 2011 (HowDidIDoThat :: LaTeX) LaTeX to Markdown+iTeX Conversion LaTeX2iTeX is a The underlying engine is an implementation in
[Full link] Wed, 30th Mar 2011 (HowDidIDoThat :: LaTeX) DeBuck - Remove Dollars from a LaTeX Document This is a
[Full link] Thu, 24th Mar 2011 (HowDidIDoThat :: LaTeX) Adding Backgrounds to a TikZ Matrix Sometimes a question just gets under my skin. This question on TeX-SX about setting backgrounds on a TikZ matrix was one of them.
[Full link] Thu, 10th Mar 2011 (HowDidIDoThat :: LaTeX) Knot and Link Diagrams brunnian --- a style file for drawing link diagrams with TikZ/PGF This package defines some commands and styles useful for drawing knot and link diagrams with TikZ/PGF. Some are geared towards drawing very specific links (the iterated Hopf and Brunnian links) whilst others will be more generally useful for arbitrary knots and links.
[Full link] Tue, 10th Aug 2010 (HowDidIDoThat :: LaTeX) My Macros As with all (La)TeX users, over time I've gathered a fair number of macros that I tend to use in most of my documents.
Most are the of the standard
[Full link] Tue, 10th Aug 2010 (HowDidIDoThat :: LaTeX) My Class File I use a single class file for all my LaTeX documents. This class file sets up some options before calling a real class file, depending on which options it was passed. This allows me to do the following:
[Full link] Mon, 21st Sep 2009 (HowDidIDoThat :: LaTeX) Beamer Some little intricacies about beamer.
[Full link] |
||