On 09/17/2012 02:50 PM, Max Funk wrote:
Hallo,

I wanted to suggest a correction of the requirements of the three templates
    g-brief2.lyx
    g-brief-de.lyx
    g-brief-en.lyx

Uwe, do you have a view about this?

Richard

Problem:
--------
If I open a new document using these templates, I get an error, that europs.sty is not found.

My System:
----------
Lyx 2.0.4 + Win7-64 + TexLive 2012 Full

Solution Suggestion:
--------------------
The dependency on
    europs.sty
and (if existing) also on
    marvosym.sty
    eurosym.sty
can simply be removed.

Verification:
-------------
- The Document compiles well without europs.sty
- The Version of g-brief2.cls contained in most recent texlive 2012 reads

\IfFileExists{marvosym.sty}
  {\RequirePackage{marvosym}}
  {}{}
\IfFileExists{europs.sty}
  {\RequirePackage{europs}}
  {}{}
\IfFileExists{eurosym.sty}
  {\RequirePackage{eurosym}}
  {}{}

  So, the packages are only optional.
- See also the thread

http://www.mail-archive.com/tetex@informatik.uni-hannover.de/msg01825.html

Regards, mf

Reply via email to