Giter VIP home page Giter VIP logo

tktltiki2's Introduction

tktltiki2 LaTeX class

This is a thesis and course report LaTeX class following the conventions at the Computer Science Department of the University of Helsinki. The class is intended to be used for the bachelor's thesis, master's thesis and various course and seminar reports.

The tktltiki2 class is appearance-wise largely based on the older tktltiki class, but nearly all features have been rewritten to make it less likely to break. Some of the features, most notably the automatic appendix page counting, are not included at least in the current version. The tktltiki-specifix bibtex style has been dropped in favour of babelbib package included in most recent LaTeX installations.

Usage

Simply download tktltiki2.cls and put it in your project folder to get started. You may also install it to your LaTeX distribution tree if you intend to use it frequently.

Documentation

For now, refer to template-en.tex (English) or template-fi.tex (Finnish) to see how the class is used and what options are available. A more detailed documentation, along with full worked examples, will be published hopefully during January 2013.

Requirements

In order to use the templates with a TeX Live based environment, make sure that you have texlive-latex-extra package installed. This package is available at least on Ubuntu, Debian and MacPorts.

Compiling with latexmk

Re-compile everything as needed:

latexmk template-en.tex

Clean up everything:

latexmk -C template-en.tex

Compiling with rubber

Re-compile everything as needed:

rubber -Wall template-en.tex

Clean up everything:

rubber --clean template-en.tex

Compiling manually

Compile everything:

pdflatex template-en
bibtex template-en
pdflatex template-en
pdflatex template-en

Known issues

The current version of the class requires the latest version of the geometry package to be installed. This may cause issues if your LaTeX installation is not up to date.

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.