Search found 40 matches
- Sun Jun 09, 2013 3:17 pm
- Forum: Text Formatting
- Topic: Column Width in Template for CV
- Replies: 1
- Views: 5332
Column Width in Template for CV
I am trying to use a CV template, but I would like to increase the width of the leftmost column, the one starting with "Lehman Brothers" in italics (see the attached code and PDF output). How can I do that? I'd be very grateful for any help.
- Sun Dec 16, 2012 11:10 pm
- Forum: WinEdt
- Topic: Problem with DVI viewer
- Replies: 1
- Views: 11449
Problem with DVI viewer
I have just installed WinEdt on a new PC, and I get the following problem when trying to view a DVI file using Yap. First, I get the following error message:
MiKTeX Problem Report
Message: Invalid argument
Data:
Source: Libraries\MiKTeX\Core\FileStream.cpp
Line: 116
MiKTeX: 2.9
Then, I get lots ...
MiKTeX Problem Report
Message: Invalid argument
Data:
Source: Libraries\MiKTeX\Core\FileStream.cpp
Line: 116
MiKTeX: 2.9
Then, I get lots ...
- Wed Dec 05, 2012 5:25 pm
- Forum: Math & Science
- Topic: amsbook | Line Spacing in 'cases' Environment
- Replies: 2
- Views: 3786
amsbook | Line Spacing in 'cases' Environment
Sorted it. One needs to use
Source:
http://chenfuture.wordpress.com/2011/11 ... -in-latex/
Code: Select all
\usepackage{amsmath,mathtools}
\[
\begin{dcases}
[...]
\end{dcases}
\]
http://chenfuture.wordpress.com/2011/11 ... -in-latex/
- Wed Dec 05, 2012 1:02 pm
- Forum: Math & Science
- Topic: amsbook | Line Spacing in 'cases' Environment
- Replies: 2
- Views: 3786
amsbook | Line Spacing in 'cases' Environment
I am using the cases environment in the amsbook document class. The problem I have is that the curly brace appears to be a bit too large. For example, see the code below.
\[
(q)_n=
\begin{cases}
{1}, & n=0,\\
{q(q+1)\ldots (q+n-1)}, & n>0.
\end{cases}
\]
It gives the attached result. This ...
\[
(q)_n=
\begin{cases}
{1}, & n=0,\\
{q(q+1)\ldots (q+n-1)}, & n>0.
\end{cases}
\]
It gives the attached result. This ...
- Mon Oct 29, 2012 3:58 pm
- Forum: Text Formatting
- Topic: amsbook | ToC Entry for Abstract
- Replies: 1
- Views: 2539
- Sun Oct 28, 2012 3:34 pm
- Forum: Text Formatting
- Topic: amsbook | ToC Entry for Abstract
- Replies: 1
- Views: 2539
amsbook | ToC Entry for Abstract
I am using the amsbook class to write my thesis. According to the university requirements, the abstract page needs to include the title and the author as well, as follows:
\chapter*{Title}
\section*{Author}
\vspace{1.5cm}
\section*{Abstract}
However, I would like it to be listed in the Table ...
\chapter*{Title}
\section*{Author}
\vspace{1.5cm}
\section*{Abstract}
However, I would like it to be listed in the Table ...
- Wed Oct 24, 2012 10:56 am
- Forum: Text Formatting
- Topic: amsbook | Theorem Numbers
- Replies: 2
- Views: 4051
Re: amsbook | Theorem Numbers
Many thanks for your very useful advice! I ended up choosing the first alternative, by the way.
- Tue Oct 23, 2012 12:36 pm
- Forum: Text Formatting
- Topic: amsbook | Theorem Numbers
- Replies: 2
- Views: 4051
amsbook | Theorem Numbers
I am using document class AMSBook to write my thesis. One of the appendices is very short, with only the \chapter but no \section . I list three results (lemma, theorem, proposition) in this appendix. They appear as follows
Lemma D.0.2
Theorem D.0.3
Proposition D.0.4
I understand that the ".0" bit ...
Lemma D.0.2
Theorem D.0.3
Proposition D.0.4
I understand that the ".0" bit ...
- Mon Oct 22, 2012 11:24 am
- Forum: Page Layout
- Topic: Problem with page header
- Replies: 2
- Views: 2903
Re: Problem with page header
Thanks! Changing the labels to uppercase fixed the problem. Earlier I had seen that the warnings complained about them being undefined, but I didn't realise that the case was the problem.
- Mon Oct 22, 2012 1:57 am
- Forum: Page Layout
- Topic: Problem with page header
- Replies: 2
- Views: 2903
Problem with page header
I am using the document class AMSBook to write my thesis. One of the appendices has the title "Proof of Lemma \ref{LemmaLabel}". In the text, the title appears as it should (i.e., with the appropriate reference number). However, the page header says "Proof of Lemma ??". Is there some way this ...