Giter VIP home page Giter VIP logo

tktltiki2's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tktltiki2's Issues

Fix for ordinal numbers in bibtex

Babelbib doesn't seem to support ordinal numbers by default for Finnish (for example edition field). Here's a fix that I made based on some example:

\declarebtxcommands{finnish}{
  \def\btxnumeralshort#1{
    #1.}
  \def\btxnumerallong#1{
    \ifnumber{#1}{
      \ifcase#1 nollas\or ensimmäinen\or toinen\or kolmas\or neljäs\or viides\or
        kuudes\or seitsemäs\or kahdeksas\or yhdeksäs\or kymmenes\else
        #1.
      \fi
    }{#1}}
}

@inproceedings always adds 'Teoksessa' before booktitle

Given the following bibtex


@inproceedings{bennett1991genetic,
author = {Bennett, K. and Ferris, M. and Ioannidis, Y.},
title = {A Genetic Algorithm for Database Query Optimization},
booktitle = {Proceedings of the fourth International Conference on Genetic Algorithms},
year = {1991},
pages = {400--407},
publisher = {Morgan Kaufmann Publishers}
}

the following citation is generated


[BFI91] Bennett, K., M. Ferris ja Y. Ioannidis: A Genetic Algorithm for
Database Query Optimization. Teoksessa Proceedings of the
fourth International Conference on Genetic Algorithms, sivut
400–407. Morgan Kaufmann Publishers, 1991.

'Teoksessa' might not be the correct word in every case, and it definitely sounds a bit out of place. Is the word necessary at all?

Title page resets page counter

The title page resets the page counter. For example if you have an abstract after the title page, both have the page number i.

Break long URLs

Break long URLs for instance in references by adding the characters - and _ as additional break markers.

\def\UrlBreaks{\do\/\do-\do_}

latex template-en.tex fails without modifications to any files.

¯_(ツ)_/¯ ~/Desktop/gradu/latex [master] [tade@dhcp-eduroam-hy-55-67] > latex template-en.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=latex)
restricted \write18 enabled.
entering extended mode
(./template-en.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 21 languages loaded.
(./tktltiki2.cls

! LaTeX Error: Missing \begin{document}.

The template doesn't honour title case

The titles of the articles in the references section don't honour the original case of the titles. All letters after the initial letter seem to get converted into lowercase. I know that there's a dirty hack for forcing the title case in the bibtex file, but I don't think that's scalable or the right way to do this. I don't know if this is something that can be fixed by this template, but if it can be fixed, please do so.

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.