GeneralControl Sequence Problem with "makor2" Package

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
diekunstderfuge
Posts: 1
Joined: Wed May 25, 2011 10:42 pm

Control Sequence Problem with "makor2" Package

Post by diekunstderfuge »

Dear all,

I am running TexLive 2010 and LEd 0.536501. I am trying to install Alan Hoenig's makor2 package for Hebrew typesetting. I have followed every instruction for installation in the mkr2man.pdf manual.

In c:/texlive/texmf-local I have merged the contents of makor.zip with their corresponding folders (to preserve TDS directory structure). According to Hoenig's instructions, I have copied the contents of texmf-local/tex/makor2/psfonts.mkr2 to the psfonts.map file in c:/texlive/2010/texmf/fonts/map/dvips/updmap (though the instructions say that the psfonts.map should be located someplace like texmf/dvips/base--there are no .map files in this directory). I have updated the filename database as well.

I have the test file mkrltest.tex open in LEd as follows:

Code: Select all

\documentclass{article}
\usepackage{makor2}

\begin{document}
Hello, world! \[sh^aulOm, `Olaum!\] Goodbye, world!
\end{document}
When I attempt to compile this file using either LaTeX or pdfLaTeX, I get the following error:

Code: Select all

(c:/texlive/2010/texmf-dist/tex/latex/base/article.cls
(c:/texlive/2010/texmf-dist/tex/latex/base/size10.clo))
(c:/texlive/2010/../texmf-local/tex/latex/makor2/makor2.sty (./makor2.tex
! Undefined control sequence.
l. 230 \ocp
          \yid      = m2yiddish
?
Can anybody help me with this error? I am new to LaTeX, and I thought I had installed the package correctly. Has anybody else used Makor2? Please help!

Many thanks,
diekunstderfuge

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Control Sequence Problem with "makor2" Package

Post by localghost »

Wouldn't it be easier to use the TeX Live Manager (tlmgr) for package installation?


Best regards and welcome to the board
Thorsten
folofjc
Posts: 7
Joined: Sun May 16, 2010 6:23 am

Re: Control Sequence Problem with "makor2" Package

Post by folofjc »

The TeXLive Utility does not provide this package. I also followed the instructions and got the same error.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Control Sequence Problem with "makor2" Package

Post by cgnieder »

Hi diekunstderfuge,

Welcome to the LaTeX community.

A quick glance through the manual of »makor2« lead me to this:
The current version demands the use of Omega
The file structure of the »makor2« package suggests that the unknown macro \ocp is indeed an Omega macro.

My knowledge of Omega is little to none except what is written on the Wikipedia site. (I have a vague memory that it is somewhat the predecessor of XeTeX but that might be terribly wrong.)

That is as far as I can help here. Maybe you're better of with the cjhebrew package (which is part of TeX Live).

Regards
site moderator & package author
Post Reply