Git Product home page Git Product logo

mde_report's Introduction

ISG LaTeX thesis template

Getting started

  1. Install an up-to-date LaTeX distribution (e.g. TeX Live)
  2. Clone the repository git clone https://git.cs.upb.de/ag-intelligentsystems/templates/latex-thesis-template.git
  3. Build the document using latexmk or another build tool of your choice: latexmk -pdf main.tex
  4. The finished document will be called main.pdf
  5. Customize your thesis settings in my-thesis-setup.tex

Best practices

References

The thesis template uses the LaTeX package BibLaTeX in conjunction with the Biber engine which supports UTF-8 bibliographies.

A well curated source of BibTeX entries is the dblp. Search for your references here, export the record and download the file as .bib file. The contents you can paste into your bib-refs.bib file.

Useful BibLaTeX commands:

  • \textcite{doe2015}: Inserts the name(s) of the author(s) at the current position and follows it with the reference.
  • \parencite{doe2015}: Insert only the reference(s) at this position in parentheses.
  • \citeauthor{doe2015}: Output the name(s) of the author(s).
  • \citeyear{doe2015}: Inserts the year of the publication.
  • Capitalize the commands if it is at the beginning of a sentence (e.g. \Textcite{doe2015})
  • For more commands check out the detailed BibLaTeX documentation

mde_report's People

Contributors

praneeth-b avatar

Watchers

 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.