Skip to content

Instantly share code, notes, and snippets.

@btbytes
Last active July 15, 2016 14:43
Show Gist options
  • Save btbytes/6394fdce3a1adf7d3f71e89de2295cc3 to your computer and use it in GitHub Desktop.
Save btbytes/6394fdce3a1adf7d3f71e89de2295cc3 to your computer and use it in GitHub Desktop.
ConTeXt typing indent problem

ConTeXt renders

* line one
* line two
* line three

as

* line one
  * line two
  * line three

How do I fix this?

test.pdf: test.tex
context $<
.PHONY:
clean:
rm -f test.pdf
Display the source blob
Display the rendered blob
Raw
\starttext
\starttyping
* line one
* line two
* line three
\stoptyping
\stoptext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment