Search found 34 matches

by ddenton
Wed Nov 16, 2011 4:34 am
Forum: Graphics, Figures & Tables
Topic: endfloat, float | Consider new Float Types
Replies: 1
Views: 1434

endfloat, float | Consider new Float Types

Please note that I have posted this query at {TeX} SX.
by ddenton
Mon Nov 14, 2011 3:29 pm
Forum: Graphics, Figures & Tables
Topic: endfloat, float | Consider new Float Types
Replies: 1
Views: 1434

endfloat, float | Consider new Float Types

How to get the endfloat package to work with new float types defined using \newfloat (float package):
\newfloat{map}{htbp}{lom}
\floatname{map}{Map}
\restylefloat*{map}

\newfloat{photo}{htbp}{lop}
\floatname{photo}{Photo}
Now, endfloat will send my figures and tables to the end, but not the maps ...
by ddenton
Fri Jul 08, 2011 8:59 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex | Use of Volumes in '@techreport'
Replies: 2
Views: 2449

Re: biblatex | Use of Volumes in '@techreport'

The manual does not indicate the "volumes" field as being valid and I tried it out unsuccessfully with a couple of styles.

What, then, is the best way to handle the number of volumes within an entry type like Techreport? Should I use the "note" field: e.g. note = {4 Volumes}?
by ddenton
Fri Jul 08, 2011 7:23 pm
Forum: BibTeX, biblatex and biber
Topic: biblatex | Use of Volumes in '@techreport'
Replies: 2
Views: 2449

biblatex | Use of Volumes in '@techreport'

Anyone know if one can use the Volumes field to indicate the number of volumes in a work, within the Techreport type? Does this depend on whether an individual style uses the field? Are there any that do?
by ddenton
Fri Jul 08, 2011 6:52 pm
Forum: General
Topic: Postscript Printing Problems with PDFLaTeX
Replies: 1
Views: 2331

Re: Postscript Printing Problems with PDFLaTeX

Printing with Accrobat 6 solves our problem.
by ddenton
Tue Jul 05, 2011 11:45 pm
Forum: General
Topic: Postscript Printing Problems with PDFLaTeX
Replies: 1
Views: 2331

Postscript Printing Problems with PDFLaTeX

I am having problems have large reports printed with lots of included graphics that were generated with PDFLaTeX using MiKTeX 2.9. My printer from the local copy centre reports that he gets a postscript error with some of my included graphics pages (certain large jpegs, not all) refusing to print ...
by ddenton
Wed Jul 23, 2008 11:06 pm
Forum: General
Topic: How to "float" \includepdfs ?
Replies: 6
Views: 6861

Re: How to "float" \includepdfs ?

Hello Juanjo,

Thanks (again) for your help. This is exactly what I needed.

DD
by ddenton
Tue Jul 22, 2008 10:02 pm
Forum: General
Topic: How to "float" \includepdfs ?
Replies: 6
Views: 6861

How to "float" \includepdfs ?

Using height and width, I am able to "include" 11 X 17 in pdfs, but not to put them on a 11 X 17 in page within my PDF document created by LaTeX.

The question is how to get \includegraphics to create the single oversized page.

Any further ideas would be appreciated.

Thanks
by ddenton
Tue Jul 22, 2008 5:41 pm
Forum: General
Topic: How to "float" \includepdfs ?
Replies: 6
Views: 6861

Re: How to "float" \includepdfs ?

Thanks Stephan.

I understand that \includegraphics allows pdfs and use this ability all the time--my problem is how do I insert an "oversized" page (11 X 17 in) in a lettersize report.

Thanks
by ddenton
Tue Jul 22, 2008 4:26 pm
Forum: General
Topic: How to "float" \includepdfs ?
Replies: 6
Views: 6861

How to "float" \includepdfs ?

I want to insert a singe 11 X 17 in sheet with graphics in an 8.5 X 11 in report. I have been using the wonderful package, pdfpages, to do this. However, now I would like to insert this page as a float, so that I can insert it in running text rather than at the end of a chapter or within an appendix ...