Questions about the Lecture Notes in Computer Science (LNCS) document classes from Springer.

learn more… | top users | synonyms (1)

4
votes
1answer
64 views

list of todos (todonotes) is empty with llncs

I am using todonotes together with Springer's llncs and I noticed that the list of todos created with \listoftodos remains empty, regardless how often I run pdflatex. With other document classes its ...
2
votes
1answer
139 views

llncs and caption - underfull hbox

I'm using the llncs document class and try to get two figures side-by-side. I found a solution, but I get a hbox underflow if my captions have a bad length. Here is a minimal example: ...
1
vote
1answer
58 views

lineno not showing line numbers on proofs using the llncs class

Line numbers are not properly rendered on the last paragraph of a proof when using the lecture notes in computer science class llncs. Here's a minimal working example. \documentclass[oribibl]{llncs} ...
3
votes
1answer
151 views

New line after subsubsection with llncs class

I get a new line after each chapter, section, and subsection, but not after anything lower than subsection, e.g. subsubsection or paragraph. MWE: \documentclass[runningheads]{llncs} ...
3
votes
1answer
91 views

Change behavior of geometry for all pages

I'm using the llncs document class and wanted to change the margin of all pages, using the geometry package. I use the following command: ...
0
votes
0answers
145 views

“Missing $ Inserted” when including a jpg image [closed]

There is an error when I tried to insert a jpg file. The code is \documentclass{llncs} %\usepackage{times} \usepackage{pt} %\usepackage{top} \usepackage{units} \usepackage{coz} \usepackage{epsf} ...
0
votes
1answer
112 views

Difficulties with math formatting in LNCS [closed]

I have some more problems I can't figure out how to solve and I need to finish this for tomorrow, so it would be nice if you could check out what's wrong (and especially how to fix it). Thanks a lot! ...
0
votes
0answers
208 views

Subchapter display in the TOC (Table of contents) of the springer lncs template [closed]

I'm editing a proceeding frontmatter under the springer lncs template. Using the command of \addtocmark{xx}, i can add the top level chapter name in the "Table of contents". Now, I want to add the ...
4
votes
2answers
815 views

Using Springer lncs and biblatex - wrong heading is shown for last page

I have a little problem with the Springer llncs class and biblatex. I use the parameter runninghead with the llncs class to show title and page number in the document head. At the last page where the ...
2
votes
1answer
238 views

aligning a table with a figure side to side using llncs format

using the \documentclass{llncs} instead of for example \documentclass{book} will not make the captions aligned together for the following example. How can I do to align them together: ...
0
votes
0answers
52 views

Wrong reference for figures? [duplicate]

Possible Duplicate: Why does an environment's label have to appear after the caption? Where to put the \label on a figure environment? I use \documentclass{llncs}, when I reference an ...
4
votes
1answer
603 views

put two algorithm side by side

I want to put two algorithm side by side to gain place in the document, but when I use \documentclass{llncs} instead of \documentclass{article}, the following code does not work (errors): ...
5
votes
1answer
757 views

PDF bookmarks for sections and subsections with the llncs class

The following code is in the preamble of my LaTeX document: \documentclass{llncs} \usepackage{amsmath,amssymb} \usepackage{url} \usepackage[algoruled,vlined]{algorithm2e} ...
3
votes
2answers
419 views

No PDF bookmarks when using llncs class

When using hyperref together with Springer's LNCS class (llncs), only the title of the document shows up in the PDF bookmarks. Here is a MWE: \documentclass{llncs} \usepackage{hyperref} ...
4
votes
1answer
150 views

2 minipages side by side don't respect the width of an article

In one of my .tex file, I have the following code which puts 2 minipages side by side, the whole width cover two minipages: \documentclass[11pt, a4paper]{article} \setlength{\topmargin}{-.5in} ...
1
vote
1answer
500 views

TikZ figure always positioned at the center of a new page [closed]

I run into this rather strange problem when using TikZ with LyX 2. I have this graph programmed using TikZ, and it is supposed to follow a paragraph of text and be positioned at the top of next new ...
5
votes
2answers
696 views

Show pageframe for LNCS article class

I'm trying to see the "text boundaries" of an LNCS document to check whether my floats fit, as the package pageframe offers to do. I can't get it to work, unfortunately. ...
3
votes
2answers
3k views

LNCS style and proper handling of e-mails

When defining title in LNCS styled paper, one defined author list and links it to the institute list -- yet only one \email clause can be made per institute. Now, the docs are seemingly silent about ...