Search found 3647 matches
- Mon Apr 23, 2018 6:53 am
- Forum: New Members
- Topic: Hello
- Replies: 2
- Views: 26
Hello
Welcome to the community
- Mon Apr 23, 2018 1:00 am
- Forum: General
- Topic: new version of babel
- Replies: 2
- Views: 37
new version of babel
Can you make a small compilable example for us to reproduce the issue,?
- Mon Apr 23, 2018 12:58 am
- Forum: Theses, Books, Title pages
- Topic: How to make each chapter has its own reference Section
- Replies: 11
- Views: 1942
How to make each chapter has its own reference Section
It is at latextemplates.com
- Sun Apr 22, 2018 8:24 am
- Forum: Theses, Books, Title pages
- Topic: How to make each chapter has its own reference Section
- Replies: 11
- Views: 1942
How to make each chapter has its own reference Section
This topic is very old and for an obsolete version of the template. For the current version, package biblatex is used.
Have a look at https://en.wikibooks.org/wiki/LaTeX/Bib ... or_Chapter
Have a look at https://en.wikibooks.org/wiki/LaTeX/Bib ... or_Chapter
- Sun Apr 22, 2018 8:22 am
- Forum: Theses, Books, Title pages
- Topic: Moving page numbers
- Replies: 6
- Views: 778
Moving page numbers
In the preamble of your document, use
\ohead*{}\cfoot*{\ṕagemark}
- Thu Apr 19, 2018 8:31 pm
- Forum: Graphics, Figures & Tables
- Topic: Subfigures in figures
- Replies: 1
- Views: 83
Subfigures in figures
As far as LaTeX is concerned, package
subcaption can handle this.
There are other packages as well, but subcaption is the most recent one.

There are other packages as well, but subcaption is the most recent one.
- Tue Apr 17, 2018 3:48 pm
- Forum: General
- Topic: Configuration
- Replies: 1
- Views: 77
Configuration
A user can install packages in user mode and does not need admin rights. On the other hand, MikTeX and Texniccenter... Seems like nobody reviewed other possibilities within the last decade. MikTeX itself comes with an Editor named texworks. An alternative to MikTeX would be TeX Live, which also ship...
- Mon Apr 16, 2018 6:50 am
- Forum: Text Formatting
- Topic: How to enable URL hyphenation for the dash
- Replies: 1
- Views: 58
How to enable URL hyphenation for the dash
\usepackage[hyphens]{url}
- Sat Apr 14, 2018 7:09 am
- Forum: Theses, Books, Title pages
- Topic: Master Thesis Topic is solved
- Replies: 2
- Views: 201
Master Thesis Topic is solved
Are you looking for
Or do you just need the first unnumbered? ->
https://github.com/johannesbottcher/MDT-Quick-Manual/
\addchap{Introduction}
? Do you want unnumbered chapters in general? -> \setcounter{secnumdepth}{-10}
Or do you just need the first unnumbered? ->
\frontmatter
and \mainmatter
https://github.com/johannesbottcher/MDT-Quick-Manual/
- Fri Apr 13, 2018 12:39 pm
- Forum: Theses, Books, Title pages
- Topic: Bibliography in order of citation
- Replies: 1
- Views: 95
Bibliography in order of citation
Try option
This is a biblatex question, it is unrelated to the template.
https://github.com/johannesbottcher/MDT-Quick-Manual
sorting=none
for package biblatex.This is a biblatex question, it is unrelated to the template.
https://github.com/johannesbottcher/MDT-Quick-Manual