ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] latex - поля
@ 2006-04-06 16:34 Artem Zolochevskiy
  2006-04-06 17:10 ` [Comm] [OBORONA-SPAM] " Alexej Kryukov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Artem Zolochevskiy @ 2006-04-06 16:34 UTC (permalink / raw)
  To: community

hi all

господа, кто силён latex. Как я могу утсанавливать поля (до края листа) 
справа/слева, а то сейчас шибко болшие. Сейчас у меня вот такое

\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[russian]{babel}
\usepackage{indentfirst}

Что мне ещё нужно?

--
Artem Zolochevskiy



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] [OBORONA-SPAM]   latex - поля
  2006-04-06 16:34 [Comm] latex - поля Artem Zolochevskiy
@ 2006-04-06 17:10 ` Alexej Kryukov
  2006-04-06 19:50 ` [Comm] " antilopa_gnu
  2006-04-06 22:31 ` Aleksander N.Gorohovski
  2 siblings, 0 replies; 4+ messages in thread
From: Alexej Kryukov @ 2006-04-06 17:10 UTC (permalink / raw)
  To: ALT Linux Community

On Thursday 06 April 2006 20:34, Artem Zolochevskiy wrote:
> hi all
>
> господа, кто силён latex. Как я могу утсанавливать поля (до края
> листа) справа/слева, а то сейчас шибко болшие. 

Можно использовать пакет pagesize. Например, так:

\usepackage{pagesize}
\pagesize{width=160mm,height=240mm}


-- 
Regards,
Alexey Kryukov <anagnost {at} yandex {dot} ru>

Moscow State University
Historical Faculty


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] latex - поля
  2006-04-06 16:34 [Comm] latex - поля Artem Zolochevskiy
  2006-04-06 17:10 ` [Comm] [OBORONA-SPAM] " Alexej Kryukov
@ 2006-04-06 19:50 ` antilopa_gnu
  2006-04-06 22:31 ` Aleksander N.Gorohovski
  2 siblings, 0 replies; 4+ messages in thread
From: antilopa_gnu @ 2006-04-06 19:50 UTC (permalink / raw)
  To: ALT Linux Community

Artem Zolochevskiy пишет:

> господа, кто силён latex. Как я могу утсанавливать поля (до края листа) 
> справа/слева, а то сейчас шибко болшие. Сейчас у меня вот такое
> 
> \documentclass[a4paper,10pt]{article}
> \usepackage[utf8x]{inputenc}
> \usepackage[russian]{babel}
> \usepackage{indentfirst}
> 
> Что мне ещё нужно?

Можно так:

\documentclass[10pt]{article}
\usepackage[a4paper,left=2cm,right=2cm]{geometry}



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] latex - поля
  2006-04-06 16:34 [Comm] latex - поля Artem Zolochevskiy
  2006-04-06 17:10 ` [Comm] [OBORONA-SPAM] " Alexej Kryukov
  2006-04-06 19:50 ` [Comm] " antilopa_gnu
@ 2006-04-06 22:31 ` Aleksander N.Gorohovski
  2 siblings, 0 replies; 4+ messages in thread
From: Aleksander N.Gorohovski @ 2006-04-06 22:31 UTC (permalink / raw)
  To: ALT Linux Community

On Thu, 06 Apr 2006 16:34:12 -0000, Artem Zolochevskiy wrote:

> hi all
>
> господа, кто силён latex. Как я могу утсанавливать поля (до края листа)
> справа/слева, а то сейчас шибко болшие. Сейчас у меня вот такое
>
> \documentclass[a4paper,10pt]{article}
> \usepackage[utf8x]{inputenc}
> \usepackage[russian]{babel}
> \usepackage{indentfirst}
>
> Что мне ещё нужно?

Артём,
попробуйте добавить (поварьировав) вот это:

\textwidth=180mm		% ширина текста
\oddsidemargin=-5mm		% размер левого поля (при одностороннем наборе), т.е.  
25.4мм(1дюйм) - 5мм
\evensidemargin=-5mm	% кажется на чётных и не чётных
\topmargin=-5mm		% размер верхнего поля до колонтитула, т.е.  
25.4мм(1дюйм)-5мм
\renewcommand{\baselinestretch}{1.5}		% растояние между строками
\setlength{\textheight}{45\baselineskip}		%  высота текста, с  
расположением 45 строк  на странице
\headheight=...			% размер колонтитула
\headsep=...			% отступ между колонтитулом и основным текстом


перед
\begin{document}

Вообще не плохо бы посмотреть книгу С.М.Львовского "Набор и вёрстка в  
системе LaTex"



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-06 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-06 16:34 [Comm] latex - поля Artem Zolochevskiy
2006-04-06 17:10 ` [Comm] [OBORONA-SPAM] " Alexej Kryukov
2006-04-06 19:50 ` [Comm] " antilopa_gnu
2006-04-06 22:31 ` Aleksander N.Gorohovski

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git