Re: Insert 2 empty pages at the very beginning of book(KOMA-Script)

2013-03-30 Thread Ray Rashif
On 27 March 2013 01:06, Hans-Peter Wolf  wrote:
> Dear experts,
>
> I use Lyx Version 2.0.5.1,Windows 7,64 Bit.
>
> I use the book(KOMA-Script)-document.
>
> My probleme: How can I add 2 aditional, empty pages ( in German the so
> called “Schmutztitel”) at the very beginning of the book-document?
>
> Which code is to add and on which place(präampel ore text body)?
>
> I am a beginner with Lyx and LaTex, and I would be glad, if you could help
> me!

Could you try, before any calls to \maketitle (most cases, in preamble):

\newpage
\thispagestyle{empty}
\mbox{}
\cleardoublepage
\newpage
\thispagestyle{empty}
\mbox{}
\cleardoublepage

I have a two-sided document where I insert a single blank page
following this method, but that's way after \maketitle (after
frontmatter, before chapter 1).

--
GPG/PGP ID: C0711BF1


Re: AW: Insert 2 empty pages at the very beginning of book(KOMA-Script)

2013-03-30 Thread Richard Heck

On 03/30/2013 06:00 AM, Hans-Peter Wolf wrote:


*Von:*Richard Heck [mailto:rgh...@lyx.org]
*Gesendet:* Mittwoch, 27. März 2013 15:27
*An:* Hans-Peter Wolf
*Cc:* lyx-users@lists.lyx.org
*Betreff:* Re: Insert 2 empty pages at the very beginning of 
book(KOMA-Script)


On 03/26/2013 01:06 PM, Hans-Peter Wolf wrote:

Dear experts,

I use Lyx Version 2.0.5.1,Windows 7,64 Bit.

I use the book(KOMA-Script)-document.

My probleme: How can I add *2 aditional*, *empty* *pages* ( in
German the so called "Schmutztitel") at the very beginning of the
book-document?

Which code is to add and on which place(präampel ore text body)?

I am a beginner with Lyx and LaTex, and I would be glad, if you
could help me!


Is the book a two-sided document? If so, then all you need to do is 
add an "Extra Title" that is blank (i.e., put nothing but a protected 
space into it). This assumes, of course, that you aren't already using 
an Extra Title. See section 3.7 of the Koma-script documentation.


Richard

Yes it is a two-sided document.

I already use (and need) "Extra Title" ( one side with the title and 
the other side blank).




By far the easiest thing, then, would be to create a two-page, blank PDF 
and merge it with the document you have using some sort of PDF editor, 
such as PDFTK. Or have someone else do it if you don't have access to 
such a program on Windows.


The other option is to copy the \maketitle routine out of scrbook.cls, 
change "\newcommand*" to "\renewcommand", and add something like 
"\newpage\newpage" at the beginning. It might also work to do:

\let\oldtitlepage=\titlepage
\def\titlepage{\newpage\newpage\oldtitlepage}
in the preamble.

Richard



Problem_with_BibTeX/bibtopic

2013-03-30 Thread Andrea Landella
Good morning,

I'm using LyX 2.0.1.5 on Windows 7 (MiKTeX 2.9.4813).
Since my thesis covers a very specific topic (QM of Retinal's 
Photoisomerization) I have to divide my Bibliography in two sections:
1. Essential Bibliography
2. Further Reading
First I looked up the package biblatex, which I found very useful for this 
purpose, the only bad thing is that I have to use only LyX (I even searched 
http://wiki.lyx.org/BibTeX/Biblatex but the procedure described is too tricky).
After consulting the "Additional LyX Features" I searched the package bibtopic 
and, after following to the letter the description on paragraph 3.1.2, I get 
this unexpected looking division:
Essential Bibliography
>[1] Document...
>[2] Document...
>Further Reading
>[3] Document...
>[4] Document...
The problem is that the citation numbering doesn't stop for each 
paragraph, even if two BibTeX Bibliographies have been generated; maybe 
it is determined by the absence of an appropriate Bibliography title: 
since bibtopic removes it, I had to manually re-add that (as a \chapter* or 
\section*, for instance).
I know that biblatex offers a better result, since the citation numbering is 
divided properly, but to use this feature I have to switch to TeXworks:
Essential Bibliography
>[1] Document...
>[2] Document...
>Further Reading
>[1] Document...
>[2] Document...
So can I still use BibTeX (and the related extensions) and be able to generate 
the same result as biblatex? 
P.S.: I apologize fot the possibly bad English and the request 
itself, because on other forums I've been told to switch directly to biblatex 
and forget about LyX.

Best Regards,
Andrea Landella


Japanese Tutorial.lyx on Ubuntu?

2013-03-30 Thread Scott Kostyshak
Hi,

I am interested in compiling the help manuals on Ubuntu. Is it
possible to do that without platex? Can I do that with just
texlive-lang-cjk?

I see the following in Intro.lyx:
\inputencoding EUC-JP-pLaTeX

But not in any of the other LyX documentation.

Is there a list of packages on Ubuntu 12.04/12.10 that would be
sufficient to install for compiling all of the Japanese manuals?

The only Wiki page I could find is http://wiki.lyx.org/Windows/Japanese

Scott