8
votes
1answer
252 views

How do I enter ὅπερ ἔδει δεῖξαι in TeX?

How do I typeset this statement if I'm using \usepackage[default]{frcursive} and \usepackage[T1]{fontenc} in my TEX file?
4
votes
2answers
145 views

Listing with mixed english and russian symbols in comments

I'm using the listings package for formatting .cpp code in LaTeX. My code needs to have mixed English and Russian words in comments. The font must be monospaced (preffered Courier family). /* Prints ...
3
votes
0answers
57 views

Combining mark over ligature (Devanagari)

I want to typeset the combination m̐llo in Devanagari with XeLaTeX. When I use the correct Unicode ल्ँलो, there is no ligature of the ls. When I place the candrabindu on the ligature the o is not ...
1
vote
1answer
105 views

Change font size in arabtex package

I need to write some words in Arabic in a LaTeX file. I'm currently using arabtex package to do that as following: \documentclass[10pt]{article} \usepackage{arabtex} \begin{document} \RL{f.s.hY ...
1
vote
1answer
162 views

Assistance on arabic text on TikZ

I attempting to use both arabic and TikZ pictures but, I have four problems: The Arabic words appear in reverse order, the first word appears finally ... The sentence is not in arc as in the English ...
1
vote
0answers
116 views

Missing Hindi font [closed]

When I tried the following Tex file I got The font Lohit Hindi can not be found, although I installed the Typeset Devanagari. Same if I use sanskrit font or any other font from this type set. Any ...
2
votes
0answers
137 views

Hindi characters in PDF file

Would you please provide me with a simple example of how to use pdfLaTeX (under MiKTeX) to generate a PDF file with Hindi Characters on it?
2
votes
1answer
94 views

Arial font is not produced with lithuanian language

How can I get Arial font with my native language? My unsuccessful try: \documentclass{article} \usepackage[utf8x]{inputenc} \usepackage[L7x]{fontenc} \usepackage[lithuanian]{babel} ...
4
votes
1answer
376 views

Change in \lstdefinelanguage the font?

Im using \lstdefinelanguage to add some new languages. Now everything is fine, I just would like to add another font to my language. I would like to use inconsolata. I have now this: %... ...
1
vote
1answer
427 views

encoding problem

I'm trying to write a program in Python that exports data into PDF. Unfortunately, the well known reportlab module is not available on Python 3. (What a shame.) So I have decided to generate TEX files ...
1
vote
0answers
72 views

Elven font with TeX or LaTeX [duplicate]

Possible Duplicate: What package allows Elvish in TeX? It is possible to write in elven language using TeX as it is on the background of this page?
4
votes
1answer
174 views

Change the font of \hyphenchar

I'm using Tex with Telugu and English languages. When a word is hyphenated, the hyphen symbol, as apparently is not found in Telugu font, appears as undefined symbol. I want to change it's font to ...
6
votes
1answer
268 views

How to switch fonts when the language switches in ConTeXt?

I have a mostly English-language document, with fonts defined like this: \usemodule[simplefonts] \setmainfont[MinionPro-Regular] \setsansfont[MyriadPro-Bold] Occassionally, I need to have some ...
3
votes
1answer
544 views

Tengwar script in TeX Live 2011

I tried to compile this example but the LaTeX compiler gives the following errors. What can I do? name = tngani, rootname = tngani, pointsize = mktexmf: empty or non-existent rootfile! Cannot find ...
11
votes
1answer
495 views

From LaTeX with pdflatex to plain TeX

I've always wanted to try plain TeX instead of LaTeX. I can use plain but I'm not able to use correctly the fonts and I'm not able to use the french hyphenation. I would to know how to do this with ...
0
votes
0answers
82 views

Best way to include some Japanese text in a beamer presentation? [duplicate]

Possible Duplicate: How to write Japanese with LaTeX? What's the easiest way to use include some Japanese text in a beamer presentation? I'm looking for a way to include Japanese in a few ...
3
votes
1answer
601 views

How can I type in Devnagari font using LaTeX?

I'm new to LaTeX and I'm trying to learn it. It is very interesting. I have to type a lot of documents that contain Devnagari text, more precisely Nepali Language. How can I type it using LaTeX, so ...
1
vote
1answer
401 views

XeLaTeX with Polyglossia and Thai

The following example displays the English text alright, but not the Thai text. It is simply left blank in the PDF result. \documentclass{report} \usepackage{fontspec} \setmainfont{Times New Roman} ...
10
votes
1answer
1k views

How do I get Korean (Hangul) characters to typeset in LaTeX ?

I've been unable to find a concise answer anywhere else on the web. Since its only a few words, albeit crucial ones, that are in Korean I don't want to have to muck around with HLaTex or deviate from ...
33
votes
3answers
3k views

What package allows Elvish in TeX?

Anyone who has read The Lord of the Rings will recognise the Elvish script at the top of the page. If this is meant to be an example of what is typesettable in TeX/related software, what package is ...
9
votes
3answers
1k views

Ottoman Turkish (Arabic letters)

Is it possible to write Ottoman Turkish with TeX, LaTeX, or ArabTeX?
13
votes
2answers
2k views

Getting Started to Xetex for Devangari?

I have learn LaTeX for a while. Now, I want to type Indic scripts using Tex and I found that XeTeX is the best because it supports unicode and opentype fonts. But the problem is there are not any ...