From: Matt H. <mjh...@us...> - 2018-12-21 17:54:48
|
--- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 05:54 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-12-21 19:22:37
|
Thank you for reporting this. Could you provide a minimal tex file to reproduce the problem ? --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 05:54 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Matt H. <mjh...@us...> - 2018-12-21 19:48:51
|
Sure thing. Here you are > On Dec 21, 2018, at 2:22 PM, Bernard Desgraupes <bde...@us...> wrote: > > Thank you for reporting this. Could you provide a minimal tex file to reproduce the problem ? > > [tickets:#211] <https://sourceforge.net/p/alphacocoa/tickets/211/> TeX Mode error using standard package > > Status: open > Created: Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad > Last Updated: Fri Dec 21, 2018 05:54 PM UTC > Owner: nobody > Attachments: > > solnmanual.log <https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log> (71.3 kB; application/octet-stream) > When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: > "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." > > It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. > > Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/alphacocoa/tickets/211/ <https://sourceforge.net/p/alphacocoa/tickets/211/> > To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ <https://sourceforge.net/auth/subscriptions/> --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 07:26 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Matt H. <mjh...@us...> - 2018-12-21 19:26:19
|
Sure thing. Attachments: - [test.tex](https://sourceforge.net/p/alphacocoa/tickets/_discuss/thread/a411a07555/9fa1/attachment/test.tex) (99 Bytes; application/x-tex) --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 07:22 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Joachim K. <jk...@us...> - 2018-12-21 21:12:28
|
Thanks for reporting this and thanks for the log file. There is indeed an unbalanced parenthesis in line 565 of the log file, issued by the package as part of some message from the package. A minimal patch would consist in taking exception for this kind of message. But potentially other packages could issue messages with unbalanced parentheses and there is no point in trying to detect them in packages, since presumably packages have no errors (the parens matching is only for the sake of error browsing), so a more thorough fix would consist in only starting the parens matching business once tex actually begins reading the main input file. I will look into this. Cheers, Joachim. --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 07:26 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Joachim K. <jk...@us...> - 2018-12-21 21:14:44
|
My last sentence does not make sense, because all packages are of course input from the main file. But it is true that I will look into a better fix. --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 09:12 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Chris S. <cs...@us...> - 2018-12-21 21:54:06
|
Hi Matt, In my experience, once this happens the unbalanced parameters sit in the log file and kills all subsequent runs of LaTeX. It may not solve the problem but, if you haven’t done so, delete the existing log file (I usually throw out everything except the source files) and start the process as though it is the first time it has been run. That often helps, although is a workaround rather than a real fix for the problem. I hope this helps. Cheers, Chris. From: Joachim Kock via AlphaCocoa-devel <alp...@li...> Reply-To: "[alphacocoa:tickets]" <21...@ti...> Date: Saturday, 22 December 2018 at 8:15 am To: "alp...@li..." <alp...@li...> Cc: Joachim Kock <jk...@us...> Subject: [Alphacocoa-devel] [alphacocoa:tickets] #211 TeX Mode error using standard package My last sentence does not make sense, because all packages are of course input from the main file. But it is true that I will look into a better fix. ________________________________ [tickets:#211]<https://sourceforge.net/p/alphacocoa/tickets/211/> TeX Mode error using standard package Status: open Created: Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad Last Updated: Fri Dec 21, 2018 09:12 PM UTC Owner: nobody Attachments: * solnmanual.log<https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log> (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. ________________________________ Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/<https://sourceforge.net/p/alphacocoa/tickets/> To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options.<https://sourceforge.net/p/alphacocoa/admin/tickets/options.> Or, if this is a mailing list, you can unsubscribe from the mailing list. --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 09:14 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Joachim K. <jk...@us...> - 2018-12-22 16:00:45
|
Hi again, a miminal fix is to add these three lines to tetexComm.tcl, in line 2080 (after the other entries of the patList): # The following is specifically to remove an unbalanced # message issued by the 'physics' package: lappend patList {\. Defining command [^\r\n]*} I have tested it. Would you apply the patch, Bernard? I have some trouble with svn :-( In the long run, I want to revise the whole logfile scanning mechanism. It is not fair that this error message should bother innocent users who might not even use error browsing. It should be decoupled from the general tex run and only be performed on the fly when error browsing is invoked. And the error handling should be more graceful. I will implement this structural change and test it thoroughly over the coming weeks. Cheers, Joachim. --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Fri Dec 21, 2018 09:14 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2018-12-22 16:24:59
|
Thank you Joachim for looking into this. I have just committed your patch to the repository ([rev. 1607](https://sourceforge.net/p/alphacocoa/code/1607/)). --- ** [tickets:#211] TeX Mode error using standard package** **Status:** open **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Sat Dec 22, 2018 04:00 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2019-01-10 06:56:26
|
- **status**: open --> fixed --- ** [tickets:#211] TeX Mode error using standard package** **Status:** fixed **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Sat Dec 22, 2018 04:24 PM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2019-01-22 18:26:24
|
- **status**: fixed --> closed - **Version**: 9.0.2 --> 9.0.3 --- ** [tickets:#211] TeX Mode error using standard package** **Status:** closed **Created:** Fri Dec 21, 2018 05:54 PM UTC by Matt Haddad **Last Updated:** Thu Jan 10, 2019 06:56 AM UTC **Owner:** nobody **Attachments:** - [solnmanual.log](https://sourceforge.net/p/alphacocoa/tickets/211/attachment/solnmanual.log) (71.3 kB; application/octet-stream) When using the "physics" package in pdfLaTeX (a standard package included in distribution) I get the following error upon compilation: "Unbalanced parentheses in the log file could not be resolved. Please report this, annexing the log file to the report." It happens on each run of pdfLaTeX and on all computers that I have been able to test this on. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |