LyXpath changed from copyeditor in lyx

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
mathgeek11
Posts: 3
Joined: Fri Jul 22, 2016 9:19 pm

path changed from copyeditor in lyx

Post by mathgeek11 »

I am new to lyx. Tried to search for this problem, but can't seem to find a discussion about this.

I sent a tex file to a copyeditor to work on. He sent back the lyx file. I accepted track change, and tried to compile, but it doesn't work. Then I noticed all the paths are wrong now.
For example.

This was original:

Code: Select all

\begin{centering}
\includegraphics{table/table6}
\end{centering}
now it's

Code: Select all

\begin{centering}
\includegraphics{../../Downloads/table/table6}
\end{centering}
I can correct them manually, but I am wondering if there are better ways to work around it? Is it something I should tell copyeditor next time?

Thanks.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

path changed from copyeditor in lyx

Post by Johannes_B »

mathgeek11 wrote:Is it something I should tell copyeditor next time?
Definitely.

I bet LyX has a search and replace option. Use that, but make a backup beforehand. And i would confirm every instance, and not just hit change all.

I have to ask: You sent a tex file, and he sent back a lyx file?

Off-topic note: The environment ist called center, but you are most likely looking for the command \centering.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
mathgeek11
Posts: 3
Joined: Fri Jul 22, 2016 9:19 pm

Re: path changed from copyeditor in lyx

Post by mathgeek11 »

Thanks for the reply. I know there is a replace option [in winedt, which I am more familiar with], and I used it to correct mine.

But I am just curious why would the paths change like that. I dont 'think the copyeditor tried to change them.

What can the copyeditor do so that they won't be changed.

I sent him the tex file and he sent back the lyx. (I also downloaded lyx so i can check the track changes).
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: path changed from copyeditor in lyx

Post by Johannes_B »

Sorry, i am tired.

The editor is either a very experienced user of LaTeX and send you the lyx file in order to get you up to the next level ...
Or (really sorry here) a person that doesn't know what's going on.

I have to say, i am very very tired, but ... i guess it is the latter.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: path changed from copyeditor in lyx

Post by Stefan Kottwitz »

I think just talk with the copyeditor.

It's late here too, though, 2 am in Toronto. :-)

I published 2 books and there were various editors, busy but usually good to talk about issues.

Stefan
LaTeX.org admin
mathgeek11
Posts: 3
Joined: Fri Jul 22, 2016 9:19 pm

Re: path changed from copyeditor in lyx

Post by mathgeek11 »

Hi, I am still not getting an answer. Why would the path changed by itself (Since I don't think neither the editor nor me change it)?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: path changed from copyeditor in lyx

Post by Stefan Kottwitz »

Somebody changed it. Just that one (possibly, but maybe the copyeditor wasn't asked) doesn't know.
Nothing happens by itself, somebody does by accident or doesn't know or a program has a bug (but changing to a concrete other path - I doubt).

Stefan
LaTeX.org admin
scottkosty
Site Moderator
Posts: 542
Joined: Sat Sep 01, 2012 6:38 am

Re: path changed from copyeditor in lyx

Post by scottkosty »

There could be a bug in LyX that caused this. That is not expected behavior. But unless we know the exact steps that the copy editor did and we can reproduce the bug ourselves, there's nothing we can do.

If you can do what you think the copyeditor did and reproduce this issue, then we can look into it further.
Post Reply