Questions tagged [html]

{html} is for questions related to HTML, a markup language mainly used for creating web pages.

399 questions
10
votes
0 answers

Is there a CSS file to make my Webpage "look like" latex ouput

In a similar vein to this question, can I make my web page look like is was typeset in latex. I know it won't be possible to replicate the latex look exactly. Is there a CSS file which will control typefaces/font-sizes/margins etc to give the…
Ken
  • 237
8
votes
4 answers

How can I map HTML named entities to LaTeX commands?

Specifically, I would like to be able to complete this table: symbol html entity LaTeX command \deg ° \begin{alltt}\deg{alltt} So that I have an entry for every HTML named entity listed in the official specs. I appreciate…
DavidT
  • 707
7
votes
1 answer

Turn website into novel

I would like to use TeX to typeset Søren Kierkegaard's complete works, which are available online here. It includes a collection of notes in a separate XML file which I would like to add to the document as side notes if possible. This question deals…
Gaussler
  • 12,801
5
votes
1 answer

latex to html with collapsing

Is there a solution to this fold/unfold sections to expand in PDF in terms of HTML? In other words, can I compile to HTML and have certain parts of my work collapsed? So for instance, I would want something like…
4
votes
1 answer

Are there any tools to help convert latex to katex?

I may be starting a project that will require me to write lots of katex. I'd prefer to write my code in latex, so I could take advantage of thinks like tikz imagez and do calculations with sagetex. I'm curious if there any tools available to help…
4
votes
2 answers

Maintained tool to faithfully convert LaTeX/PDF to HTML?

There is a tool called pdf2htmlex that does an impressive job of converting PDF to HTML. Very faithful. Either books full of mathematics and diagrams have been faithfully converted. Unfortunately, it is no longer maintained. Is anyone aware of…
Roxy
  • 809
4
votes
1 answer

Best practices for writing a latex document for web publishing (html)

I want to create a latex document that can be compiled as a single pdf file and also converted to a bunch of small html files for a web site. How to automate the task of converting a latex document to many html files?
guest
  • 41
2
votes
3 answers

How to convert LaTeX in html for Blogger

I am trying to embed formulas in Blogger. My system is OpenSuse, and I create a LaTeX file for my formulas, say filename. In order to convert the LaTeX code into an html code I run: pdflatex filename latex2html filename.tex This produces a…
ofer
2
votes
1 answer

In latex to HTML converters like latex2wp what is the alternative to eqnarray or align

Though my primary problem has been solved, I am trying to put my document on my group's blog. I use Luca Trevisan's latex2wp but it does not render either of the two. Reason, if I correctly read on wordpress' blog is that One thing to keep in mind…
yayu
  • 5,237
2
votes
2 answers

How to get HTML tags displayed in LaTeX?

I am making a LaTeX document and I am having HTML tags like List which when I put in LaTeX turn out to be List¡? extends Number¿. I tried escaping with \ but did not help. Anybody knows how to escape < and > in LaTeX?
user2708477
1
vote
0 answers

Embed Altimetric (or Researcher ID) badges in TeX

How to embed Altimetric (or Researcher ID) badges in a TeX document? In other words, how to make use of the following html code to generate the badges in a TeX document?:
1
vote
1 answer

Hevea Error at Non Ascii characters

I tried "Hevea" to convert Xelatex file to html, it worked great with table conversion etc. However my document has lot of characters like (स्वाध्यायनिरताम्) and I am getting this error. bash-3.2# hevea Bala.tex ./Bala.tex:39: Error while reading…
Aku
  • 11,026
1
vote
0 answers

Changing Latex book to html

I tried to convert my Latex book into html code using Klaus Gerhards macros but it did only a few chapters and stopped. It also did not include illustrations (which are in pdf). What can I…
1
vote
1 answer

How do I specify a different mapping to use for html arguments with html2latex?

html2latex seems to replace all
elements with \hline, which isn't quite the right mapping. How do I go about changing this mapping to a more appropriate one?
1
vote
0 answers

How do I generate page numbers when using the html2latex library?

I'm using the html2latex library to convert some html pages to LaTeX files, and I would like to generate page numbers, and then be able to control the formatting/placement of the numbers. Does html2latex include options to allow for this kind of…
1
2