octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56338] printing the pie chart with -pdflatex


From: vasiliy
Subject: [Octave-bug-tracker] [bug #56338] printing the pie chart with -pdflatex does not escape the %-sign
Date: Fri, 17 May 2019 06:25:47 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?56338>

                 Summary: printing  the pie chart with -pdflatex does not
escape the %-sign
                 Project: GNU Octave
            Submitted by: vasiliy22
            Submitted on: Пт. 17 мая 2019 10:25:45
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

to reproduce:

a=[1 2];
pie(a);
print("test", "-dpdflatex");

results in a test.tex that cant be compiled by pdflatex. The reason ist, that
the pie chart does not escape the % sign, when the labels on pie chart are
constructing automatically




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56338>

_______________________________________________
  Сообщение отправлено по Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]