Tagged Questions
38
votes
18answers
3k views
Writing a book and targeting PDF and HTML
I have an idea for a combination book and web app to help newbies learn computer programming from the ground up, and while I'm working on the web app side of it, I've been thinking in the back of my ...
28
votes
11answers
4k views
How can I mix LaTeX in with Markdown?
I've been using Markdown for class notes, and it's great. I even do some preprocessing on the Markdown so I can do things like tables. But this term I'm teaching a class with a lot of math, and I'd ...
20
votes
14answers
2k views
Math equations on the web
What is the best way for me to render Math equations on the web? I am familiar with LaTeX's Math mode.
11
votes
7answers
4k views
What is the best way to embed LaTeX in a webpage?
I'm not asking about converting a LaTeX document to html.
What I'd like to be able to do is have some way to use LaTeX math commands in an html document, and have it appear correctly in a browser. ...
8
votes
5answers
934 views
Convert latex to html in Java or C++?
There are many tools for converting latex into html. I'm looking for a Java or C++ program to do this. It will need to run on multiple operating systems. The solution will be used on academic ...
7
votes
12answers
3k views
How best to write documentation targeting both HTML and PDF?
Latex-to-html converters I've seen in the past have been pretty awful. Editing raw html is no fun and doesn't seem to translate well to the printed page. How do others solve this problem? Links to ...
6
votes
3answers
250 views
Use markdown (or similar) to edit text and then output to latex > pdf| html
I am editing a lot of documents in latex, that consist of code listings and are currently output to pdf.
Since I am working in teams on those documents, I often need to manually integrate changes ...
6
votes
8answers
559 views
Editor showdown: Maintain newlines at the ends of sentences
When editing non-WYSIWYG (LaTeX, HTML, etc) prose you probably want to have newlines at the ends of your sentences.
This has several advantages:
Easier to rearrange sentences.
Easier to comment out ...
5
votes
2answers
76 views
Html code used along with Matlab
I have recently found that Matlab can use LaTeX character sequences. However, they only can be used by the functions text, title, xlabel, ylabel and zlabel. I have designed a GUI which has an uitable. ...
5
votes
5answers
218 views
How can I enable use of math in my html web page
I have a blog where people can post their comments. My problem is that I need to enable people to be able to use math formulas using latex syntax. I cannot make any changes to the server. I can only ...
4
votes
1answer
292 views
Emacs: unifying citations between html and latex in org-mode
How to set up org-mode so it could include the result of \cite LaTeX command in HTML export?
Example:
Gulliver's Travels
My father had a small estate in Nottinghamshire: I was
the third of five ...
4
votes
3answers
626 views
TeX to html converter
What is the best way to convert latex document with PGF & TikZ images to html files?
3
votes
2answers
98 views
How to take screenshot of a webpage after running javascript
I have a webpage which renders LaTeX formula using javascript. I wish to take a screenshot of it programmatically after running the scripts. Is this possible?
3
votes
2answers
99 views
Include LaTeX formulas in HTML files?
I saw some sites include LaTeX formulas in their sites. How they do that?
Is there any HTML tag or maybe a SSI command to include LaTeX formulas?
I prefer there be a server-side command, not a ...
3
votes
4answers
963 views
wiki/docbook/latex documentation template system
I'm searching for a documentation template system or rather will be creating one.
It should support the following features:
Create output in PDF and HTML
Support for large & complicated (LaTeX) ...
3
votes
3answers
761 views
gettext for HTML or LaTeX?
Is there something like gettext for HTML or LaTeX? It would be great for generating simple bilingual webpages or LaTeX documents that should be kept in sync.
Is there something like that already? I ...
3
votes
5answers
335 views
Equivalent of LaTeX's \label and \ref in HTML
I have an FAQ in HTML (example) in which the questions refer to each other a lot. That means whenever we insert/delete/rearrange the questions, the numbering changes. LaTeX solves this very ...
2
votes
1answer
65 views
latex input to html and pdf output
Is there a ruby gem that can parse latex formatted string to html string and pdf binary string including bibtex bibliography?
I'm using textile (redcloth) right now in my rails app to get formated ...
2
votes
2answers
42 views
validating html files with latex commands
I'm using latex commands in my html code. When I validate the at w3c validator, it is giving me inavlid markup message.
Line 105, Column 31: non SGML character number 12
...
2
votes
4answers
532 views
pdflatex document to html
I need to convert a bunch of pdflatex only documents (because of graphics-- .pdf's jpgs & pngs) to html. tex4ht is giving a bunch of garbage output. the documents are built using the \input ...
1
vote
3answers
648 views
Google Docs clone
I'm currently attempting to make a Google Docs-esque collaborative document editor, and I'm trying to decide which technology I should implement for the backend.
HTML/CSS is really flexible and much ...
1
vote
0answers
87 views
Is it possible to tall MathJax to use fonts for specific languages?
I love MathJax, but it does not support Cyrillic (or at least it looks so). I tried such simple text as an expression into this official example - it shows all English
letters but no Russian.
...
1
vote
2answers
328 views
Converting HTML to another syntax (LaTeX) with PHP
I'm trying to do a custom HTML to LaTeX converter, which uses Wordpress posts as a source.
Basically, it needs to do some "replacing", like:
<h2>H2 Title</h2>
<p>Text text ...
1
vote
4answers
207 views
using html/css, i would like to automatically generate a bibliography at the bottom of my website akin to latex's \bibliography command
I'll ask my question first, then give some background for those who are interested:
I would like to know if there is a command in html that will automatically generate a bibliography from a .bib ...
1
vote
5answers
126 views
What language should I use for editing documents?
Document editors are nice but they have their limitations.
What is a good alternative to them?
I already know HTML and CSS and while they can do the job, they are ill-suited for printed documents.
I ...
1
vote
2answers
99 views
Which technology should I use to transform my latex documents into html documents
I want to write a little program that transforms my TeX files into HTML. I want to parse the documents and turn the macros (the build-in and of course my own) into HTML pieces. Here are my ...
1
vote
4answers
230 views
“Page description language” and “markup language”
What is the difference and relation between "Page description language", "markup language" and "Page description markup language"?
Based on their wiki webpages, I just don't understand what is ...
0
votes
0answers
26 views
latex to html with kile [migrated]
I am using kile to convert a .tex file to html (latex to web) but when I look at the html page it does not show me the images. I tried including them in ps and png but still the html page does not ...
0
votes
0answers
42 views
Is Latex going to be replaced by HTML? [closed]
I haven't used Latex since writing my honours thesis using it, but it seems that much of the typesetting functionality could be recreated using HTML/CSS, and would be availed of improved accessibility ...
0
votes
3answers
57 views
OK I separated my content from my presentation, now what can I do with all that content?
HTML separates content from presentation (by using CSS for presentation and making HTML elements usually semantic), but LaTeX does not. What do people actually do with HTML that can't be done with ...
0
votes
0answers
45 views
Creating interactive lists from lyx
I'm looking for a way to create interactive html files from .lyx files to facilitate learning checklists by heart.
For example if I have a list in lyx:
["Section: Animals"
1) alligator 2) barracuda ...
0
votes
2answers
111 views
any FAST tex to html program?
(im using debian squeeze)
i tried catdvi (but its unacceptable - just a lot of '?'s)
now i am using tex4ht but its awfully sloow..
for example generating html for this :
takes ~2 seconds (thats 4+ ...
0
votes
1answer
242 views
Doxygen-like equation writing in html
Doxygen has the ability to produce code with inline equations with LaTeX (I am a TeXnician). I want to do the same thing just for html pages. How can I achieve this? What does doxygen use to achieve ...
0
votes
3answers
283 views
image format in html and latex
I want to choose an image formate for including images in both html and latex.
I found that jpeg and png formates are not always working well in latex. Is eps format the best for latex. It seems eps ...
0
votes
4answers
469 views
Converting large set of word documents automatically into xml, modify them and than convert them into latex, pdf, html
Having a set of about 400 Documents in word which are part of a Quality Management System Word is causing me a lot of grieve because a) it handles images in large doc poorly b) the layout gets ...
-3
votes
1answer
47 views
Maths Editor For typing mathematics equation in JAVA [closed]
i want to develop a MATH EDITOR which allows the user to type mathematics function and equation.
i want to develop it using LATEX/MATHML.
For your reference i just want to develop an EDITOR as in
...