Thanks Stefan!
That does indeed work. However, I loose the qed symbol at the end of the proof enviornment.
I tried adding the following:
\theoremsymbol{\rule{1ex}{1ex}}
and that brought the qed symbol back for some of my proofs except thoose that included an enumerated list within the body ...
Search found 92 matches
- Sat Sep 10, 2016 1:57 pm
- Forum: General
- Topic: Proof environment numbered not like I want
- Replies: 2
- Views: 4867
- Sat Sep 10, 2016 5:09 am
- Forum: General
- Topic: Proof environment numbered not like I want
- Replies: 2
- Views: 4867
Proof environment numbered not like I want
I am using ntheoerem and have defined my own proof environment. But I want the proofs to (like the default) have no numbering. I have tried altering the setup to nonumber but still the proofs are numbered. Here is my MWE:
\documentclass[a4paper,12pt,twoside]{book}
\usepackage[left=2.50cm,right ...
\documentclass[a4paper,12pt,twoside]{book}
\usepackage[left=2.50cm,right ...
- Thu Feb 21, 2013 4:02 pm
- Forum: Document Classes
- Topic: Fancy Chapter Headings
- Replies: 1
- Views: 7033
Fancy Chapter Headings
Hello all,
I am typing/editing a doc using the memoir class and "Bjornstrup" fancy chapter headings. Whenever I try to adjust (shrink) the margins using the geometry package, odd things happen: the bottom right corner of the grayed area in header which is 'behind' (for lack of a better word) the ...
I am typing/editing a doc using the memoir class and "Bjornstrup" fancy chapter headings. Whenever I try to adjust (shrink) the margins using the geometry package, odd things happen: the bottom right corner of the grayed area in header which is 'behind' (for lack of a better word) the ...
- Wed Sep 19, 2012 1:18 pm
- Forum: General
- Topic: changes, memoir | Errors about already defined Commands
- Replies: 2
- Views: 5567
changes, memoir | Errors about already defined Commands
Good Morning all.
What brings me back here this morning is that I am working on a publication (an Orthodox Prayer Book) and am currently using the memoir class. I really want to be able to keep that document class; however, I prefer the changes package for my editing rather than what the memoir ...
What brings me back here this morning is that I am working on a publication (an Orthodox Prayer Book) and am currently using the memoir class. I really want to be able to keep that document class; however, I prefer the changes package for my editing rather than what the memoir ...
- Fri Mar 16, 2012 4:09 pm
- Forum: Page Layout
- Topic: Printing a Book
- Replies: 0
- Views: 1296
Printing a Book
I would like to print a book. The base document is 118 pages, and I think I would like to use the following code:
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[signature=1,pages=-,landscape]{mydoc.pdf}
\end{document}
However, I end up with over 10 blank pages. How can ...
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[signature=1,pages=-,landscape]{mydoc.pdf}
\end{document}
However, I end up with over 10 blank pages. How can ...
- Wed Jan 25, 2012 11:20 pm
- Forum: Text Formatting
- Topic: Double Section Title Effect -- not wanted
- Replies: 15
- Views: 8320
Double Section Title Effect -- not wanted
I have tried something like this, but I am honestly not sure what to do here or where else to go for help on this:
Thanks again.
Code: Select all
\newenvironment{crub}{ % new environment instead of command
\begin{trivlist}
\centering
\bfseries
\color{red}
\item\relax
}{\end{trivlist}}
- Tue Jan 24, 2012 12:21 am
- Forum: Text Formatting
- Topic: Double Section Title Effect -- not wanted
- Replies: 15
- Views: 8320
Re: Double Section Title Effect -- not wanted
Just one more 'quick' question. How do I add a bold type formatting to the environment you provided for \crub? Thanks so much!!!
- Sun Jan 22, 2012 10:23 pm
- Forum: Text Formatting
- Topic: Double Section Title Effect -- not wanted
- Replies: 15
- Views: 8320
Double Section Title Effect -- not wanted
Thanks so much, I really like what this does to simplify the coding. But, I have several other 'special' coding 'short-cuts' and am not completely certain as to how to convert them into environments. I shall list them, and then list my attempts to convert them into environments, but when I tried to ...
- Sat Jan 21, 2012 8:04 pm
- Forum: Text Formatting
- Topic: Double Section Title Effect -- not wanted
- Replies: 15
- Views: 8320
Double Section Title Effect -- not wanted
Hullo Stefan,
I do have the package
loaded, and that's why I am so confused here. I tried the specific package option, but then I got the error:
"xcolor error undefined color RED"
and still I am confused. Thanks for all your help here.
I do have the package
Code: Select all
\usepackage{color}
"xcolor error undefined color RED"
and still I am confused. Thanks for all your help here.
- Sat Jan 21, 2012 6:53 pm
- Forum: Text Formatting
- Topic: Double Section Title Effect -- not wanted
- Replies: 15
- Views: 8320
Double Section Title Effect -- not wanted
I must apologize again for my ignorance, but how exactly do I define the color red? Thanks again.
All I know is that when I delete fancyhdr from the preamble, as well as the following:
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\rightmark{#1 ...
All I know is that when I delete fancyhdr from the preamble, as well as the following:
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\rightmark{#1 ...