Defect #9533
Redmine Wiki Gchart LaTeX-style Formula plugin and PDF export
Status: | Closed | Start date: | 2011-11-06 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | PDF export | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
If a wiki page contains formula generated by Redmine Wiki Gchart LaTeX-style Formula plugin it is not rendered in the generated PDF. Instead, the formula code is rendered.
This is a sample wiki page:
This is how it is rendered into PDF:
The plugin is from https://github.com/masamitsu-murase/redmine_wiki_gchart_formula/ and the version is 0.0.2.
Redmine is current trunk r7746.
Related issues
History
#1
Updated by Ivan Cenov over 10 years ago
#2
Updated by Masamitsu Murase over 10 years ago
Hi Ivan Cenov,
Thank you for using Wiki Gchart plugin, and I'm sorry for inconvenience.
As you mentioned, I also think that this is an issue of Redmine's PDF export.
I will investigate if this issue is not solved after solving the issue #3261.
Regards,
Murase
#3
Updated by Masamitsu Murase over 10 years ago
#9693 is the new related ticket.
#4
Updated by Yoav HaCohen over 10 years ago
Another problem is with ampersand inside a formula.
For example, the following formula doesn't work: {{latex(A=\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix})}}
#5
Updated by Ivan Cenov over 10 years ago
Export to e-mail notifications is bad too:
another latex {{latex(x=a+b+c+d)}}renders as
another latex x=a+b+c+dAnd
before latex {{latex(\frac{a}{b})}} after latexrenders as
before latex \frac{a}{b} after latex
#6
Updated by Masamitsu Murase over 10 years ago
Hi Yoav.
Thank you for your report and I'm sorry for late reply.
I found that the bug of this plugin causes this issue.
I will release fixed version by the end of this month.
I opened an issue ticket on my GitHub page.
If you have any questions, please add your comments to the ticket.
Regards,
Murase
Yoav HaCohen wrote:
Another problem is with ampersand inside a formula.
For example, the following formula doesn't work: {{latex(A=\begin{bmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix})}}
#7
Updated by Masamitsu Murase over 10 years ago
I've just released fixed version about 'ampersand error'.
I've also changed internal implementation, so this version shows raw string, such as '{{latex(a=b+c)}}', in PDF and email as is the case with other macros.
#8
Updated by Ivan Cenov over 5 years ago
Please close this issue. It is too old. Google does not support these things this way.
#9
Updated by Toshi MARUYAMA about 5 years ago
- Status changed from New to Closed