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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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