Search found 55 matches
- Sat Apr 02, 2016 9:43 pm
- Forum: Text Formatting
- Topic: Acronym package log entry
- Replies: 4
- Views: 6630
Re: Acronym package log entry
Well, you're considerably more learned about this than I am. I therefore feel relief when I find myself in agreement with you in regard to the irrelevancy of the message. It's as though there should be a log entry every time something happens the way it's supposed to! THAT'S keeping life positive ...
- Sat Apr 02, 2016 7:58 pm
- Forum: Text Formatting
- Topic: Acronym package log entry
- Replies: 4
- Views: 6630
Acronym package log entry
Hi,
Thanks for your response.
MWE:
\documentclass{article}
\usepackage{acronym}
\acrodef{ABC}{A Bit Crazy}
\begin{document}
First time: \ac{ABC}.
Second time: \ac{ABC}.
Third time: \ac{ABC}.
\end{document}
That's not quite minimal in that I invoke \ac{ABC} three times, whereas only the ...
Thanks for your response.
MWE:
\documentclass{article}
\usepackage{acronym}
\acrodef{ABC}{A Bit Crazy}
\begin{document}
First time: \ac{ABC}.
Second time: \ac{ABC}.
Third time: \ac{ABC}.
\end{document}
That's not quite minimal in that I invoke \ac{ABC} three times, whereas only the ...
- Sat Apr 02, 2016 6:36 pm
- Forum: Text Formatting
- Topic: Acronym package log entry
- Replies: 4
- Views: 6630
Acronym package log entry
Using the acronym package, every instance of my invocation of \ac{} results in a log entry:
Package acronym Info: Label `acro:ABC' newly defined as it shall be overridden although it is yet undefined on input line 5.
I really am not sure of the meaning of this and am wondering if someone might ...
Package acronym Info: Label `acro:ABC' newly defined as it shall be overridden although it is yet undefined on input line 5.
I really am not sure of the meaning of this and am wondering if someone might ...
- Tue Feb 28, 2012 12:55 am
- Forum: Graphics, Figures & Tables
- Topic: Page number positions with pdflscape and rotating
- Replies: 0
- Views: 5684
Page number positions with pdflscape and rotating
Hi,
Thanks for taking the time to ready my posting.
I'm having a problem with moving page numbers when I use the pdflscape and the rotating packages together. In the first MWE, where rotating is included using clockwise rotations:
\documentclass[12pt]{article}
\usepackage{pdflscape ...
Thanks for taking the time to ready my posting.
I'm having a problem with moving page numbers when I use the pdflscape and the rotating packages together. In the first MWE, where rotating is included using clockwise rotations:
\documentclass[12pt]{article}
\usepackage{pdflscape ...
- Sat Nov 26, 2011 7:45 am
- Forum: General
- Topic: epstopdf | Disable Compression
- Replies: 4
- Views: 6046
epstopdf | Disable Compression
I, too, will do my part to prevent this thread from finally dying.
I suspect the reason your stuff went "berserk" is because you failed to add the switch "--enable-write18" to the command line when executing LaTeX. The need for this is documented in the epstopdf package manual (page 2 of v2.5, for ...
I suspect the reason your stuff went "berserk" is because you failed to add the switch "--enable-write18" to the command line when executing LaTeX. The need for this is documented in the epstopdf package manual (page 2 of v2.5, for ...
- Mon Oct 10, 2011 5:13 pm
- Forum: Text Formatting
- Topic: hyperref | Expanding Arguments and PDFLaTeX
- Replies: 4
- Views: 3183
Re: hyperref | Expanding Arguments and PDFLaTeX
Ahhh, but I do need the \lowercase! The reason for this is that there are many, many invocations of \codefilename in my document, and many could have accidentally-added uppercase characters. For the sake of uniformity, I'd like the \codefilename macro to ensure that each code file name comes out ...
- Mon Oct 10, 2011 4:04 pm
- Forum: Text Formatting
- Topic: hyperref | Expanding Arguments and PDFLaTeX
- Replies: 4
- Views: 3183
hyperref | Expanding Arguments and PDFLaTeX
Hi Thorsten,
As always, thanks very much for your reply.
My apologies; I should have mentioned that I had explored \texorpdfstring already. Perhaps I have missed the obvious, but I'm not sure how using that macro allows me to address all my concerns. I assume you were thinking that I should employ ...
As always, thanks very much for your reply.
My apologies; I should have mentioned that I had explored \texorpdfstring already. Perhaps I have missed the obvious, but I'm not sure how using that macro allows me to address all my concerns. I assume you were thinking that I should employ ...
- Mon Oct 10, 2011 2:10 am
- Forum: Graphics, Figures & Tables
- Topic: "Floating" longtable, float, and afterpage placement issue
- Replies: 1
- Views: 9582
"Floating" longtable, float, and afterpage placement issue
I stuggled with this one quite a while! Eventually, I contacted David Carlise; he was very kind to suggest simply including the remaining floats in \afterpage such as:
\documentclass{article}
\usepackage{array,longtable,lipsum,afterpage,pdflscape}
\begin{document}
\textbf{\lipsum[1]}
\afterpage ...
\documentclass{article}
\usepackage{array,longtable,lipsum,afterpage,pdflscape}
\begin{document}
\textbf{\lipsum[1]}
\afterpage ...
- Mon Oct 10, 2011 1:52 am
- Forum: Text Formatting
- Topic: hyperref | Expanding Arguments and PDFLaTeX
- Replies: 4
- Views: 3183
hyperref | Expanding Arguments and PDFLaTeX
Hello,
Thanks for reading my question.
I've made a command called "\codefilename"; the argument is always set to lower case, uses a specific font, and cannot be hyphenated. The command works great in the body of text, however, when I use it in a section title, hyperref reminds me that it can't ...
Thanks for reading my question.
I've made a command called "\codefilename"; the argument is always set to lower case, uses a specific font, and cannot be hyphenated. The command works great in the body of text, however, when I use it in a section title, hyperref reminds me that it can't ...
- Sat Sep 03, 2011 5:36 pm
- Forum: Graphics, Figures & Tables
- Topic: "Floating" longtable, float, and afterpage placement issue
- Replies: 1
- Views: 9582
"Floating" longtable, float, and afterpage placement issue
Hi,
Thanks for reading my inquiry.
My issue concerns (sideways / landscape) longtable, the afterpage package, and (figure) float placement. In particular, the latter seems to behave in what is, for me at the moment, an undesireable manner.
Having encountered the need to include a large landscape ...
Thanks for reading my inquiry.
My issue concerns (sideways / landscape) longtable, the afterpage package, and (figure) float placement. In particular, the latter seems to behave in what is, for me at the moment, an undesireable manner.
Having encountered the need to include a large landscape ...