Search found 15 matches
- Fri Oct 25, 2013 9:01 am
- Forum: Text Formatting
- Topic: Tracking unnecessary labels
- Replies: 1
- Views: 3185
Tracking unnecessary labels
Is there a LaTeX package that helps me keep track of whether I actually use all the labels and equation numbers that I introduce in my file or whether some of them are unnecessary? After revising a manuscript of a paper several times, I'm getting severely lost.
- Wed Sep 05, 2012 12:17 pm
- Forum: Text Formatting
- Topic: References back and forth between exercise and solution
- Replies: 5
- Views: 5835
Re: References back and forth between exercise and solution
This is wonderful. Thank you so much!
Mark
Mark
- Tue Sep 04, 2012 7:06 am
- Forum: Text Formatting
- Topic: References back and forth between exercise and solution
- Replies: 5
- Views: 5835
Re: References back and forth between exercise and solution
Thank you for the answer!
I have the solutions in an appendix and (to make things slightly worse) sometimes omit solutions to exercises that I want to give my students as homework.
Is there a way to work around that?
I have the solutions in an appendix and (to make things slightly worse) sometimes omit solutions to exercises that I want to give my students as homework.
Is there a way to work around that?
- Mon Sep 03, 2012 12:57 pm
- Forum: Text Formatting
- Topic: References back and forth between exercise and solution
- Replies: 5
- Views: 5835
References back and forth between exercise and solution
In the MWE below, I use hyperref to link from a solution back to an exercise.
But is it possible to link back and forth, i.e., by clicking on the exercise, I go to the answer. Clicking on the number of the answer, I go back to the exercise?
\documentclass[english]{article}
\usepackage{hyperref ...
But is it possible to link back and forth, i.e., by clicking on the exercise, I go to the answer. Clicking on the number of the answer, I go back to the exercise?
\documentclass[english]{article}
\usepackage{hyperref ...
- Wed Apr 11, 2012 7:53 am
- Forum: Text Formatting
- Topic: ntheorem | Remove Indentation with Theorem Style "margin"
- Replies: 2
- Views: 5540
Re: ntheorem | Remove Indentation with Theorem Style "margin
Thank you so much!
Mark
Mark
- Tue Apr 10, 2012 3:23 pm
- Forum: Text Formatting
- Topic: ntheorem | Remove Indentation with Theorem Style "margin"
- Replies: 2
- Views: 5540
ntheorem | Remove Indentation with Theorem Style "margin"
In the MWE below, I define an example environment with numbers in the margin. Its first line, however, is indented, rather than starting at the left margin. How to avoid this indentation? My guess \noindent does not work.
\documentclass{article}
\usepackage{ntheorem}
\theoremstyle{margin ...
\documentclass{article}
\usepackage{ntheorem}
\theoremstyle{margin ...
- Sat Mar 31, 2012 10:03 am
- Forum: Text Formatting
- Topic: titlesec | Colored Background extended to left Margin
- Replies: 2
- Views: 4332
titlesec | Colored Background extended to left Margin
Thanks, that looks really good! I tried a few other options and found a solution that is extremely ugly: I could extend stuff to the right, not to the left, so I shifted the text and background into the right margin and then used a negative shift in the \titlespacing ...
It's not pretty, but it ...
It's not pretty, but it ...
- Thu Mar 29, 2012 11:25 am
- Forum: Text Formatting
- Topic: titlesec | Colored Background extended to left Margin
- Replies: 2
- Views: 4332
titlesec | Colored Background extended to left Margin
In the MWE below, the header for the exercises of section 1 has a colored background and the text itself is centered.
Since exercise numbers are in the left margin, I would like to extend this colored background into the left margin only (not the right!) by a centimeter or two. And still keep the ...
Since exercise numbers are in the left margin, I would like to extend this colored background into the left margin only (not the right!) by a centimeter or two. And still keep the ...
- Fri Mar 02, 2012 11:08 am
- Forum: Math & Science
- Topic: Numbering in nested align(ed) environments
- Replies: 1
- Views: 6042
Numbering in nested align(ed) environments
How can I get an equation number for the third line in the following MWE, where I nest align(ed) environments?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
\text{maximize } & \text{long expression} \\
\text{with } & \begin{aligned}[t]
a & \in A \\
b & \in B
\end ...
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
\text{maximize } & \text{long expression} \\
\text{with } & \begin{aligned}[t]
a & \in A \\
b & \in B
\end ...
- Fri Jun 17, 2011 6:35 am
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Page Break in framed Theorem
- Replies: 2
- Views: 3062
Re: tikZ | Page Break in framed Theorem
The ntheorem documentation states that it works with mdframed as well, but in that case, I know insufficient about LaTeX to use ntheorem to make the theorem's header appear as it does in the MWE on a colored background.