587 reputation
7
bio website
location
age
visits member for 8 months
seen Jun 7 at 13:57
stats profile views 7

Jun
4
revised Changing document font to whole new font
added 415 characters in body
Jun
4
answered Changing document font to whole new font
Jun
4
awarded  Editor
Jun
4
revised proper tool for charts in tex
Added link to TikZ-editor for OSX
May
31
answered proper tool for charts in tex
May
25
answered What You See is What You Get (WYSIWYG) for PGF/TikZ?
May
20
comment pgfplots custom axis scaling function
Thanks, this is just what I wanted.
May
20
accepted pgfplots custom axis scaling function
May
17
asked pgfplots custom axis scaling function
May
2
comment Automatic \rule width
Thanks, I guess this is indeed the most straightforward way to do this.
May
2
accepted Automatic \rule width
May
2
answered Automatic \rule width
May
1
asked Automatic \rule width
Apr
25
comment Unable to set Times New Roman as the font type
Note that using the command \usepackage{mathptmx} in the preamble will give you a Times clone font with the added merit of proper maths support. This will also work with ordinary PDFLaTeX (doesn't need XeLaTeX). See here for a catalog of LaTeX fonts: tug.dk/FontCatalogue
Apr
25
awarded  Commentator
Apr
25
comment How to Label a Heuristic Proof
In particular, for the case of "'heuristic' because you haven't filled in the details, but could", I would favour the expression "Sketch Proof".
Apr
17
comment Adding citations as I write and not at the end of my writing
I guess this is not reallt what you want, but you might be able to work around the problem by getting rid of the .bib file and including its contents directly within your .tex document as described here: tex.stackexchange.com/questions/20317/…
Apr
13
comment Easy way to calculate word-count in Latex for Mac?
Yes, should have mentioned that there is also a downloadable version.
Apr
12
answered Easy way to calculate word-count in Latex for Mac?
Apr
12
comment Does TexShop automatically saves when you Typeset?
I don't use TexShop, but it will surely save before compiling. TexShop itself doesn't do the compilation: it passes the whole .tex file off to pdflatex (or whichever compiler you are using). In order to do that it has to write the latest changes to the file.