Search found 16 matches
- Thu Oct 27, 2011 2:21 pm
- Forum: WinEdt
- Topic: Compiling LaTeX in WinEdt
- Replies: 1
- Views: 12818
Re: Compiling LaTeX in WinEdt
Just to confirm it was a problem with MikTex that has now been resolved.
- Thu Oct 27, 2011 10:36 am
- Forum: WinEdt
- Topic: Compiling LaTeX in WinEdt
- Replies: 1
- Views: 12818
Compiling LaTeX in WinEdt
Hi
I've just started a PhD and the computer I am using has WinEdt installed. For my masters, I used MikTex to compile my LaTeX documents, but now need to use WinEdt. However, the options to "Texify", "LaTeX", "Tex", "PDF Texify", "PDF LaTeX" and "PDF Tex" do not seem to be working. I have tried ...
I've just started a PhD and the computer I am using has WinEdt installed. For my masters, I used MikTex to compile my LaTeX documents, but now need to use WinEdt. However, the options to "Texify", "LaTeX", "Tex", "PDF Texify", "PDF LaTeX" and "PDF Tex" do not seem to be working. I have tried ...
- Sat Oct 15, 2011 1:45 pm
- Forum: BibTeX, biblatex and biber
- Topic: Problems using BibTeX
- Replies: 2
- Views: 1919
Re: Problems using BibTeX
Thanks for that! Now where did I put my dunce hat!
- Sat Oct 15, 2011 12:08 pm
- Forum: BibTeX, biblatex and biber
- Topic: Problems using BibTeX
- Replies: 2
- Views: 1919
Problems using BibTeX
I have just started a PhD and am trying to construct my bibliography as I go along. After adding a few entries I tested it, and it seemed to work fine. However, a few weeks on, it doesn't seem to be working and I can't see why.
My bibfile (called myBibFile.bib) has entries such as:
@book{Isaacs ...
My bibfile (called myBibFile.bib) has entries such as:
@book{Isaacs ...
- Mon Mar 14, 2011 10:06 am
- Forum: Math & Science
- Topic: Numbering Theorems
- Replies: 4
- Views: 8847
Re: Numbering Theorems
Thanks for that gmedina. It works a treat!
- Sun Mar 13, 2011 10:55 pm
- Forum: Math & Science
- Topic: Numbering Theorems
- Replies: 4
- Views: 8847
Numbering Theorems
When you say "by section" do you mean including the section counter and removing the chapter counter, or simply the chapter counter followed by the section number and then by the corresponding theorem number?
Sorry I hadn't realised how ambiguous I had been. Basically in some chapters, I want to ...
Sorry I hadn't realised how ambiguous I had been. Basically in some chapters, I want to ...
- Sun Mar 13, 2011 10:16 pm
- Forum: Math & Science
- Topic: Numbering Theorems
- Replies: 4
- Views: 8847
Numbering Theorems
I am currently working on a final year undergraduate project, and am in the process of writing up my report. I have defined a number of environments
\documentclass{report}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{property}[theorem]{(}
\newtheorem{definition}[theorem]{Definition ...
\documentclass{report}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{property}[theorem]{(}
\newtheorem{definition}[theorem]{Definition ...
- Wed Feb 23, 2011 8:50 pm
- Forum: Page Layout
- Topic: Bibliography with Fullpage Package
- Replies: 3
- Views: 2413
Bibliography with Fullpage Package
Thanks for the advice. I obviously misunderstood the book I read regarding bibliographies!Frits wrote:Your problem lies in the following:The second argument (Burnside Papers) determines the amount of indentation used.Code: Select all
\begin{thebibliography}{Burnside Papers}
- Wed Feb 23, 2011 2:29 am
- Forum: Page Layout
- Topic: Bibliography with Fullpage Package
- Replies: 3
- Views: 2413
Bibliography with Fullpage Package
I am currently trying to add a bibliography to a report I am writing using the report document class with the fullpage package. However, the indentation of each entry seems extremely large. I know it must be possible to decrease this to a more natural level, but with my basic LaTeX knowledge need ...
- Mon Nov 29, 2010 12:06 pm
- Forum: Graphics, Figures & Tables
- Topic: Spacing Within A Table
- Replies: 2
- Views: 1891
Re: Spacing Within A Table
Thank you for an extremely quick and very helpful response.