Search found 8 matches

by velisarus
Wed Nov 17, 2010 10:08 pm
Forum: Page Layout
Topic: Difficult page layout
Replies: 3
Views: 2232

Difficult page layout

Do the general layout with the geometry package in a standard class. Other classes may have built-in features. The wrapfig package allows image placement as desired.

Of course, I did the main layout with geometry and fancyhdr packages (headers, margins, page size), it's quite simple. But about ...
by velisarus
Wed Nov 17, 2010 6:46 pm
Forum: Page Layout
Topic: Difficult page layout
Replies: 3
Views: 2232

Difficult page layout

Greetings!

I run into trouble. I have to make layout like this:

Pagelayout example

I'd like to ask experts: Is such layout possible in LaTeX? Which tools and packages should I use?

I have 2 main problems:

1) I don't know how to place the wrapped images on the top/bottom.
2) If I'll make ...
by velisarus
Thu Sep 23, 2010 1:32 am
Forum: Fonts & Character Sets
Topic: Longitude, latitude (seconds and minutes marks)
Replies: 3
Views: 17173

Longitude, latitude (seconds and minutes marks)

Thanks for help, localghost!

siunitx is nice, but it's too much for me... And siunitx use different font. And \arcminute does't work. I found a more simple solution.

Minutes:

Code: Select all

06$'$
Seconds:

Code: Select all

06$''$
by velisarus
Wed Sep 22, 2010 4:44 pm
Forum: Fonts & Character Sets
Topic: Longitude, latitude (seconds and minutes marks)
Replies: 3
Views: 17173

Longitude, latitude (seconds and minutes marks)

Greetings!

I have a problem with second and minute marks in longitude, latitude (3° 5′ 30″). There aren't any problems with "degree" (I use \textdegree from textcomp package), but I don't know, how to put ′ and ″ witn LaTex.

May anyone help me?
by velisarus
Thu Nov 26, 2009 3:04 am
Forum: Text Formatting
Topic: Modifying the section format
Replies: 12
Views: 8530

Modifying the section format

You are right, gmedina... My mistake.
by velisarus
Thu Nov 26, 2009 2:32 am
Forum: Text Formatting
Topic: Modifying the section format
Replies: 12
Views: 8530

Modifying the section format

Hi, NELLLY!

Try titlesec package. With this package you can make any section format. Also this package can change the format of TOC.

Hope this will useful for you.
by velisarus
Thu Nov 26, 2009 2:21 am
Forum: Text Formatting
Topic: Spaces between paragraphs
Replies: 2
Views: 1956

Spaces between paragraphs

Yes, that helps! And yes, I'm fool, that was so simple... :oops:

I've set \setlength{\parskip}{0pt plus 0pt minus 0pt} in my preamble, and look at this.
pg_0006_corrected.pdf
Of course, now I have some other problems, like widows and orphans, but that's not very important in this case. Besides ...
by velisarus
Thu Nov 26, 2009 1:41 am
Forum: Text Formatting
Topic: Spaces between paragraphs
Replies: 2
Views: 1956

Spaces between paragraphs

Hi everyone!

I have some problems with the spaces between paragraphs -- they are stretches. Yes, I know, this is normal behavior of LaTeX... But that looks awful.
pg_0006.pdf
(53.81 KiB) Downloaded 427 times
Can I anyhow forbid the stretching of those spaces?