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
LyX ⇒ LyX with LNCS problem
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: LyX with LNCS problem
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?
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.
Re: LyX with LNCS problem
Hello,
here is the Latex code generated by LyX
Regards,
here is the Latex code generated by LyX
Regards,
- Attachments
-
- nouveau4.tex
- (654 Bytes) Downloaded 309 times
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
LyX with LNCS problem
Hi Nassima,
you need to use a single
Stefan
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}
LaTeX.org admin
Re: LyX with LNCS problem
Hi Stefan,
Thank you so much. That works fine.
Kind regards,
Nassima
Thank you so much. That works fine.
Kind regards,
Nassima