tlaplus / vscode-tlaplus

TLA+ language support for Visual Studio Code
MIT License
357 stars 33 forks source link

PDF Generation: feature parity with the toolbox #349

Closed FedericoPonzi closed 3 weeks ago

FedericoPonzi commented 4 weeks ago

Fixes #348. Adds few options to the plugin, lifted from https://github.com/tlaplus/tlaplus/blob/ab14a33e39c78e4c88e81b664b9a8c916b943cab/toolbox/org.lamport.tla.toolbox.tool.tla2tex/src/org/lamport/tla/toolbox/tool/tla2tex/handler/ProducePDFHandler.java#L106:

image

This is with comment shade option checked: image

With shade of 0.2: image

With the numbered option: image

With no pcal shade unchecked: image

With nopcal shade checked: image