# biblatex-ajc2020unofficial An *unofficial* `biblatex` style files for Australasian Journal of Combinatorics. Note that the journal (as for 01 March 2020) does not accept `biblatex`, so you probably want to use [`biblatex2bibitem`](https://gitlab.com/Nickkolok/biblatex2bibitem). This is de-facto fork of [`biblatex-math`](https://github.com/konn/biblatex-math). ## License LPPL - LaTeX Project Public License v1.3c+, DFSG compat. ## Options
sentencedtitle (default: false)
Whether to make title alphabet sentence-style or not. If true, for example, The Proof of Riemann Hypothesis will be rendered as "The proof of riemann hypothesis". To prevent letters to be downcased, you can use braces: The Proof of {Riemann} Hypothesis will result in The proof of Riemann hypothesis. You also have to embrace maths with { and }, as in A short proof of {$1 + 1 \neq 2$}, otherwise LaTeX halts with an error.
dashed (default: false)
Whether to omit the same author(s) by _____, as in amsrefs. **Not recommended for AJC, but left here for compatibility reasons.**
## Usage 1. Copy the two files ( `biblatex-ajc2020unofficial.bbx` and `biblatex-ajc2020unofficial.cbx` ) into the folder with your paper or install them globally (manually or from CTAN); 2. Use `biblatex` with `style=ajc2020unofficial` option, e.g. ```latex \usepackage[backend=biber,style=ajc2020unofficial]{biblatex} ``` ## Project pages + [GitLab](https://gitlab.com/Nickkolok/biblatex-ajc2020unofficial) + [CTAN](https://ctan.org/pkg/biblatex-ajc2020unofficial)