Skip to content

Instantly share code, notes, and snippets.

@btbytes
Last active July 15, 2016 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
\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