Re: pdfoutput user guide error

2019-07-17 Thread Richard Kimberly Heck
On 7/17/19 8:51 AM, Steve Litt wrote:
> On Wed, 17 Jul 2019 09:59:30 +0200
> Jürgen Spitzmüller  wrote:
>
>
>>> ! LaTeX Error: File `footnotehyper.sty' not found.
>>>  
>> Install the LaTeX package footnotehyper. It's part both of MikTeX and
>> TeXLive.
> This stuff happens all the time. Like most other Linux people, I use
> TeXLive, which has a program called tlmgr. So when I see something that
> says:
>
> ! LaTeX Error: File `footnotehyper.sty' not found.
>
> I right away, logged in as root, perform the following two commands:
>
> tlmgr install footnotehyper
> texhash
>
> I'm not even sure the second command is necessary.

It very likely is.

In any event, most Linux distros have other ways to do this, as well. In
Fedora, one can do:

# sudo dnf install tex('footnotehyper.sty)'

and that will find the right package and install it for you, and then
run texhash, as well. One stop shopping

Riki






Re: pdfoutput user guide error < SOLVED

2019-07-17 Thread Wolfgang Engelmann

Thanks

On 17.07.19 14:51, Steve Litt wrote:

On Wed, 17 Jul 2019 09:59:30 +0200
Jürgen Spitzmüller  wrote:



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

Install the LaTeX package footnotehyper. It's part both of MikTeX and
TeXLive.

This stuff happens all the time. Like most other Linux people, I use
TeXLive, which has a program called tlmgr. So when I see something that
says:

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

I right away, logged in as root, perform the following two commands:

tlmgr install footnotehyper
texhash

I'm not even sure the second command is necessary.

Anyway, the operant fact is that if any LaTeX compiler says you're
missing a file, you're probably missing a package of the same name
(minus the extension),  and if you're lucky enough to use TeXLive, you
can install it quickly with tlmgr.

One more thing about TeXLive. Once a year it needs a complete overhaul
to bring it up to the next year's code. I'll leave it to others on this
list to give the tlmgr commands to make that happen.

SteveT

Steve Litt
July 2019 featured book: Troubleshooting Techniques
  of the Successful Technologist
http://www.troubleshooters.com/techniques


Thanks to Jürgen and Steve. Have noted down your proposals. The point 
was that the PATH settings had to be done for the 2019 texlive.


Wolfgang



Re: pdfoutput user guide error

2019-07-17 Thread Steve Litt
On Wed, 17 Jul 2019 09:59:30 +0200
Jürgen Spitzmüller  wrote:


> > ! LaTeX Error: File `footnotehyper.sty' not found.
> >  
> 
> Install the LaTeX package footnotehyper. It's part both of MikTeX and
> TeXLive.

This stuff happens all the time. Like most other Linux people, I use
TeXLive, which has a program called tlmgr. So when I see something that
says:

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

I right away, logged in as root, perform the following two commands:

tlmgr install footnotehyper
texhash

I'm not even sure the second command is necessary.

Anyway, the operant fact is that if any LaTeX compiler says you're
missing a file, you're probably missing a package of the same name
(minus the extension),  and if you're lucky enough to use TeXLive, you
can install it quickly with tlmgr.

One more thing about TeXLive. Once a year it needs a complete overhaul
to bring it up to the next year's code. I'll leave it to others on this
list to give the tlmgr commands to make that happen.

SteveT

Steve Litt 
July 2019 featured book: Troubleshooting Techniques
 of the Successful Technologist
http://www.troubleshooters.com/techniques


Re: pdfoutput user guide error

2019-07-17 Thread Jürgen Spitzmüller
>
> Thanks, Jürgen
>
> My texlive 2019 is in /usr/local/texlive/2019
>
> But if I do
>
> export TEXINPUTS="$HOME/usr/local/texlive/2019"
>
This looks wrong, and setting TEXINPUTS should not be necessary.


> and tex --version
>
> I still get 2015
> TeX 3.14159265 (TeX Live 2015/Debian)
> kpathsea version 6.2.1
>
> What is wrong? I am using Linux Mint 18.3 Sylvia
>

You need to adapt your PATH:

export PATH=/usr/local/texlive/2019/bin/x86_64-linux:$PATH

to have this permanent, create a file named .profile (with the leading dot)
in your home directory (if it does not exist already) and add the above
line there. Log out and re-log in.

HTH
Jürgen


> Wolfgang
>
> Wolfgang
>


Re: pdfoutput user guide error

2019-07-17 Thread Jürgen Spitzmüller
Am Mi., 17. Juli 2019 um 09:56 Uhr schrieb Wolfgang Engelmann <
engelm...@uni-tuebingen.de>:

> If I try to pdflatex the user guide of the help menu, I get this error
> wiith LyX Version 2.3.3dev
>
> ! LaTeX Error: File `footnotehyper.sty' not found.
>

Install the LaTeX package footnotehyper. It's part both of MikTeX and
TeXLive.

Jürgen


> It does not output with
>
> show output anyway
>
> Wolfgang
>
>