Skip to main content
All modules

TemplateConferencescs

Springer LNCS

Springer Lecture Notes in Computer Science proceedings paper, llncs class. Fits the many conferences publishing in LNCS.

LPPL (llncs class, TeX Live)

Loading PDF preview…

What’s inside

  • Starter files
  • main.tex1.8 KB
    \documentclass[runningheads]{llncs}
    
    \usepackage{amsmath}
    \usepackage{booktabs}
    \usepackage{hyperref}
    
    \begin{document}
    
    \title{Your Paper Title Here}
    \titlerunning{Abbreviated Title}
    
    \author{First Author\inst{1}\orcidID{0000-0000-0000-0000} \and
    Second Author\inst{2}}
    \authorrunning{F. Author and S. Author}
    
    \institute{University, City, Country \\
    \email{first.author@example.edu}
    \and
    Institution, City, Country \\
    \email{second.author@example.org}}
    
    \maketitle
    
    \begin{abstract}
    One paragraph of 150 to 250 words summarizing the problem, approach, and results. LNCS abstracts should be self-contained.
    
    \keywords{First keyword \and Second keyword \and Third keyword}
    \end{abstract}
    
    \section{Introduction}
    State the problem, why it matters, and what this paper contributes. Prior work addressed parts of the problem~\cite{doe2024method}, and recent results extend it~\cite{smith2025extension}.
    
    \section{Method}
    Describe the approach. Display equations are numbered automatically:
    \begin{equation}
    \mathcal{L}(\theta) = \frac{1}{N}\sum_{i=1}^{N} \ell\bigl(f_\theta(x_i), y_i\bigr) + \lambda \lVert \theta \rVert_2^2.
    \label{eq:loss}
    \end{equation}
    
    \section{Evaluation}
    Summarize the setup and headline numbers, as in Table~\ref{tab:results}.
    
    \begin{table}[htbp]
    \caption{Main results on the benchmark suite.}
    \label{tab:results}
    \centering
    \begin{tabular}{lcc}
    \toprule
    Method & Accuracy (\%) & Runtime (s) \\
    \midrule
    Baseline~\cite{doe2024method} & 91.2 & 14.0 \\
    Ours & \textbf{94.8} & 12.3 \\
    \bottomrule
    \end{tabular}
    \end{table}
    
    \section{Conclusion}
    Recap the contribution and note future directions.
    
    This is a starter file. Ask the agent in the chat to draft sections, add tables, or typeset your existing notes into this format.
    
    \bibliographystyle{splncs04}
    \bibliography{references}
    
    \end{document}
    
  • Libraries and docs
  • references.bib639 B
    @inproceedings{doe2024method,
      author    = {Doe, Jane and Roe, Richard},
      title     = {A Method for Example Problems},
      booktitle = {Proceedings of the International Conference on Examples},
      series    = {LNCS},
      volume    = {14001},
      year      = {2024},
      pages     = {1--15},
      publisher = {Springer}
    }
    
    @inproceedings{smith2025extension,
      author    = {Smith, John and Lee, Ada},
      title     = {Extending the Method to Harder Instances},
      booktitle = {Proceedings of the International Conference on Examples},
      series    = {LNCS},
      volume    = {15200},
      year      = {2025},
      pages     = {88--102},
      publisher = {Springer}
    }
    
  • main.pdfprebuilt · 129 KBReplaced by the first recompile.

    Binary file, seeded as-is.

  • main.synctex.gzprebuilt · 6.4 KBReplaced by the first recompile.

    Binary file, seeded as-is.