Giter VIP home page Giter VIP logo

sistedes.template's Introduction

Sistedes Digital Library templates

This repository contains the templates to be used for the camera ready version of papers to be published in the Sistedes Digital Library.

How to use these templates?

I already have a paper formatted using the LLNCS class file

Simple! Just add a copy of sistedes.cls to your existing files (next to your main LaTeX file) and change the \documentclass[...]{llncs} LaTeX command to \documentclass{sistedes} at the beginning of your document.

Everything should just compile and work out of the box. If you get compile errors, double check the packages you load in your project and their options (e.g., xcolor).

I use Overleaf and I want to start from scratch

Great! Just use any of the available templates!:

NOTE: the above templates may be outdated (the process to update them in Overleaf is a bit cumbersome). If you want to make sure you're using the latest version, replace the sistedes.cls file in your Overleaf project with the following file.

I use my own LaTeX environment

  1. If your LaTeX distribution is modern enough, and already contains the llncs LaTeX class among its pre-installed packages, simply put a copy of sistedes.cls together with your main LaTeX file and use the \documentclass{sistedes} LaTeX command at the beginning of your document.

Otherwise:

  1. Copy all three files sistedes.cls, llncs.cls and splncs04.bst in a directory that is searched by LaTeX (e.g., the local directory with your main LaTeX file) and use the \documentclass{sistedes} LaTeX command similarly.

Yoy may want to use any of ejemplo-articulo-regular-en.tex, ejemplo-articulo-regular-es.tex, or ejemplo-articulo-relevante-en.tex as a starting point for your contribution.

I use Microsoft Word!

If you prefer to write your paper in Word (ouch! ๐Ÿ˜„), you can use any of the templates available in the msword directory.

What does this template provide?

The sistedes LaTeX class relies on the the LLNCS class definition, but without modifying any source files. Instead, it is implemented as an extension that imports the standard LLNCS class. The sistedes LaTeX class is licensed under the same terms than the LLNCS LaTeX class file (CC BY 4.0).

This sistedes class implements the following extensions with respect to LLNCS:

  • It always adds a watermark at the bottom of the page specifying the CC BY-NC-ND 4.0 license, as required for publications in the Sistedes Digital Library.
  • It produces PDF/A documents to improve portability, since papers are aimed to be permanently archived in the Sistedes Digital Library.
  • It automatically sets the document metadata in the produced PDF (authors, title, keywords, and license).
  • It provides some custom commands to easily typeset the "relevant paper" special type of submission.

Repository contents

This repository consists of the following files:

  • sistedes.cls: main class file for the Sistedes digital library LaTeX template.
  • llncs directory: contains an unmodified copy of the LLNCS template, as published at CTAN under the CC BY 4.0 license.
  • llncs.cls: an unmodified copy of the LLNCS LaTeX document class in the llncs directory (required by the sistedes.cls class file).
  • splncs04.bst: an unmodified copy of the BibTeX bibliografy style template for LLNCS (required, if using BibTex).
  • fig1.eps: example image file, as made available at the Information for Authors of Springer Computer Science Proceedings site.
  • ejemplo-articulo-regular-en.tex: Example file, showing a regular paper written in English (sources).
  • ejemplo-articulo-regular-en.pdf: Example file, showing a regular paper written in English (result).
  • ejemplo-articulo-regular-es.tex: Example file, showing a regular paper written in Spanish (sources).
  • ejemplo-articulo-regular-es.pdf: Example file, showing a regular paper written in Spanish (result).
  • ejemplo-articulo-relevante-en.tex: Example file demonstrating the submission of the abstract and metadata of an already published (in a conference or a journal) relevant paper (sources).
  • ejemplo-articulo-relevante-en.pdf: Example file demonstrating the submission of the abstract and metadata of an already published (in a conference or a journal) relevant paper (result).
  • LICENSE.txt: The license file (CC BY 4.0).
  • README.md: This file.

Any issues using this template?

Just post an issue and let us know!

sistedes.template's People

Contributors

abelgomez avatar dsevilla avatar

Watchers

 avatar

sistedes.template's Issues

Broken template due to hyperxmp breaking changes

Cloned the repo on Windows with latest MiKTeX. Tried to build the sample with:
pdflatex ejemplo-articulo-regular-en.tex.

Getting this error on output:

! Package hyperxmp Error: hyperref must be loaded before hyperxmp.

See the hyperxmp package documentation for explanation.
Type  H <return>  for immediate help.
 ...
l.276 }

? H
Recent versions of hyperref and the LaTeX kernel inhibit
hyperxmp's ability to hook into hyperref's internals unless
hyperref is loaded first.`

Expected behaivour: build.

Related & proposed fix: borisveytsman/acmart#505
Requiere hyperref before hyperxmp.

Quote mark symbol at the end of the template

Hi,

Thank you for the template. I am using the template for regular papers in Overleaf and I see a single quotation mark symbol appearing at the end of the document. It doesn't seem to belong to the template text, as it also appears if I type my own text and replace the references. See the image below:

screenshoot

Could it be a typo or an error in the cls file?
Thanks!

Errors in \cite{...} command with multiple citations

Hi, I think a package may be missing for correct bibtex compilation when multicitation is used.

Example:

 operating
system~\cite{Lee2007, Liu2006, Burns2009}.

Generates the following error:

White space in argument---line 34 of file main.aux
 : \citation{Lee2007,
 :                    Liu2006, Burns2009}

To solve it, I just added another package:

\usepackage{cite}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.