I found one more verification:

In the official documentation "g-brief.pdf", it is written (Ch.9 "Bugfixes", Version 4.0, translated):

"The inclusion of packages for the support of the Euro Symbol has been corrected. Up to now, there was a Class Error in case of missing packages."

So, now there is no error in g-brief.cls for missing eurosym.sty / europs.sty any more.



20.09.2012 05:23, Richard Heck:
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