Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
L
LaTex Boilerplate
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Dominik Becker
  • LaTex Boilerplate
  • Issues
  • #44

Closed
Open
Created Jul 15, 2020 by Dominik Becker@fastexitlaneMaintainer

Bib Item Type "inbook" is ignored

Bib item type inbook is ignored. We need a filter for that, merging with incollection.

additionals/references.tex:

%!TEX root = ../main.tex

\addchap{Quellenverzeichnis}

\defbibheading{book}{\section*{Monographien}}
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
\defbibfilter{incollection}{
    type=incollection or
    type=inbook
}
\defbibheading{paper}{\section*{Papers}}
\defbibfilter{paper}{
    type=inproceedings or
    type=thesis or
    type=report
}
\defbibheading{online}{\section*{Internetquellen}}
\defbibheading{jurisdiction}{\section*{Rechtsprechung}}
\defbibheading{company}{\section*{Unternehmensunterlagen}}
\defbibheading{uncited}{\section*{Unzitierte Quellen}}
\defbibcheck{uncited}{
  \ifciteseen
    {\skipentry}
    {}
}

\setlength\bibitemsep{1.5\itemsep}
\setlength{\bibhang}{2em}

\begingroup
\sloppy

\printbibliography[heading=book,type=book]
\printbibliography[heading=article,type=article]
\printbibliography[heading=incollection,filter=incollection]
\printbibliography[heading=paper,filter=paper]
\printbibliography[heading=online,type=online]
\printbibliography[heading=jurisdiction,keyword=jurisdiction]
\printbibliography[heading=company,keyword=company]
%\printbibliography[heading=uncited,check=uncited]
%\nocite{*}

\endgroup
Edited Jul 15, 2020 by Dominik Becker
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None