On Mon, Feb 10, 2014 at 5:07 PM, Uwe Stöhr <[email protected]> wrote:
> commit 94fbef6c86c1789168a56cebf853ad97c1741707
> Author: Uwe Stöhr <[email protected]>
> Date:   Mon Feb 10 23:07:32 2014 +0100
>
>     Math.lyx: describe support for command \utilde

I am getting the following error after this commit:

! LaTeX Error: File `undertilde.sty' not found.

> diff --git a/lib/doc/Math.lyx b/lib/doc/Math.lyx
> index 22a20cf..a0dbea6 100644
> --- a/lib/doc/Math.lyx
> +++ b/lib/doc/Math.lyx
> @@ -101,6 +101,13 @@
>  % used to check for needed LaTeX packages
>  \usepackage{ifthen}
>
> +% check for package undertilde
> +% used for the command \utilde
> +\newboolean{undertilde}
> +\IfFileExists{undertilde.sty}
> + {\setboolean{undertilde}{true}}
> + {\setboolean{undertilde}{false}}
> +
>  % check for package eurosym
>  % used for the Euro symbol
>  \newboolean{eurosym}
> @@ -180,7 +187,7 @@
>  \use_package mhchem 1
>  \use_package stackrel 0
>  \use_package stmaryrd 0
> -\use_package undertilde 0
> +\use_package undertilde 1

changing \use_package undertilde back to 0 leads to a successful
compilation for me.

Scott

Reply via email to