I was wondering if anyone knew how to beautify or format JSON inside a Latex document. I am using Lyx as a front-end for writing the latex file. Are there any addons that people use? I tried to search but am not able to get anything relevant.
|
feedback
|
|
I do embed code into lyx mostly as program listings imported from external textfiles. There are numerous options that you could apply to the program listing, from line numbers to word wraps and many more. | |||||||||||
feedback
|
|
you could define your own listing-language: just found this link here http://lenaherrmann.net/2010/05/20/javascript-syntax-highlighting-in-the-latex-listings-package | |||
|
feedback
|
|
I'm using minted package. First you have to install and configure it (do not forget to add pygmentize.cmd file on Windows 7). Then you have to add
It is not perfect solution, but it works and produce really nice listing:
| |||
|
feedback
|
