Search found 5 matches

by alphaace
Fri Feb 10, 2012 5:14 am
Forum: BibTeX, biblatex and biber
Topic: natbib | Numbered Citations
Replies: 2
Views: 4459

natbib | Numbered Citations

Hi Everyone,

I was wondering if there is a way to make the natbib package number my references? I still want it to be referenced as it always is when I use \citet or \citep, but I want my references to be numbered [1], [2], ....

Is there an easy way to do this?

Thank you!
by alphaace
Fri Dec 17, 2010 11:38 pm
Forum: Texmaker and TeXstudio
Topic: Sweave Syntax Highlighting
Replies: 0
Views: 2126

Sweave Syntax Highlighting

Hi,

I work with sweave a lot and it often happens that my generated R code has a "$" sign symbol, such as when I reference an element of a list. However, when I get my code into texmaker, all the syntax after the dollar symbol is highlighted green.

For example, in my code I have the following ...
by alphaace
Thu Aug 12, 2010 3:26 pm
Forum: Graphics, Figures & Tables
Topic: pictures path
Replies: 2
Views: 1569

Re: pictures path

Nope, I tried both an absolute and a relative path.

The picture files in the path are simple pdf files. Works fine on my macbook pro which makes me think it's something weird since both share a unix file structure!
by alphaace
Thu Aug 05, 2010 7:48 am
Forum: Graphics, Figures & Tables
Topic: pictures path
Replies: 2
Views: 1569

pictures path

Hi,

In my Latex code, I include /graphicspath{{./Pictures/}} at the top.
It compiles just fine on OSX using TexShop and on a windows machine as well.

Texmaker however says it can't find the pictures? What's going on?
by alphaace
Thu Jul 16, 2009 6:21 pm
Forum: Math & Science
Topic: equation math environment numberings
Replies: 1
Views: 1633

equation math environment numberings

Hi,

When using \equation environment, it starts simply counting my formulas. How would I do it so that it attaches the section number first?

Such as, if I am in section 5.1, the formulas will be counted as

5.1.1
5.1.2
5.1.3
...
5.1.10
5.1.11
...

Thank you for your help!