| bio | website | math.mcmaster.ca/bolker |
|---|---|---|
| location | Hamilton, Canada | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 8 at 12:48 | |
| stats | profile views | 23 |
mostly an R user these days
|
Apr 18 |
awarded | Commentator |
|
Apr 18 |
comment |
does not produce output table in pdf using Sweave and xtable can't replicate. I get 3 tables. (R 2.15.3, xtable 1.7-0, pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) |
|
Mar 14 |
awarded | Citizen Patrol |
|
Feb 7 |
awarded | Custodian |
|
Feb 7 |
reviewed | Excellent How do I change the basic font into 'Corbel'? |
|
Feb 7 |
reviewed | Excellent Link enumerate item to subsection |
|
Feb 7 |
reviewed | Excellent How to indent the whole text and float environment? |
|
Feb 7 |
comment |
How to put R code into a parameter of a newcommand? Can you say more about what you're trying to accomplish? Sweave inserts its own LaTeX environment, so it's not surprising at all that just wrapping the results in \sf would fail. It will probably be easier to debug by working on the LaTeX file produced by Sweave ... |
|
Dec 8 |
comment |
How use LaTeX counters to label knitr code chunks? This might be hard, since the flow of information is one-way from R to LaTeX. That is, knitr gets run before LaTeX, and completely in ignorance of any LaTeX machinery ... you might be able to produce a chunk named something like "Solution\ref{setSeed}", but getting one named "Solution4.6" would be hard ... ? Apparently brew is more flexible, although I haven't used it |
|
Oct 27 |
comment |
How to randomize content with examdesign package using Sweave I believe that in Sweave the syntax is results=tex instead of format=asis ... |
|
Oct 26 |
comment |
How to randomize content with examdesign package using Sweave the R code only gets run once, upstream of the LaTeX processing, so this won't work. The brew package in R might have more capabilities for control of looping. I don't know the examdesign package, so I don't know precisely what the \NumberOfVersions{2} will do, but you could do the multiple versioning within R ... |
|
Oct 15 |
comment |
Passing a variable from TeX to R in Sweave I very much doubt it since R is run first and as far as I know Sweave ignores everything outside of code chunks and \Sexpr{} constructs ... |
|
Oct 9 |
comment |
multiple footnotes using footmisc within author/thanks context hmm. having some trouble getting this to work, possibly/probably because my texlive installation is out of date (I'm on Ubuntu 10.04) ... will keep struggling ... |
|
Oct 7 |
comment |
tool for checking my scientific writing for common style errors a bit of googling gives some suggestions: tex.stackexchange.com/questions/6333/… , wiki.lyx.org/Tools/LyX-GrammarChecker , people.engr.ncsu.edu/txie/publications/writingtools.html , and tex.stackexchange.com/questions/15/… which shows up in the "related documents" list |
|
Oct 6 |
awarded | Scholar |
|
Oct 6 |
accepted | multiple footnotes using footmisc within author/thanks context |
|
Oct 6 |
revised |
multiple footnotes using footmisc within author/thanks context added textheight |
|
Oct 6 |
comment |
multiple footnotes using footmisc within author/thanks context @Mico , I will take a look -- thanks -- but my first reaction is that it doesn't seem to apply, since at least the main subject of the question is about incompatibility with the hyperref package, which I'm not using here ... edit: doesn't seem to help in this case (I think the problem may be with something \author{} does ??) |
|
Oct 6 |
awarded | Student |
|
Oct 6 |
asked | multiple footnotes using footmisc within author/thanks context |