Search found 8 matches
- Sat Nov 19, 2011 10:10 pm
- Forum: Math & Science
- Topic: Label two Equations in the Middle
- Replies: 2
- Views: 3115
Re: Label two Equations in the Middle
Perfect, thank you.
- Sat Nov 19, 2011 9:36 pm
- Forum: Math & Science
- Topic: Label two Equations in the Middle
- Replies: 2
- Views: 3115
Label two Equations in the Middle
Again, my advisor wants specific formatting... arg. I have two equations and want to label them both together. I would like the label to be on the normal right side, but be in between the two equations. I know it can be done, because I've seen it done (albeit not the code).
What I've tried to do is ...
What I've tried to do is ...
- Sun Jul 31, 2011 10:55 pm
- Forum: Graphics, Figures & Tables
- Topic: threeparttable | Problem with Column Width
- Replies: 1
- Views: 4436
threeparttable | Problem with Column Width
At first, I thought this was an easy fix, as in just specifying your column widths, but latex assumes left alignment when you do that. In order to get around this, you need to make your own column label command, I called it 'x' in the below example.
\documentclass[a4paper,10pt]{article ...
\documentclass[a4paper,10pt]{article ...
- Mon Jul 25, 2011 1:40 am
- Forum: Graphics, Figures & Tables
- Topic: Left Border missing in colored Table
- Replies: 1
- Views: 1649
Left Border missing in colored Table
I believe you lost your left column when you defined your \CXPanel (the one you use on the left of your table).
Instead of :
\newcommand{\CXPanel}[1]{%
\multicolumn{1}{>{\columncolor{USCgold}}c|}{#1}}
Use :
\newcommand{\CXPanel}[1]{%
\multicolumn{1}{|>{\columncolor{USCgold}}c|}{#1}}
If you ...
Instead of :
\newcommand{\CXPanel}[1]{%
\multicolumn{1}{>{\columncolor{USCgold}}c|}{#1}}
Use :
\newcommand{\CXPanel}[1]{%
\multicolumn{1}{|>{\columncolor{USCgold}}c|}{#1}}
If you ...
- Mon Jul 25, 2011 1:26 am
- Forum: Graphics, Figures & Tables
- Topic: Table of Contents Headings
- Replies: 2
- Views: 1651
Table of Contents Headings
After about a week of fighting the formatting, I came surprisingly close to what I wanted. I used the following to exclude the page numbering and heading numbering on sections like the abstract:
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\input{Abstract}
and to make the other ...
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
\input{Abstract}
and to make the other ...
- Tue Jul 12, 2011 10:18 pm
- Forum: Graphics, Figures & Tables
- Topic: Table of Contents Headings
- Replies: 2
- Views: 1651
Table of Contents Headings
If it helps, here is the master document word for word.
\documentclass[12pt]{report}
\usepackage{amsmath,amsthm,amssymb,latexsym,amscd,bm}
\usepackage{setspace,thesis}
\usepackage[table]{xcolor}
\usepackage{graphicx, amsfonts, amsmath}
\usepackage{color}
\usepackage{float}
\usepackage{epsf ...
\documentclass[12pt]{report}
\usepackage{amsmath,amsthm,amssymb,latexsym,amscd,bm}
\usepackage{setspace,thesis}
\usepackage[table]{xcolor}
\usepackage{graphicx, amsfonts, amsmath}
\usepackage{color}
\usepackage{float}
\usepackage{epsf ...
- Mon Jul 11, 2011 11:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Table of Contents Headings
- Replies: 2
- Views: 1651
Table of Contents Headings
I'm glad I joined this forum this summer. I'm working on writing my dissertation and am always learning more and more about latex.
The first issue is that my advisor does not like the standard latex ToC output. As of now, I have two main chapters of work that have multiple subsections. Here is a ...
The first issue is that my advisor does not like the standard latex ToC output. As of now, I have two main chapters of work that have multiple subsections. Here is a ...
- Wed Feb 02, 2011 5:46 pm
- Forum: New Members
- Topic: \begin{hello}
- Replies: 3
- Views: 2433
\begin{hello}
Hello everyone, I'm a math phd grad and have been using latex for years. Mostly simple things, but now I embark on my dissertation write up. I figure it's a good thing to join up here and use this as a resource and contribute what I can.
Ok, enough procrastination, back to work.
Ok, enough procrastination, back to work.