From 7cd684f72579cd7951c618870a16542b20e72bf4 Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Tue, 21 Nov 2023 11:44:16 +0100 Subject: [PATCH] Remove bibliography point from LaTeX guide --- docs/guides/guide-for-latex-users.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 0ac263093..df1704fa9 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -594,11 +594,3 @@ applicable, contains possible workarounds. break will be created if this spot would be a natural page break anyways. You can also use `[#v(1fr)]` to distribute space on your page. It works quite similar to LaTeX's `\vfill`. - -- **Bibliographies are not customizable.** In LaTeX, the packages `bibtex`, - `biblatex`, and `natbib` provide a wide range of reference and bibliography - formats. These packages also allow you to write `.bbx` files to define your - own styles. Typst only supports a small set of citation styles at the moment, - but we want to build upon this by supporting [Citation Style Language - (CSL)](https://citationstyles.org), an XML-based format backed by Zotero that - allows you to describe your own bibliography styles.