Tagged Questions
10
votes
1answer
629 views
\listings code style for HTML5 (CSS, HTML, JavaScript)
I would like to create a code style for HTML5 that can be used with the \listings package.
An HTML5 document consists of three languages: CSS, HTML and JavaScript. That makes the whole thing a bit ...
1
vote
1answer
60 views
How to use listings with multiple languages?
I've got a HTML document with JavaScript inside that I want to show in my article.
For that I would like to use my JavaScript and HTML formatting. How can I get the listings package to use two ...
10
votes
1answer
282 views
Beamer and JavaScript in a web browser
I have written a talk in Beamer and to illustrate one of my points I've written a program in JavaScript (well actually Processing). You can view it here (it seems to run ok in Chrome and Firefox, and ...
0
votes
1answer
393 views
JavaScript/HTML/SVG rendered inside a TeX PDF document, impossible?
I have a pretty general question.
I have a report that is automatically created from HTML and Javascript and is output as a PDF.
I'm using JavaScript because it's the best and easiest way I've found ...