Generalsome questions

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

some questions

Post by fmang »

Hi, I'm new to Latex. I just want to ask how to do the things on the following image...

Image

1. Right justification even when there's text on the left side
2. A horizontal line that encompasses the entire page (except the margins of course)


Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

some questions

Post by fmang »

okay, i was able to find the answer for number one using

Code: Select all

\hfill
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

some questions

Post by fmang »

okay, i just found out number 2 requires

Code: Select all

\hrule
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

some questions

Post by fmang »

This is what I ended up with:

Image
Spacing is wrong

Any suggestions?
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

some questions

Post by gmedina »

Please post the code you are using. Use the command \vspace (or \vspace* ) to control the vertical spacing; i.e., you can use something like

Code: Select all

\vspace*{1cm}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
fmang
Posts: 7
Joined: Thu Jan 17, 2008 6:21 pm

Re: some questions

Post by fmang »

thanks! that helped! :D
Post Reply