Skip to content

Instantly share code, notes, and snippets.

% Compiled document (screenshot):
% https://i.imgur.com/c8S7Di5.png
\setuppapersize[A4]
\showframe
\setuplayout[
topspace=1cm,
header=0cm,
width=16cm,
@JulianGmp
JulianGmp / tasks.json
Last active August 21, 2019 19:27
VSCode task to build ConTeXt documents
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "ConTeXt build",
"type": "shell",
// Keep in mind that the file path here has to be changed
"command": "context myfile.tex",