GeneralHow to write protégé in latex!!!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
geniusfat
Posts: 2
Joined: Tue Jun 24, 2008 12:32 pm

How to write protégé in latex!!!

Post by geniusfat »

Hello all :D

am getting crazy about this problem, could some one give me a hand???
by the way, I am writing using german now...

thanks very much!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

How to write protégé in latex!!!

Post by Stefan Kottwitz »

Hi geniusfat,

you can type it directly in your tex file if you use inputenc. On my Linux System I am using:

Code: Select all

\usepackage[utf8]{inputenc}
On Windows you may use latin1 (or ansinew) instead of utf8.

Or try

Code: Select all

prot\'eg\'e
See Accents in LaTeX.

Stefan
LaTeX.org admin
geniusfat
Posts: 2
Joined: Tue Jun 24, 2008 12:32 pm

Re: How to write protégé in latex!!!

Post by geniusfat »

that's right, thanks very much!!!!!!!!!!!!! :D :D :D :D :D
Post Reply