bugGNU Octave - Bugs: bug #57174, print -dpdflatexstandalone...

 
 

bug #57174: print -dpdflatexstandalone includes a spurious quotation mark in .tex output file

Submitter:  Mike Miller <mtmiller>
Submitted:  Tue 05 Nov 2019 07:39:10 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Nov 2019 08:15:43 PM UTC, comment #1: 

Yes, found and fixed on the default branch

https://hg.savannah.gnu.org/hgweb/octave/rev/2f4213af7067

Mike Miller <mtmiller>
Group Member
Tue 05 Nov 2019 07:39:10 PM UTC, original submission:  

On the current default branch, print -dpdflatexstandalone produces a .tex file that contains an extra quotation mark, for example


\includegraphics{"example-inc}


This causes the pdflatex command run by the user to hang with an error


! LaTeX Error: File `"extended-inc' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.13 \includegraphics{"extended-inc}

?


This also causes the build to fail, since plotimages.m calls pdflatex, and it hangs indefinitely on the syntax error.

This may have something to do with the file name quoting changes made for bug #49718.

Mike Miller <mtmiller>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only group members can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2019-11-05 mtmiller StatusNone Fixed
    Open/ClosedOpen Closed
2019-11-05 mtmiller Carbon-CopyRemoved 80942 -

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code