Re: caption font change

2013-09-19 Thread Wolfgang Engelmann
Am Tuesday, 17. September 2013, 08:34:38 schrieb Guenter Milde:
> On 2013-09-13, Wolfgang Engelmann wrote:
> > [-- Type: text/plain, Encoding: 7bit --]
> > 
> > Sorry, this is a bit off topic,
> > 
> > but does somebody know how to change
> > in koma (book)
> > the Figure in front of a figure caption from
> > Figure to FIGURE
> > (where the IGURE should be a bit smaller in respect to the F)
> > I guess it is something like
> > \addtokomafont{caption}{\small}
> > but I don't know the right word in the last {}
> 
> \textsc (for small caps)?
> 
> Günter

Thanks, Guenter, for the pointer. What I actually was looking for was a way 
to change all the captions by inserting something in the preamble
\addtokomafont{caption}{\textsc}

gives me
! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.94 t
  o change caption figure to FIGURE but does not work this way
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit.

I guess I should buy the new edition of the Koma book to learn more about 
those details.

Wolfgang


Re: caption font change

2013-09-16 Thread Guenter Milde
On 2013-09-13, Wolfgang Engelmann wrote:

> [-- Type: text/plain, Encoding: 7bit --]

> Sorry, this is a bit off topic,

> but does somebody know how to change 
> in koma (book)
> the Figure in front of a figure caption from 
> Figure to FIGURE 
> (where the IGURE should be a bit smaller in respect to the F)
> I guess it is something like 
> \addtokomafont{caption}{\small}
> but I don't know the right word in the last {}

\textsc (for small caps)?

Günter



caption font change

2013-09-13 Thread Wolfgang Engelmann
Sorry, this is a bit off topic,

but does somebody know how to change 
in koma (book)
the Figure in front of a figure caption from 
Figure to FIGURE 
(where the IGURE should be a bit smaller in respect to the F)
I guess it is something like 
\addtokomafont{caption}{\small}
but I don't know the right word in the last {}

Wolfgang


Re: Font change

2002-12-23 Thread Robin Turner
[EMAIL PROTECTED] wrote:

Dear All,

I know that must has been asked a zillion times before but...

I just install ArialNarrow on my Linux box and X apps sees this fonts.
Now I want to use the font in Lyx, How do I tell Lyx that he/she has to output 
all text, or parts of this text in ArialNarrow?


Pointer to some doc will do...

I wrote some documentation on fonts in LyX. It's at

http://www.bilkent.edu.tr/~robin/

Robin

--
"Do unto others what you would like others to do unto you. And have fun 
doing it."
- Linus Torvalds

Robin Turner
IDMYO,
Bilkent University
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin



Font change

2002-12-23 Thread rvt
Dear All,

I know that must has been asked a zillion times before but...

I just install ArialNarrow on my Linux box and X apps sees this fonts.
Now I want to use the font in Lyx, How do I tell Lyx that he/she has to output 
all text, or parts of this text in ArialNarrow?


Pointer to some doc will do...


Ries





Re: font change

2001-04-11 Thread Remzi Seker

Working very well now!
thanks!

On Wednesday 11 April 2001 16:16, Herbert Voss wrote:
=> Remzi Seker wrote:
=> >
=> > Hi, sorry for being not specific enough.. I put:
=> > \renewcommand\bibname{\rmfamily\mdseries REFERENCES}
=> > in tex format (red) in the document right before the ref. field.
=> > It didn't do anything in the preamble.
=>
=> for normalsize
=> \renewcommand\bibname{\normalsize\rmfamily\mdseries REFERENCES}
=>
=> for 12pt or \large if your documentwide fontsize is 10 or 11pt.
=>
=> Herbert
=>

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: font change

2001-04-11 Thread Herbert Voss

Remzi Seker wrote:
> 
> Hi, sorry for being not specific enough.. I put:
> \renewcommand\bibname{\rmfamily\mdseries REFERENCES}
> in tex format (red) in the document right before the ref. field.
> It didn't do anything in the preamble.

for normalsize
\renewcommand\bibname{\normalsize\rmfamily\mdseries REFERENCES}

for 12pt or \large if your documentwide fontsize is 10 or 11pt.

Herbert

-- 
http:[EMAIL PROTECTED]



Re: font change

2001-04-11 Thread Remzi Seker

Hi, sorry for being not specific enough.. I put:
\renewcommand\bibname{\rmfamily\mdseries REFERENCES}
in tex format (red) in the document right before the ref. field. 
It didn't do anything in the preamble.
R
On Wednesday 11 April 2001 14:55, Herbert Voss wrote:
=> Remzi Seker wrote:
=> >
=> > I must be doing something wrong... it is not working
=>
=> what kind of textclass? article or book?
=>
=> Herbert
=>

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: font change

2001-04-11 Thread Remzi Seker

I am using report koma-script...
if I put 
\renewcommand\bibname{\rmfamily\mdseries REFERENCES}

I do get the "REFERENCES" as a title but still big. If I replace 
\mdseries with \tiny then it is too small. Basicly I want the title 
REFERENCES be size 12, times font.

Thanks
R

On Wednesday 11 April 2001 14:55, Herbert Voss wrote:
=> Remzi Seker wrote:
=> >
=> > I must be doing something wrong... it is not working
=>
=> what kind of textclass? article or book?
=>
=> Herbert
=>

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: font change

2001-04-11 Thread Herbert Voss

Remzi Seker wrote:
> 
> I must be doing something wrong... it is not working

what kind of textclass? article or book?

Herbert

-- 
http:[EMAIL PROTECTED]



Re: font change

2001-04-11 Thread Remzi Seker

I must be doing something wrong... it is not working

On Wednesday 11 April 2001 14:34, Herbert Voss wrote:
=> Remzi Seker wrote:
=> >
=> > I have another question though... Do you know how  I can change the font
 for => > "References" title?
=>
=> in latex preamble
=>
=> \AtBeginDocument{\renewcommand\refname{\Huge References}}
=>
=> for \Huge write whatever you want.
=>
=> Herbert
=>
=>

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: font change

2001-04-11 Thread Herbert Voss

Remzi Seker wrote:
> 
> I have another question though... Do you know how  I can change the font for
> "References" title?

in latex preamble

\AtBeginDocument{\renewcommand\refname{\Huge References}}

for \Huge write whatever you want.

Herbert


-- 
http:[EMAIL PROTECTED]




Re: font change

2001-04-11 Thread Remzi Seker

Thank you Herbert --it works fine.

I have another question though... Do you know how  I can change the font for 
"References" title?

On Tuesday 10 April 2001 17:13, Herbert Voss wrote:
=> Remzi Seker wrote:
=> >
=> > Hi,
=> > I need to change the fonts for the following headings that are put
=> > automaticaly by Lyx/Latex.
=> > Contents
=> > List of Figures
=> > References
=> >
=> > Those titles are in different size and font than my titles I use for
 chapters => > and sections...
=>
=> have a look at package tocloft
=>
=> HErbert
=>

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337



Re: font change

2001-04-10 Thread Herbert Voss

Remzi Seker wrote:
> 
> Hi,
> I need to change the fonts for the following headings that are put
> automaticaly by Lyx/Latex.
> Contents
> List of Figures
> References
> 
> Those titles are in different size and font than my titles I use for chapters
> and sections...

have a look at package tocloft

HErbert

-- 
http:[EMAIL PROTECTED]



font change

2001-04-10 Thread Remzi Seker

Hi,
I need to change the fonts for the following headings that are put 
automaticaly by Lyx/Latex.
Contents
List of Figures
References

Those titles are in different size and font than my titles I use for chapters 
and sections...

Any help would be appreciated.

Thanks

-- 
Remzi Seker
Graduate Assistant
University of Alabama at Birmingham
Electrical and Computer Eng. Dept. BEC 261 B 
1530 3rd Avenue South 
Birmingham, AL 35294-4461
Tel: (205) 975-0391
Fax: (205) 975-3337