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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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