LyXThe newest MacOs and the newest Lyx

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Frost
Posts: 5
Joined: Tue Feb 16, 2016 8:39 pm

The newest MacOs and the newest Lyx

Post by Frost »

Hi folks,

I have recently upgraded to El Capitan and promptly killed my nicely running Lyx. Without checking the web I also downloaded the newest Lyx version for a fix - which turned out to be quite the time sink. Lyx is now working again, however I am still missing some style documents (sty?) as I get nomencl.sty not found, subscript.sty not found and so on. It also killed my Elsevier (academic publishing) style.
Is this an issue related to my OS or with Lyx? Or TexShop? Any help for dummies would be appreciated. Do I need to download these files? If yes, where do they go?
Thanks,
F

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

The newest MacOs and the newest Lyx

Post by Stefan Kottwitz »

Hi Frost,

welcome to the forum!

Have a look at TeX on El Capitan. Does that document already help?

Stefan
LaTeX.org admin
Frost
Posts: 5
Joined: Tue Feb 16, 2016 8:39 pm

Re: The newest MacOs and the newest Lyx

Post by Frost »

Hi,
thanks for your answer. I used the link you posted to get Lyx working at all, however the following error still persists:
Latex error: file subscript.sty not found
\usepackage
[unicode=true,pdfusetitle,^^M
*** (cannot \read from terminal in nonstop modes)

Can someone explain me what it means? It is obviously related to subscript, however I don't know whether I need to install a file, give permission to use a file or ...?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

The newest MacOs and the newest Lyx

Post by Johannes_B »

That is something in your preamble, go to the preamble settings and place a percent sign (%) in front of the line \usepackage{subscript}. You don't need it.

Better to start from scratch and not by a template a friend or colleague gave you. From experience i can say: errors occur.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Frost
Posts: 5
Joined: Tue Feb 16, 2016 8:39 pm

The newest MacOs and the newest Lyx

Post by Frost »

Johannes_B wrote:That is something in your preamble, go to the preamble settings and place a percent sign (%) in front of the line \usepackage{subscript}. You don't need it.

Better to start from scratch and not by a template a friend or colleague gave you. From experience i can say: errors occur.
I tried putting it into the preamble, but it does not solve the problem. I also don't understand why I would need it now, when before it was not necessary?
The files are not from a template or colleague, it is all documents that worked before upgrading my OS and Lyx. As you can probably imagine it is very irritating to have dozens of lengthy documents (PhD work) that suddenly can't be compiled.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

The newest MacOs and the newest Lyx

Post by Johannes_B »

Well, if it wasn't in your preamble, another package might load subscript.

Try kpsewhich subscript.sty in a terminal. Does it give a result? If so, LyX makes trouble and i cannot help. If nothing is coming up, your MacTeX installation seems to be incomplete.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Frost
Posts: 5
Joined: Tue Feb 16, 2016 8:39 pm

Re: The newest MacOs and the newest Lyx

Post by Frost »

Thanks again! Nothing is coming up which is strange since I have just updated MacTex.
Is there something like a "clean" reinstall or anything I should consider other than deleting and redownloading it?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: The newest MacOs and the newest Lyx

Post by Johannes_B »

Check if you have TeX Live manager or TeX Live utility and try to install missing parts. If that does not work, reinstalling might be the simplest way.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Frost
Posts: 5
Joined: Tue Feb 16, 2016 8:39 pm

Re: The newest MacOs and the newest Lyx

Post by Frost »

Thanks, will give it a go later tonight. Proxy here doesn't like the utility (which I didn't know even existed).
Post Reply