summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-11-21 11:44:16 +0100
committerMartin Haug <mhaug@live.de>2023-11-21 11:44:16 +0100
commit7cd684f72579cd7951c618870a16542b20e72bf4 (patch)
tree6397644810a52500dd0fda91167ccfe7c85e055c /docs
parent8e5b7fe5c169c5e52d84ca0565576d173bdf7902 (diff)
Remove bibliography point from LaTeX guide
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/guide-for-latex-users.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md
index 0ac26309..df1704fa 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.