Re: selection of font in footnote in koma-script

2005-12-18 Thread Marcelo Acuÿfffff1a
   \setkomafont{footnote}{\sffamily}

 This works for me. Can you send a minimal example file?

Jürgen

  While I was making a minimal example file I found the origin of 
  problem, this is:
  \usepackage[flushmargin]{footmisc}
  I put that in preamble for get an apropiate format of footnote.
  But, now, I can see that this cause problem.
  How I can get both, set font for all footnotes in sans serif, size 8,
  and format like this?
   
  1 Blah blah bla bla
  bla blah blah ..
   
  Thanks
  Marcelo
   
   




-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: selection of font in footnote in koma-script

2005-12-18 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
 While I was making a minimal example file I found the origin of
   problem, 

This is the main reason for doing a minimal example.

   this is: 
   \usepackage[flushmargin]{footmisc}
   I put that in preamble for get an apropiate format of footnote.
   But, now, I can see that this cause problem.
   How I can get both, set font for all footnotes in sans serif, size 8,
   and format like this?

Of course footmisc redefines the footnotes, so KOMAs own redefinitions are 
lost.
Since it is not trivial to alter the look of footnote _symbols_ with footmisc, 
you should try to get your format with KOMA-script's means, e.g.:

\setkomafont{footnote}{\sffamily}
\deffootnote[1em]{0em}{0em}{\textsuperscript{\thefootnotemark}}

Have a look at the documentation for the \deffootnote parameters.

Jürgen


Re: selection of font in footnote in koma-script

2005-12-18 Thread Marcelo Acuÿfffff1a
   \setkomafont{footnote}{\sffamily}

 This works for me. Can you send a minimal example file?

Jürgen

  While I was making a minimal example file I found the origin of 
  problem, this is:
  \usepackage[flushmargin]{footmisc}
  I put that in preamble for get an apropiate format of footnote.
  But, now, I can see that this cause problem.
  How I can get both, set font for all footnotes in sans serif, size 8,
  and format like this?
   
  1 Blah blah bla bla
  bla blah blah ..
   
  Thanks
  Marcelo
   
   




-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: selection of font in footnote in koma-script

2005-12-18 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
 While I was making a minimal example file I found the origin of
   problem, 

This is the main reason for doing a minimal example.

   this is: 
   \usepackage[flushmargin]{footmisc}
   I put that in preamble for get an apropiate format of footnote.
   But, now, I can see that this cause problem.
   How I can get both, set font for all footnotes in sans serif, size 8,
   and format like this?

Of course footmisc redefines the footnotes, so KOMAs own redefinitions are 
lost.
Since it is not trivial to alter the look of footnote _symbols_ with footmisc, 
you should try to get your format with KOMA-script's means, e.g.:

\setkomafont{footnote}{\sffamily}
\deffootnote[1em]{0em}{0em}{\textsuperscript{\thefootnotemark}}

Have a look at the documentation for the \deffootnote parameters.

Jürgen


Re: selection of font in footnote in koma-script

2005-12-18 Thread Marcelo Acuÿfffff1a
>>   \setkomafont{footnote}{\sffamily}
>>
> This works for me. Can you send a minimal example file?
>
>Jürgen

  While I was making a minimal example file I found the origin of 
  problem, this is:
  \usepackage[flushmargin]{footmisc}
  I put that in preamble for get an apropiate format of footnote.
  But, now, I can see that this cause problem.
  How I can get both, set font for all footnotes in sans serif, size 8,
  and format like this?
   
  1 Blah blah bla bla
  bla blah blah ..
   
  Thanks
  Marcelo
   
   




-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí

Re: selection of font in footnote in koma-script

2005-12-18 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
> While I was making a minimal example file I found the origin of
>   problem, 

This is the main reason for doing a minimal example.

>   this is: 
>   \usepackage[flushmargin]{footmisc}
>   I put that in preamble for get an apropiate format of footnote.
>   But, now, I can see that this cause problem.
>   How I can get both, set font for all footnotes in sans serif, size 8,
>   and format like this?

Of course footmisc redefines the footnotes, so KOMAs own redefinitions are 
lost.
Since it is not trivial to alter the look of footnote _symbols_ with footmisc, 
you should try to get your format with KOMA-script's means, e.g.:

\setkomafont{footnote}{\sffamily}
\deffootnote[1em]{0em}{0em}{\textsuperscript{\thefootnotemark}}

Have a look at the documentation for the \deffootnote parameters.

Jürgen


Re: selection of font in footnote in koma-script

2005-12-17 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
   \setkomafont{footnote}{\sffamily}

This works for me. Can you send a minimal example file?

Jürgen


Re: selection of font in footnote in koma-script

2005-12-17 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
   \setkomafont{footnote}{\sffamily}

This works for me. Can you send a minimal example file?

Jürgen


Re: selection of font in footnote in koma-script

2005-12-17 Thread Juergen Spitzmueller
Marcelo Acuÿf1a wrote:
>   \setkomafont{footnote}{\sffamily}

This works for me. Can you send a minimal example file?

Jürgen