Re: מעוניין להצטרף לתמיכה

2014-02-23 Thread Itai Shaked
Hello Shlomi,
This is an English mailing list. Please ask your questions in English. If
you prefer to get help in Hebrew you can try www.whatsup.org.il .

שלום שלומי,
זו רשימת דיוור בשפה האנגלית. אם אתה מעדיף לשאול שאלות בעברית, נסה באתר
www.whatsup.org.il.
בהצלחה!


2014-02-23 20:11 GMT+02:00 שלומי דאודי :

> שלום!
>
> אני מעוניין לקבל תמיכה טכנית בנוגע לליקס. תודה!
>


מעוניין להצטרף לתמיכה

2014-02-23 Thread שלומי דאודי
שלום!

אני מעוניין לקבל תמיכה טכנית בנוגע לליקס. תודה!


Re: KOMA-Script Front Matter

2014-02-23 Thread Rich Shepard

On Sun, 23 Feb 2014, Dr Eberhard Lisse wrote:


I would export the stuff to LaTeX, remove everything which doesn't cause
the error and then try and figure it out.


el,

  Stefano showed me where I went wrong in applying the LaTeX to LyX. The
title string needs to be outside the LaTeX box, not within it. After a
couple of tweaks to his example it works just fine here.

Thanks,

Rich

--
Richard B. Shepard, Ph.D.  |  Have knowledge, will travel.
Applied Ecosystem Services, Inc.   |
 Voice: 503-667-4517  Fax: 503-667-8863



Re: KOMA-Script Front Matter

2014-02-23 Thread Dr Eberhard Lisse
Rich,

Markus reads comp.text.tex, if I am not mistaken.

I would export the stuff to LaTeX, remove everything which doesn't
cause the error and then try and figure it out.

el

On 2014-02-19, 00:24 , Rich Shepard wrote:
>   I'm using LyX-2.0.7 on Slackware and trying to implement three
>   front matter book environments based on my reading of the
>   English KOMA-Script manual released 2013-12-19.  The three
>   environments are: \extratitle, \uppertitleback, and
>   \lowertitleback.
> 
>   1.)  Above the \title environment I have the \extratitle
>   environment with the book title.  When previewed with dvips this
>   half-title page is in standard size font, left justified.
> 
>   Page 61 of the KOMA-Script manual describes the \extratitle
>   environment and provides an example:
> 
> \documentclass{scrbook}
> \begin{document}
>   \extratitle{\vspace*{4\baselineskip}
> \begin{center}\textbf{\Huge Me}\end{center}}
>   \title{It's me}
>   \maketitle
> \end{document}
> 
>   When I try to replicate lines 3 and 4 with ERT the document
>   throws errors when compile it.  What do I need to do to increase
>   the typeface to bold, change the size to Huge, center it, and
>   move it down from the top of the page?
> 
>   2.  and 3.)  Page 64 has a one-paragraph description of
>   \uppertitleback and \lowertitleback.  I can use one or the
>   other, but not both.  Using the \uppertitleback environment I
>   have a set of quotes that appear on the upper portion of the
>   other side of the title page.  But, I cannot then separate the
>   copyright information using the \lowertitleback environment; I
>   need to use a \vspace{} to drop it toward the bottom of that
>   page.  How do I use both
> environments within LyX?
> 
> TIA,
> 
> Rich
>