1,118 reputation
211
bio website
location Canada
age
visits member for 2 years, 9 months
seen Mar 7 at 12:51
stats profile views 72

A TeX/LaTeX user for 25 years.


Feb
19
answered OS X command-script to compile LaTeX
Aug
20
awarded  Yearling
Jun
19
awarded  Nice Answer
Jun
8
awarded  Caucus
Jan
24
awarded  Nice Answer
Jan
22
answered As an expert, can you always use TeX for (nearly) any kind of document?
Aug
31
answered Images in LaTeX – what's the solution?
Aug
21
awarded  Yearling
Jun
22
awarded  Nice Answer
May
5
answered Replacing labels in EPS file by LaTeX - text not where it should be
Feb
21
answered Add space between paragraphs in Beamer
Feb
2
answered Headings and advice to write a PhD in physics using LaTeX
Jan
28
comment a/an substitution in LaTeX
Caramdir is right.
Jan
18
accepted vim on Rnw (sweave) files: how to indent <<>>== properly?
Jan
18
answered vim on Rnw (sweave) files: how to indent <<>>== properly?
Jan
15
awarded  Commentator
Jan
15
comment vim on Rnw (sweave) files: how to indent <<>>== properly?
@Seamus: thanks for the comment. The procedure is to get R to scan the file, using the "Sweave" command. That command passes all normal text through to a .tex file, except for blocks that start with ^<<.*>>== (a regular expression that starts at column 1). In other words, R demands that these codes start at column 1 of the file. This is by design, because it lets you enter such content at other columns without triggering Sweave. (By the way, what happens for these special blocks is that R runs them, and it puts the R output into the tex file.)
Jan
14
accepted how to cause unix 'make' to know how many times to run *tex
Jan
14
asked vim on Rnw (sweave) files: how to indent <<>>== properly?
Jan
5
comment how to cause unix 'make' to know how many times to run *tex
@Yannick: Thanks. I like make because I'm doing a lot of extra things in there, besides the *tex work. Maybe I should use latexmk and make together, though.