Search found 10 matches
- Fri Jul 23, 2010 10:41 pm
- Forum: Graphics, Figures & Tables
- Topic: How to make a hyperlink point to top of figure
- Replies: 5
- Views: 6158
Re: How to make a hyperlink point to top of figure
It is all good now!!!, I just made it work. For some reason \hipertarget{} didn't like to be before my landscaped page and I went ahead and inserted \newpage right before it and it worked like a charm. Thanks for your time in this matter.
- Fri Jul 23, 2010 10:29 pm
- Forum: Graphics, Figures & Tables
- Topic: How to make a hyperlink point to top of figure
- Replies: 5
- Views: 6158
Re: How to make a hyperlink point to top of figure
Thanks sommerfee, I wanted to use \hyperlink because it colors the hyperlinked like in this case: Go to \hyperlink{bar}{bar graphic}\\, {bar graphic} is colored.
I think \ref and \autoref do the job and I will be getting familiar with it but from the top of your head do you know how \hyperlink and ...
I think \ref and \autoref do the job and I will be getting familiar with it but from the top of your head do you know how \hyperlink and ...
- Fri Jul 23, 2010 9:28 pm
- Forum: Graphics, Figures & Tables
- Topic: How to make a hyperlink point to top of figure
- Replies: 5
- Views: 6158
Re: How to make a hyperlink point to top of figure
I did try to put the \hypertarget{} by the beginning of the figure but messes up my graphic and the \begin{landscape} gets ignored. I wouldn't mind using \ref if that fixes my problem but I am going to have to see how is done.
- Fri Jul 23, 2010 7:50 pm
- Forum: Graphics, Figures & Tables
- Topic: How to make a hyperlink point to top of figure
- Replies: 5
- Views: 6158
How to make a hyperlink point to top of figure
Hi:
I am trying to put some hyperlinks in my document but they point to the caption instead of the figure itself. I read about the hypcap package addressing this problem but it appears to be ignored. If I try to go to the last page then it shows the whole graphic but if the graphic is in the middle ...
I am trying to put some hyperlinks in my document but they point to the caption instead of the figure itself. I read about the hypcap package addressing this problem but it appears to be ignored. If I try to go to the last page then it shows the whole graphic but if the graphic is in the middle ...
- Sat Jul 17, 2010 7:49 pm
- Forum: Graphics, Figures & Tables
- Topic: How to insert figures followed by text
- Replies: 5
- Views: 3497
Re: How to insert figures followed by text
Thanks gmedina:
I'll go with \raisebox for now. Thanks again for your help.
I'll go with \raisebox for now. Thanks again for your help.
- Sat Jul 17, 2010 1:06 am
- Forum: Graphics, Figures & Tables
- Topic: How to insert figures followed by text
- Replies: 5
- Views: 3497
Re: How to insert figures followed by text
Please disregard my last message, its all good now. One last thing that I would like to ask though,is there a way to align the text between the figures to the middle of the figures. The text gets printed between the bottom part of the figures. Thanks
- Fri Jul 16, 2010 10:15 pm
- Forum: Graphics, Figures & Tables
- Topic: How to insert figures followed by text
- Replies: 5
- Views: 3497
How to insert figures followed by text
Thanks for the prompt reply localghost,
The name of my figures are: bar.jpg and I replaced \hrule with my picture name
but my pictures get printed one on the left upper corner and one on the right lower corner and the text between them dissappears. Also,Since I am going to put the title between
the ...
The name of my figures are: bar.jpg and I replaced \hrule with my picture name
but my pictures get printed one on the left upper corner and one on the right lower corner and the text between them dissappears. Also,Since I am going to put the title between
the ...
- Fri Jul 16, 2010 9:20 pm
- Forum: Graphics, Figures & Tables
- Topic: How to insert figures followed by text
- Replies: 5
- Views: 3497
How to insert figures followed by text
Hi:
I am still new using latex but I am able to insert figures and tables without a problem but this one is a bit more challenging. I am trying to insert a 1.5 inches figure at the beginning of the page followed by some text and then another 1.5 inches figure after the text. I could find the way to ...
I am still new using latex but I am able to insert figures and tables without a problem but this one is a bit more challenging. I am trying to insert a 1.5 inches figure at the beginning of the page followed by some text and then another 1.5 inches figure after the text. I could find the way to ...
- Fri Jul 16, 2010 7:44 pm
- Forum: Page Layout
- Topic: How to adjust margins where tables are too wide
- Replies: 3
- Views: 7757
How to adjust margins where tables are too wide
Thanks Stefan, I was able to figure it out with the geometry package.
Code: Select all
\newgeometry{vmargin={1cm}}
\restoregeometry
- Thu Jul 15, 2010 5:24 pm
- Forum: Page Layout
- Topic: How to adjust margins where tables are too wide
- Replies: 3
- Views: 7757
How to adjust margins where tables are too wide
Hi:
I wonder if someone can help me figure out how to adjust the margins of a page where tables are too wide. I tried the geometry package in the preamble:
\usepackage[hmargin=1in,vmargin=1in]{geometry}
Then I changed to:
\newgeometry{hmargin={1cm}} to try to fit the table but it has no effect
and ...
I wonder if someone can help me figure out how to adjust the margins of a page where tables are too wide. I tried the geometry package in the preamble:
\usepackage[hmargin=1in,vmargin=1in]{geometry}
Then I changed to:
\newgeometry{hmargin={1cm}} to try to fit the table but it has no effect
and ...