Skip to content

Commit

Permalink
Merge pull request #10 from revilovs/feature/bib-thesis
Browse files Browse the repository at this point in the history
declare bibliography format for thesis as copy of book
  • Loading branch information
revilovs authored Jun 12, 2024
2 parents f623450 + 251a12a commit ce14b67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions fth/fth-bib.sty
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ maxnames=2]{biblatex}
\usebibmacro{finentry}
}

\DeclareBibliographyDriver{thesis}{%
\usebibmacro{bibindex}%
\usebibmacro{begentry}%
\usebibmacro{author/editor}%
\usebibmacro{title+volume+series}%
\printorigdate%
\newunit\newblock%
\usebibmacro{edition+location+year}
\usebibmacro{finentry}
}

\DeclareBibliographyDriver{article}{%
\usebibmacro{bibindex}%
\usebibmacro{begentry}%
Expand Down

0 comments on commit ce14b67

Please sign in to comment.