KOMA script and inner/outer margins

2003-04-06 Thread Christian Ridderström
Hi

This feels like a stupid question.. but I want to be sure. It's about 
inner/outer margins for a double-sided document using the document class
book (KOMA).

Is it good typography that the outer margins are bigger than the inner 
margins, and should you get something like in the figure below with the 
default settings for a two-page document?

.-. ..
| 4   | |  5 |
| sfdasdfasd  | |  asdfasdfa |
  ^  ^
  outer margin   inner margin


Some people I've talked to say it should be the other way around, i.e. 
bigger inner margins because of the binding correction... but that's 
something you handle separately with BCOR, right?

/Christian
   

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: line spaceing problem

2003-04-06 Thread Herbert Voss
Marcin Bukat schrieb:

Here it is. This is the smalest part of my work wich seems to give such 
effect.
write into the preamble:

\usepackage[bottom]{footmisc}
\let\myFN\footnote
\renewcommand*\footnote[1]{%
  \begingroup
  \setstretch{1}%
  \myFN{#1}
  \endgroup
}
Herbert




Re: ERT and listings problems

2003-04-06 Thread Herbert Voss
Pedro Tejedor schrieb:
I am trying to use LyX v. 1.3.1 to type text mixed with C code. I use 
the package listings, but I found two problems:

1. LyX writes a white line between every other two that I write. If I, 
for example, write (in an E.R.T. frame)
this is bug in LyX. Do a Ctrl-Enter instead of a Enter at the
end of every line.
2. I cannot use the tab key in ERT. Strange enough, apparently I can cut 
and paste text with tabs on it to an ERT frame. Tabs are usefull when 
you are indenting code.
put all the source code in an external file and then

\lstinputlisting{file.c}

Herbert




KOMA script and inner/outer margins

2003-04-06 Thread Christian Ridderström
Hi

This feels like a stupid question.. but I want to be sure. It's about 
inner/outer margins for a double-sided document using the document class
book (KOMA).

Is it good typography that the outer margins are bigger than the inner 
margins, and should you get something like in the figure below with the 
default settings for a two-page document?

.-. ..
| 4   | |  5 |
| sfdasdfasd  | |  asdfasdfa |
  ^  ^
  outer margin   inner margin


Some people I've talked to say it should be the other way around, i.e. 
bigger inner margins because of the binding correction... but that's 
something you handle separately with BCOR, right?

/Christian
   

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: line spaceing problem

2003-04-06 Thread Herbert Voss
Marcin Bukat schrieb:

Here it is. This is the smalest part of my work wich seems to give such 
effect.
write into the preamble:

\usepackage[bottom]{footmisc}
\let\myFN\footnote
\renewcommand*\footnote[1]{%
  \begingroup
  \setstretch{1}%
  \myFN{#1}
  \endgroup
}
Herbert




Re: ERT and listings problems

2003-04-06 Thread Herbert Voss
Pedro Tejedor schrieb:
I am trying to use LyX v. 1.3.1 to type text mixed with C code. I use 
the package listings, but I found two problems:

1. LyX writes a white line between every other two that I write. If I, 
for example, write (in an E.R.T. frame)
this is bug in LyX. Do a Ctrl-Enter instead of a Enter at the
end of every line.
2. I cannot use the tab key in ERT. Strange enough, apparently I can cut 
and paste text with tabs on it to an ERT frame. Tabs are usefull when 
you are indenting code.
put all the source code in an external file and then

\lstinputlisting{file.c}

Herbert




KOMA script and inner/outer margins

2003-04-06 Thread Christian Ridderström
Hi

This feels like a stupid question.. but I want to be sure. It's about 
inner/outer margins for a double-sided document using the document class
book (KOMA).

Is it good typography that the outer margins are bigger than the inner 
margins, and should you get something like in the figure below with the 
default settings for a two-page document?

.-. ..
| 4   | |  5 |
| sfdasdfasd  | |  asdfasdfa |
  ^  ^
  outer margin   inner margin


Some people I've talked to say it should be the other way around, i.e. 
bigger inner margins because of the binding correction... but that's 
something you handle separately with BCOR, right?

/Christian
   

-- 
Christian Ridderström   http://www.md.kth.se/~chr




Re: line spaceing problem

2003-04-06 Thread Herbert Voss
Marcin Bukat schrieb:

Here it is. This is the smalest part of my work wich seems to give such 
effect.
write into the preamble:

\usepackage[bottom]{footmisc}
\let\myFN\footnote
\renewcommand*\footnote[1]{%
  \begingroup
  \setstretch{1}%
  \myFN{#1}
  \endgroup
}
Herbert




Re: ERT and listings problems

2003-04-06 Thread Herbert Voss
Pedro Tejedor schrieb:
I am trying to use LyX v. 1.3.1 to type text mixed with C code. I use 
the package listings, but I found two problems:

1. LyX writes a white line between every other two that I write. If I, 
for example, write (in an E.R.T. frame)
this is bug in LyX. Do a Ctrl-Enter instead of a Enter at the
end of every line.
2. I cannot use the tab key in ERT. Strange enough, apparently I can cut 
and paste text with tabs on it to an ERT frame. Tabs are usefull when 
you are indenting code.
put all the source code in an external file and then

\lstinputlisting{file.c}

Herbert