Search found 4 matches

by fontana
Sun May 30, 2010 10:52 pm
Forum: Text Formatting
Topic: enumeration footnotes with jurabib
Replies: 2
Views: 1409

Re: enumeration footnotes with jurabib

It was an operator error, I had used two different commands, footnote{\cite{...}} and just footnote{...} which is why the enumeration got out of hand.

I blame the lack of coffee...
by fontana
Sun May 30, 2010 8:03 pm
Forum: Text Formatting
Topic: enumeration footnotes with jurabib
Replies: 2
Views: 1409

enumeration footnotes with jurabib

Hi,

I am using the jurabib package for my footnote citations, for some reason the enumaration starts at one on every page. Is there an option how to change this?

These are my options:

\jurabibsetup{
ibidem=strict,
citefull=chapter,
commabeforerest,
see,
titleformat={colonsep,all ...
by fontana
Sun May 23, 2010 5:31 pm
Forum: Graphics, Figures & Tables
Topic: Sweave does not work
Replies: 2
Views: 3510

Re: Sweave does not work

Thank you, Thorsten.

I actually also have the exact same error message when I run the examples given on the page of Friedrich Fleisch's webpage. I save the files with an .Rnw ending and then run them in dynare using Sweave("name.Rnw") and then try to run the produced .tex file in Latex regularly ...
by fontana
Sat May 22, 2010 11:58 pm
Forum: Graphics, Figures & Tables
Topic: Sweave does not work
Replies: 2
Views: 3510

Sweave does not work

Hi everyone,

I am trying to tranfer my graphical outputs from R to Latex using Sweave (if there is a different easier option please let me know), and I am having some problems.

After writing my tex file in WinEdt, saving it as "test.Rnw", running the file in R using "Sweave("test.Rnw")", I try to ...