LyXLyX with LNCS problem

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
nanausto
Posts: 6
Joined: Wed Oct 10, 2012 5:11 pm

LyX with LNCS problem

Post by nanausto »

Hello,

Please, I am using LNCS format with Lyx. I want to insert multiple authors, with multiple institutes and mails.

When I insert the second institute using "institute button": it doesnt' appear in the PDF.

And the e-mail: it is printed in another page?


Please, how can I solve this problem?


Kind Regards,

Nassima

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: LyX with LNCS problem

Post by Johannes_B »

Hi,

it is impossible for me to answer as i am neither using LyX nor LNCS. Can you prepare a short LaTeX test case by exporting your code that we have something to test?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
nanausto
Posts: 6
Joined: Wed Oct 10, 2012 5:11 pm

Re: LyX with LNCS problem

Post by nanausto »

Hello,

here is the Latex code generated by LyX

Regards,
Attachments
nouveau4.tex
(654 Bytes) Downloaded 309 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

LyX with LNCS problem

Post by Stefan Kottwitz »

Hi Nassima,

you need to use a single \institute command, use \email within its argument. Use \and for several institutes.

Code: Select all

\documentclass[english]{llncs}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{xunicode}
\begin{document}
\title{From Requirements Models To Java code}
\author{Nassima\inst{1}\and Michal\inst{2}}
\institute{University of Sciences and Technologies of Oran-Mohamed Boudifa, Algeria
  (\email{nassima@uviv-usto.dz}) \and University of Technology of Warsaw,
  Poland (\email{michla@ee.pm.edu.pl})}
\maketitle
\end{document}
Stefan
LaTeX.org admin
nanausto
Posts: 6
Joined: Wed Oct 10, 2012 5:11 pm

Re: LyX with LNCS problem

Post by nanausto »

Hi Stefan,

Thank you so much. That works fine.


Kind regards,

Nassima
Post Reply