Bug 55561 - Formula Create a PDF with the code of LO Formular and in background some formula
Summary: Formula Create a PDF with the code of LO Formular and in background some formula
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Formula Editor (show other bugs)
Version:
(earliest affected)
4.0.0.0.alpha0+ Master
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-03 04:58 UTC by Maximiliano Castañón
Modified: 2015-01-20 15:40 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Formula code (8.57 KB, application/vnd.oasis.opendocument.formula)
2012-10-03 04:58 UTC, Maximiliano Castañón
Details
Formula exported to PDF (44.50 KB, application/pdf)
2012-10-03 04:59 UTC, Maximiliano Castañón
Details
Versión: 4.3.0.0.beta1 Id. de compilación: 2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f (57.49 KB, application/pdf)
2015-01-20 15:40 UTC, Maximiliano Castañón
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maximiliano Castañón 2012-10-03 04:58:58 UTC
Created attachment 68020 [details]
Formula code

I have created a Formula with LO Formula 3.6.2.1 who printed ok, and looks ok in LO Formula, but when exporting it to PDF it create an unusable document, I attached it to you guys.

The code?

Indice Simple 
newline 
Iq={Qn} over {Q0} 
newline
Ip={Pn} over {P0} 
newline
Iv={Qn*Pn} over {Q0*P0}
newline
newline
Las Peyres
newline
IP_la={{Pn*Q0} over {P0*Q0}} newline
IQ_la={{P0*Qn} over {P0*Q0}} newline newline
Paasche newline
IP_pa={{Pn*Qn} over {P0*Qn}} newline
IQ_pa={{Pn*Qn} over {Pn*Q0}} newline newline
Ideal Fisher newline
IP_fi=sqrt{IP_la*IP_pa} newline
IQ_fi=sqrt{IQ_la*IQ_pa} newline newline
Promedio Móvil Simple(PMS) newline
PMS indica N donde N es la cantidad de valores Y a promediar newline newline
Promedio Móvil Ponderado(PMP)
newline
F_x=S1*(Y-2)+S2*(Y-1)
newline
newline
Suavización Exponencial Simple(SES) newline
F1=Y1 newline
Ft=alfa * y_t-1+(1 - alfa) *F_t-1 newline newline
Análisis de Error (EC ECM) newline
EC=sum (Y_i-F_i)^{2} newline  newline
Desviación absoluta media del error (DAM) newline
DAM_t= {1} over {t}sum lline e_i rline = {1} over {t}sum lline Y_i - F_i rline newline newline
Porcentaje Absoluto (PAME) newline
PAME_t=sum {lline e_i rline over {Y_t} } newline
PAME_1=sum {lline e_1 rline over {Y_1}*100 }
Comment 1 Maximiliano Castañón 2012-10-03 04:59:50 UTC
Created attachment 68021 [details]
Formula exported to PDF

Presents Problems in the exported file.
Comment 2 Maximiliano Castañón 2012-12-08 23:17:36 UTC
I can say, this still showing the text of the formula in the body of the exported PDF, there is no changes on it.
Comment 3 Maximiliano Castañón 2012-12-08 23:19:23 UTC
I have tested on last version of LO, someone could confirm this? because probably I'm losing something, someone could check if some option it's creating this problem? thanks
Comment 4 Maximiliano Castañón 2012-12-08 23:19:59 UTC
(In reply to comment #3)
> I have tested on last version of LO, someone could confirm this? because
> probably I'm losing something, someone could check if some option it's
> creating this problem? thanks

Tested on: 

Versión 4.1.0.0.alpha0+ (ID de compilación: a25b3dd6c474f2a496c0ba2b1d24926ea60417d)
TinderBox: Linux-x86_64_11-Release-Configuration, Branch:master, Time: 2012-12-07_14:56:23
Comment 5 Emir Sarı 2012-12-09 08:27:06 UTC
Confirmed using 4.0.0.0 beta1 on OS X 10.7.5

Same behaviour when exported to PDF as Maximiliano's attached PDF document.
Comment 6 QA Administrators 2015-01-05 17:51:20 UTC
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of LibreOffice (4.3.5 or later): https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case)

Thank you for your help!

-- The LibreOffice QA Team
Comment 7 Matthew Francis 2015-01-17 01:22:10 UTC
A Writer document containing this formula appears to export correctly in 4.3 and 4.4.

Setting RESOLVED - WORKSFORME
Comment 8 Maximiliano Castañón 2015-01-20 15:40:29 UTC
Created attachment 112555 [details]
Versión: 4.3.0.0.beta1 Id. de compilación: 2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f

Which version did you try?