Search found 9 matches

by jibberalan
Sun May 22, 2011 11:04 pm
Forum: Document Classes
Topic: hyperref | Issue with custom Document Class
Replies: 3
Views: 6467

hyperref | Issue with custom Document Class

Hi,

I am currently trying to use my school's thesis document class, however it will not work with the hyperref package. I have contacted the graduate school, but no clue if I'll get any help from them... Anyways, I have attached a minimum code example below that uses their document class and macros ...
by jibberalan
Wed Jan 12, 2011 9:51 pm
Forum: Graphics, Figures & Tables
Topic: Flush text right in paragraph column of table
Replies: 2
Views: 14499

Re: Flush text right in paragraph column of table

Thank you very much! Exactly what I was missing.
by jibberalan
Tue Dec 28, 2010 9:58 pm
Forum: Graphics, Figures & Tables
Topic: Flush text right in paragraph column of table
Replies: 2
Views: 14499

Flush text right in paragraph column of table

I am trying to create a table which has specified column widths and the text in these columns is right aligned. I can get this to work for every column except for the last column using '>{\raggedleft}p{3cm}'. However every time I try and use this for the last column I get a 'Misplaced \noalign ...
by jibberalan
Fri Oct 22, 2010 5:41 pm
Forum: Page Layout
Topic: Use legal size paper for 1 page in middle of document
Replies: 1
Views: 1631

Use legal size paper for 1 page in middle of document

Hi,

Is it possible to insert one legal-sized (or other size) page in a document. I have a table that is especially long that I would like to do this for. For example:


\documentclass[11pt,twoside]{article}
\usepackage{pdflscape}
\begin{document}
Body text...
\begin{landscape}
% Change the paper ...
by jibberalan
Fri Oct 22, 2010 5:19 pm
Forum: Graphics, Figures & Tables
Topic: includepdf as a figure
Replies: 10
Views: 11943

Re: includepdf as a figure

Yes, I am compiling it with LaTeX=>PDF, and I tried 2.9, still no dice.
by jibberalan
Thu Oct 21, 2010 12:06 am
Forum: Graphics, Figures & Tables
Topic: includepdf as a figure
Replies: 10
Views: 11943

Re: includepdf as a figure

I was using MikTeX 2.7, so I updated to 2.8 and I still cannot run the original example. I was able to run the simple example, though the red watermark did not appear.
by jibberalan
Wed Oct 20, 2010 5:30 pm
Forum: Graphics, Figures & Tables
Topic: includepdf as a figure
Replies: 10
Views: 11943

Re: includepdf as a figure

I get the error using the example that you posted. I have not yet been able to fix it either. I also get undefined control sequence error for \SetBGOpacity and the other commands before \begin{document}. If it makes a differences I'm using Texmaker on Windows.
by jibberalan
Tue Oct 19, 2010 10:53 pm
Forum: Graphics, Figures & Tables
Topic: includepdf as a figure
Replies: 10
Views: 11943

includepdf as a figure

Thanks for the help gmedina. Unless I'm missing something, the \includegraphics command does not allow you to select multiple pages out of the other pdf or arrange them with the nup command- both of which I would like to take advantage of.

Also, thanks for your suggestion of using the background ...
by jibberalan
Tue Oct 19, 2010 12:49 am
Forum: Graphics, Figures & Tables
Topic: includepdf as a figure
Replies: 10
Views: 11943

includepdf as a figure

If possible, I would like to have included pdf pages which behave as a figure. I have a pdf file with multiple plots (attached) and I would like to add them in different ways to my document- for example combine the first 4 and then the last two. So far I have been able to get the pdf inserted, keep ...