MiKTeX and proTeXtProblem with start work and fun with MiKTeX

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
lightinside
Posts: 1
Joined: Tue Jan 01, 2013 2:13 pm

Problem with start work and fun with MiKTeX

Post by lightinside »

Hi,

I have a problem with LaTeX.... I installed basic MiKTeX LeD and ghost script, and this is not worked, of course i instaled package.

I have a problem with convertion

Code: Select all

! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin2'.
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I remove MiKTeX, and install full and i have simillar problem...

I very want use with latex but i can't good install this in my computer... there is not my first time when i trying...

I'm sorry for my English i know it is bad..

Sue

Windows XP The brand-new MiKTeX

I wanna used Polish package

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem with start work and fun with MiKTeX

Post by Stefan Kottwitz »

Hi Sue,

welcome to the board!

I guess you would like to use latin2 because of Polish characters. But is it the input encoding of your operating system and your editor? The encoding configuration of your editor (LEd) must match the encoding you specify in the document, i.e. as option to inputenc.

Why did you choose LEd? The most recent version is of 2009. Perhaps try a newer one. MikTeX comes with TeXworks, perhaps give it a try. TeXworks supports UTF-8 encoding, in that case write in your document

Code: Select all

\usepackage[utf8]{inputenc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Stefan
LaTeX.org admin
Post Reply