Git Product home page Git Product logo

latex-icis-template's Introduction

Description

This is a LaTeX template meeting the submission requirements for the 2015 International Conference on Information Systems.

Notes

There are two template files included here. The first (icis.cls) is a fully compliant template for submitting anonymous drafts for review. The second (icisfinal.cls) is final submission template, for which the author information and abstract are designed to be included in the file. Follow the example of testdoc.tex for how to include abstract, author, and keywords in the final submission. For the initial submission (for review), remove the author table and abstract block.

Requirements

  • Document MUST be compiled with XeLaTeX in order to support the Georgia font family
  • You must have the Georgia font installed on the compiling computer
  • You must have the Biber software installed (automatically done for MiKTeX)

Use

Set \documentclass{icis} and put icis.cls and biblatex.cfg in the directory with your main LaTeX document. In order to fill the template, you need to set a few options in your TeX file. These are demonstrated in testdoc.tex.

\researchtype{}   % Indicate whether this is Completed Research or Research in Progress
\shorttitle{}     % Give this document a short title (8 words or fewer)
\track{}          % Indicate which track this will go to.

In your preamble, use the following command to add your bibliography:

\addbibresource{references.bib}

and use \printbibliography at the end of your document to print the bibliography

Ubuntu Specific Recommendations

To use the Georgia font, you need to install the MS core fonts:

sudo apt-get install msttcorefonts

For some reason, XeLaTeX complains about a line in the cls file:

! Package xkeyval Error: `TeX' undefined in families `Ligatures'.

I replaced:

\setmainfont[Ligatures={Common,TeX}]{Georgia}

with

\setmainfont{Georgia}

and it compiled without problems.

======= Since I no longer use Natbib, you should now use biblatex commands for citations: \parencite{} for parentheticals, \textcite{} for text citations (e.g., "Byron et al. (1999) found..."). For the best level of adaptability to future citation requirements, use \autocite{} instead of \parencite{}. Use \citeauthor and \citeyear to cite only the author or year.

latex-icis-template's People

Contributors

rschuetzler avatar johnjosephhorton avatar

Watchers

James Cloos avatar Justine DONG avatar

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.