JavaScript is a scripting language commonly implemented as part of a web browser.
1
vote
1answer
71 views
point-and-click open source javascript equation editor for latex?
Does anyone have experience with a good open source equation editor for online use? I'm not interested in WYSIWYG (What are the Open source WYSIWYG Independent Web Equation Editors available on ...
19
votes
1answer
399 views
Move-around box in PDF display
I tried using the fancytooltips package and like it a lot. One thing that I could imagine would be nice is to have the entry showing up as a movable box instead of just a tooltip. (Sometimes the ...
2
votes
1answer
91 views
Can we have viewer specific text in a pdf generated by pdfLaTex?
I am wondering if we could have a pdf file, which can tell what viewer its being viewed with. I was looking for some tex command, which says something like:
If viewer is Acrobat, print "Hi You are ...
1
vote
0answers
86 views
Testing system in beamer
Can I use \radioButton option in Beamer? I need to make test(choice) system with counting right answers in presentation mode, maybe there's any class for making testing. I have error with ...
0
votes
0answers
70 views
Counting and Displaying number of views of the pdf file, using pdfLaTeX [closed]
I am looking for a method that can keep track of how many times a PDF file is viewed and display the information in the PDF file itself.
Ex. suppose the file is viewed for the first time (the system ...
2
votes
2answers
132 views
texlive.js possible?
I just found about emscripten,
texlive.js is it really a converted version of texlive in JavaScript or a server as Scribtex and many others?
Is this really possible?
3
votes
2answers
174 views
Is there any solution to include Java Applets in presentations/beamers?
I am preparing a presentation on the compiler Texmaker "documentclass" in "beamer". I was fascinated with the package
"multimedia" which is a solution to include movies in the presentation.
Question: ...
10
votes
1answer
451 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
54 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 ...
2
votes
3answers
384 views
language option supported in listings
I am afraid that listing doesn't support javascript.
\begin{lstlisting}[language=javascript]
...
\end{lstlisting}
What am I doing wrong?
0
votes
1answer
108 views
inlineMath \$…\$ not working but default \(…\) does [closed]
I am having issues getting a custom inlineMath format to work.
I have included the MathJax CDN and then using the in-line configuration options. I can get all of the default formats to work $$...$$, ...
3
votes
1answer
155 views
Compiling my own mktexfmt
I'm trying to compile my own version of pdftex which works fine.
However, I must compile my own format file (fmt) for that.
This should be done with mktexfmt. My problem is that I don't know where to ...
10
votes
1answer
268 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 ...
26
votes
2answers
728 views
pdftex and javascript forms with automatic calculations
I would like to create a PDF document in TeX with a form. Some of the fields in the form will be calculated based on the values of other fields.
Here is a MWE, thanks to Victor Ivrii on the pdftex ...
6
votes
1answer
429 views
(La)TeX Web browser [closed]
I had an idea this morning and would like to share and to know if someone has already developed it somewhere!
A Mozilla group is currently building a JavaScript Application able to transform any PDF ...
4
votes
1answer
310 views
How do I place a simple javascript in the resulting PDF?
I would like to use LaTeX to produce a PDF document with forms with the following features:
-One or two user-modifiable text fields
-One output text field
-A "run" button that, when pressed, will take ...
11
votes
2answers
361 views
Insert web content dynamically (Javascript?)
This year in my field we have a large conference overlapping with the European soccer championship. Luckily my talk does not overlap with any match, but in case it will happen in the future I was ...
1
vote
1answer
189 views
How to obtain a high quality image from a web browser source [closed]
How to create high quality images from a Javascript/Dojo image presented in a browser which can be used by LaTeX?
4
votes
1answer
675 views
Two column layout with form
So here is the basic idea: 2 column Layout, 1 column with text and 1 column with a form you can fill in Acrobat Reader etc. I tried to use parallel and/or paracol package along with the hyperref ...
0
votes
1answer
377 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 ...
8
votes
2answers
945 views
Example of Javascript form within pdflatex
Can someone please show me an example of how to include a simple Javascript form within a pdflatex document?
Can someone please show me an example of accessing and modifying the PDF file's DOM from ...
12
votes
1answer
3k views
How do you say Happy New Year with LaTeX?
Title says it all. How do you wish "Happy New Year" to a TeXie? Compile the code below with pdfLaTeX, view it with "PDF Reader" or "Adobe Acrobat Pro" and press the "Happy New Year" button on the ...
4
votes
1answer
1k views
Hello World in pdfLaTeX
After many years being silent, TeX can now talk! Almost minimal code below! It should be of particular interest to Physicists and Cosmologists. Need to have Adobe Reader installed.
...
7
votes
2answers
1k views
What is the best way to insert document-level JavaScript in LaTeX documents
I have been toying with the idea of converting some forms at work to interactive forms. I have tried some of the routines that come with insdljs, but they seem a bit dated. The idea is very ...