Giter Club home page Giter Club logo

dhbw-stgt-template's People

Contributors

schocco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dhbw-stgt-template's Issues

; missing in footnote created by \footcites command

Multiple sources should be separated by a semicolon. This is currently not possible due to the hack used to prevent trailing dots after footnotes {\usebibmacro{cite:postnote}}\nopunct}
The \nopunct command should be removed and instead the postnote macro needs to be altered.

automatically abbreviate first names of authors

  • Only the initial letter of authors' first names that are present in the bib-file may be displayed in the bibliography
  • First names are currently not abbreviated automatically (and need to be abbreviated manually in the bib-file)

list of appendices - numbering missing

According to DHBW's citation regulations there has to be a a prefix like "Appendix 1" for each entry in the list of appendices.
Only the title strings are currently displayed when using \listofappendices .

Broken label in list of reference

When there is one author but two sources are referenced issued in differend years the label of the second entry in the list of reference is broken. It shows on the left side --- and pushes the label on top of the other information on the right side.

Keys in Lists of XX must be identical to those in the captions

Add something like that after the translations block:

%--------------------------------------------------------------------
% Ensuring that labels in Lists of Stuff are
% identical to those in the captions
%--------------------------------------------------------------------
\newlength{\mylen}

%Figures
\renewcommand{\cftfigpresnum}{\figurename\enspace}
\renewcommand{\cftfigaftersnum}{:}
\settowidth{\mylen}{\cftfigpresnum\cftfigaftersnum}
\addtolength{\cftfignumwidth}{\mylen}
%Tables
\renewcommand{\cfttabpresnum}{\tablename\enspace}
\renewcommand{\cfttabaftersnum}{:}
\settowidth{\mylen}{\cfttabpresnum\cfttabaftersnum}
\addtolength{\cfttabnumwidth}{\mylen}
%Listings (Hack)
\makeatletter
\begingroup
\let\newcounter\@gobble\let\setcounter\@gobbletwo
\globaldefs\@ne \let\c@loldepth\@ne
\newlistof{listings}{lol}{\lstlistlistingname}
\endgroup
\let\l@lstlisting\l@listings
\let\lstlistoflistings\listoflistings
\makeatother

\renewcommand{\cftlistingspresnum}{\lstlistingname\enspace}
\renewcommand{\cftlistingsaftersnum}{:}
\settowidth{\mylen}{\cftlistingspresnum\cftlistingsaftersnum}
\addtolength{\cftlistingsnumwidth}{\mylen}

label alignment in bibliography

Labels are in block alignment. That causes ugly spaces when line breaks are necessary.
The should be justified right or left instead.

long author names break tabular style in bibliography

DHBW's citation regulations demand the bibliography to be formatted as a table.
At the moment this is accomplished by a workaround with indented list elements in the bibliography environment.
This breaks the layout when long auhor names break into the next line. The line break on the left author-side causes the 2nd line on the right side to be blank.

Some titles in bibliography entries are in quotes

Titles should not be in quotes. Has been changed for most BibliographyDrivers, however the thesis driver e.g. still shows titles in quotation marks.

Some other drivers such as incollection need to be fixed as well.

Label for appendix section

\label{some_label} for \appsection is not working propperly. \ref{some_label} gets me the number of the last \section, \subsection or \subsubsection but not of \appsection.

setup instructions and dependencies

  • short intro on how to set up the needed environment
  • complete list of package requisites
  • optionally instructions for bib-file creation, citing commands, pdf creation

Footcites in captions

using the footcite command within the caption environment can cause strange results.
this seems to be a common issue and a workaround should be documented

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.