The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
98 views

How to convert mdash into LaTeX markup?

I am converting HTML markup into LaTeX markup by using sed command. I need to convert — into its corresponding LaTeX markup. How can I implement it? — into LaTeX markup
0
votes
1answer
131 views

How to convert HTML markup into LaTeX markup?

I have one input file which will be used for LaTeX and HTML (Java program). Input file has HTML markups like <b></b> for bold. <li></li> for list. How can I convert above ...
11
votes
2answers
120 views

An environment which parses periods differently to redefine their behavior

I have a collection of documents that I want to read into a LaTeX environment. The problem is that these documents are not exactly formatted the way I would like. I would like to create an ...
4
votes
0answers
174 views

How to format a CV / Resume so that it can be parsed by automatic resume uploaders?

Many job sites do not accept a PDF resume; they require me to fill in their custom fields. Other sites will attempt to parse a PDF into pre-defined fields but this process does a poor job of ...
10
votes
2answers
418 views

LaTeX mark-up as a generic mark-up language

Tremendous benefits can accrue, if TeX-like mark-up could be used in lieu of html and its variants, where a requirement exists to have a document both as (All)TeX mark-up and html format. There ...
0
votes
0answers
169 views

How to use markup in LaTeX? [closed]

How to use LaTeX markup in text? I have one text which has bullet points so i am using following way. A paragraph is a series of sentences that are organized and coherent, and are all related to a ...
12
votes
1answer
452 views

Light markup languages for TeX users

I was wondering if people could share their experience with various mark up languages. In particular, I am interested in situations for which you consider light markups preferable to TeX. I am also ...