Search found 8 matches
- Tue Oct 05, 2010 9:04 pm
- Forum: Page Layout
- Topic: Double "Appendices"
- Replies: 3
- Views: 2285
Re: Double "Appendices"
Thanks, that worked perfectly.
- Wed Sep 29, 2010 7:22 pm
- Forum: Page Layout
- Topic: Double "Appendices"
- Replies: 3
- Views: 2285
Re: Double "Appendices"
I've done a bit more digging and still haven't found anything. Does anyone have any ideas?
- Thu Sep 23, 2010 11:34 pm
- Forum: Page Layout
- Topic: Double "Appendices"
- Replies: 3
- Views: 2285
Double "Appendices"
I'm trying to use the appendix package to add a header to the appendix section of a document I am writing (dissertation proposal).
When I use the \appendixpage command, I get several errors, that I think have to do with the fact that I am using a non-standard document class. In the end, though, I ...
When I use the \appendixpage command, I get several errors, that I think have to do with the fact that I am using a non-standard document class. In the end, though, I ...
- Tue Apr 27, 2010 9:37 pm
- Forum: Graphics, Figures & Tables
- Topic: color package incompatible with figures?
- Replies: 19
- Views: 52151
Re: color package incompatible with figures?
Thanks a lot! It looks like this fixed my problem.
- Tue Apr 27, 2010 8:26 pm
- Forum: Graphics, Figures & Tables
- Topic: color package incompatible with figures?
- Replies: 19
- Views: 52151
Re: color package incompatible with figures?
Thanks for the help. I was looking for that redefinition, but I had opened a different, similarly named, style file in the same directory.
You ask a good question. The class has a lot of useful stuff in it, for the formatting of headings and signature pages and for making sure that the format ...
You ask a good question. The class has a lot of useful stuff in it, for the formatting of headings and signature pages and for making sure that the format ...
- Tue Apr 27, 2010 7:39 pm
- Forum: Graphics, Figures & Tables
- Topic: color package incompatible with figures?
- Replies: 19
- Views: 52151
color package incompatible with figures?
As a test to verify that it is the color package and not something else in tikz that is producing the problem, I tried this example which also gave the same error when the second documentclass command is uncommented:
\documentclass[10pt]{article}
%\documentclass{byuPhDprop}
\usepackage[usenames ...
\documentclass[10pt]{article}
%\documentclass{byuPhDprop}
\usepackage[usenames ...
- Tue Apr 27, 2010 7:12 pm
- Forum: Graphics, Figures & Tables
- Topic: color package incompatible with figures?
- Replies: 19
- Views: 52151
color package incompatible with figures?
Here is a pretty minimal example that produces problem (for use together with the attached style file):
\documentclass[10pt]{article}
%\documentclass{byuPhDprop}
\usepackage{pgf}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes,automata,backgrounds}
\begin{document}
\begin{figure}[htb]
\centering ...
\documentclass[10pt]{article}
%\documentclass{byuPhDprop}
\usepackage{pgf}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes,automata,backgrounds}
\begin{document}
\begin{figure}[htb]
\centering ...
- Mon Apr 26, 2010 11:15 pm
- Forum: Graphics, Figures & Tables
- Topic: color package incompatible with figures?
- Replies: 19
- Views: 52151
Re: color package incompatible with figures?
I am having the same problem. I am also working on a thesis, but the float redefinition is nowhere to be found in the style file. Is there something else that could cause this problem?