Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:
>
Hi, Jürgen!
Now I try:
----------------------------------------------------------
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[book,ncclatex.sty]{book (NCC-LaTeX)}
# DescriptionBegin
# 2006/01/17 v1.10 NCC-LaTeX document class (NCC)
# DescriptionEnd
Format 7
Preamble
\usepackage{NCC-LaTeX}
EndPreamble
ClassOptions
Other book
End
Input book.layout
----------------------------------------------------------
Now item "book (NCC-LaTeX)" appears and can be selected, but I
can't compile
PDF:
LaTeX Error: File `NCC-LaTeX.sty' not found.
About another variant. I try:
----------------------------------------------------------
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[ncc,ncclatex.sty]{ncc (NCC-LaTeX)}
# DescriptionBegin
# 2006/01/17 v1.10 NCC-LaTeX document class (NCC)
# DescriptionEnd
Format 7
Preamble
\usepackage{NCC-LaTeX}
EndPreamble
ClassOptions
Other book
End
Input book.layout
----------------------------------------------------------
Item "ncc (NCC-LaTeX)" appears and can be selected, too, but I get
"LaTeX
Error: File `NCC-LaTeX.sty' not found.", too. Additionally, I must write
any
another code that
----------------------------------------------------------
ClassOptions
Other book
End
Input book.layout
----------------------------------------------------------
(see my 1st post and ncc documentation), but what exactly?
----------------------------------------------------------
ClassOptions
Other ncc
End
Input book.layout
Input article.layout
Input report.layout
Input preprint.layout
----------------------------------------------------------
or
----------------------------------------------------------
ClassOptions
Other ncc
End
Input stdclass.inc
----------------------------------------------------------
or what?
> Make sure ncc is found by kpsewhich (i.e. run "texhash" or update
the MikTeX
> database, for that matter) and, after the layout is set up, run
> Edit->Reconfigure from within LyX.
I cant translate "kpsewhich" and "texhash" (I'm russian), sorry! Is
"texhash"
any .unix term? But I use WindowsXP... So, I cant understand this
phrase,
sorry...
Still I need help...