2007/5/21, Matthias Fechner <[EMAIL PROTECTED]>:
Hello Eric,

* Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:10]:
>  I think you should add your style files as INPUTS
>  since INPUTS may take a list of file.

that i tried too.
If i put the file (with or without directory) to the INPUTS I always
get the errormessage:
make: don't know how to make build/standard_eng.sty. Stop

or
make: don't know how to make build/format/standard_eng.sty. Stop

Which version of the UseLatex.cmake are you using.
Before version 1.5.0
INPUTS did not accept files whoses extension was not ".tex"

see:
http://www.cmake.org/pipermail/cmake/2007-April/013533.html
adn the up to date macro there:
http://www.cmake.org/Wiki/images/8/80/UseLATEX.cmake


The .sty file is used in the latex document with:
\documentclass[a4paper,BCOR1cm,titlepage,fleqn,bibtotoc,idxtotoc,oneside,openbib]{scrbook}
\usepackage{format/standard_eng}

If the CMake macro does not handle directory properly
you may  have to

\usepackage{standard_eng}

instead of

\usepackage{format/standard_eng}

--
Erk
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to