Possible bug printing?

Possible bug printing? - Font type changes printing PDF - Messages

#1 Posted: 5/13/2020 7:24:20 PM
Alvaro Gavilán

Alvaro Gavilán

25 likes in 68 posts.

Group: User

Hello,

I would rather ask and confirm that this could be a bug report.

In some description texts for variables, when I print PDF, the font type returns to "Courier New", even after changing the font type in the code (notepad).

Is this a bug? Or there is a way to fix this font type when printing?

SMath capture:


Cambria.png


Print preview capture:


Courier New.png


Code capture:


Not Cambria.png


File:


HA-FUND-ZA.sm (198 KiB) downloaded 45 time(s).

(SMath Studio 0.99.7030.1435)

Thank you in advance,
#2 Posted: 5/13/2020 7:31:44 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

The only answer I have:
Print an Smath document on virtual PDF [CutePDT freeware]
Read from Adobe [freware] 1/1 original Smath quality and all.
#3 Posted: 5/13/2020 7:51:16 PM
Alvaro Gavilán

Alvaro Gavilán

25 likes in 68 posts.

Group: User

I tried it, but unfortunately that didn't solve the problem. The problem is already generated in the SMath preliminar view.
#4 Posted: 5/14/2020 1:37:14 AM
Alvaro Gavilán

Alvaro Gavilán

25 likes in 68 posts.

Group: User

Problem solved printing PDF with the latest version of SMath Stuido (0.99.7251)
1 users liked this post
Davide Carpi 5/14/2020 7:44:00 AM
#5 Posted: 5/26/2021 5:49:13 PM
Alejandro Pérez Lolas

Alejandro Pérez Lolas

0 likes in 4 posts.

Group: User

Hi.

In the most recent version of SMath Studio the font type of the description dialog cannot been changed. It is set by default to Verdana.

Anyone knows a way to change this default setting instead of changing each file in the code?.

In advance thank yor very much.
#6 Posted: 5/27/2021 12:32:23 PM
Alvaro Gavilán

Alvaro Gavilán

25 likes in 68 posts.

Group: User

Yes! I noticed this but did not have time to report. In SS 7808 one can only change the description font type in the file code.
#7 Posted: 5/27/2021 12:49:36 PM
overlord

overlord

549 likes in 1332 posts.

Group: Moderator

Several years ago I asked for this feature, changing font of descriptions.
I just use Courier New for both text, descriptions and functions by the way.
So I gave up with this but sure someone shall get benefit from it.

Regards
#8 Posted: 5/27/2021 2:18:27 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

In the most recent version of SMath Studio the font type of the description dialog cannot been changed. It is set by default to Verdana.


The font type was largely discussed/experimented in Mathsoft Collaboratory.
Especially Verdana with very little defendable.
Mathcad [8, 11] default equation ... is the poorest type Times New Roman,
prone to confusion mostly wrt the invisible decimal dot. Easy to change
from the font menu.
Native Smath was default best Courrier New for description/formulas/data.
This is so SS 6179, so lovely for publishing uniform book style documents.

FontStyle.PNG
#9 Posted: 5/27/2021 7:50:46 PM
Andrey Ivashov

Andrey Ivashov

2269 likes in 3729 posts.

Group: Super Administrator

Latest version of SMath Studio always uses Courier New for equations, Descriptions and Area Titles.
Text Region default font is Arial, but it can be easily changed using Fonts drop-down on the toolbar.
#10 Posted: 5/28/2021 11:11:34 AM
Alejandro Pérez Lolas

Alejandro Pérez Lolas

0 likes in 4 posts.

Group: User

Hi Andrey,

Thank you for your fast reply and for developing an amazing tool for math calculations.

I'm curious about the reasson for keeping blocked the possibilty of changing the font type for equations, descriptions and area titles, and if it will be a standard setting for future versions of the software. Is it possible to include a format menu on future versiones for changing the font for equations and others?. In case it wouldn't be possible, could be restored the capability of changing this by modifing the code in the file setting.prop?.

If an economic contribution would help to make the software more user-friendly on this aspect, I would be happy to help.

In advance thank you very much.



#11 Posted: 5/28/2021 12:36:59 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

changing the font for equations


Mathcad 11 has about 7 pre-user-defined formulas font.
You can increase no limit to amaze the birds.
Valery used it very few for demo, myself too ... horribly messy !
None Collabs have used it. IMHO, Smath Courrier New is best.
#12 Posted: 5/28/2021 12:55:21 PM
Andrey Ivashov

Andrey Ivashov

2269 likes in 3729 posts.

Group: Super Administrator

Wrote

I'm curious about the reasson for keeping blocked the possibilty of changing the font type for equations, descriptions and area titles, and if it will be a standard setting for future versions of the software. Is it possible to include a format menu on future versiones for changing the font for equations and others?.


It is just a question of time and priorities. Of course implementation of possibility to change font for equations is planned and it is not something too complex - I have almost everything to do it.

Wrote

In case it wouldn't be possible, could be restored the capability of changing this by modifing the code in the file setting.prop?.


Sorry, didn't know this is broken now. Will check asap.

Wrote

If an economic contribution would help to make the software more user-friendly on this aspect, I would be happy to help.


This kind of voting usually helps To say truth changing Font for equations is not something requested too often, so last several years it was always something to implement "soon". Will check if I can prioritize it...

Best regards.
#13 Posted: 5/31/2021 5:00:23 PM
Andrey Ivashov

Andrey Ivashov

2269 likes in 3729 posts.

Group: Super Administrator

Wrote

could be restored the capability of changing this by modifing the code in the file setting.prop?


I've checked modification of settings.prop and it works well.
math_font_1.jpg

Regarding implementation of font changing for equations: I've checked everything and see it is a complex thing:
  1. Currently SMath Studio designed to have a single font face for all math equations (because of performance reasons). Code should be redesigned to support more then one font.
  2. It is not clear for me if font for text and for math should be the same on the Worksheet or not? If not, then what UI to implement to allow user changing fonts for text and math against to each other?


So, I decided to spend a time on it after tomorrow's stable release. It is a significant change and we must test it seriously before publishing.

Best regards.
#14 Posted: 5/31/2021 5:51:07 PM
Alejandro Pérez Lolas

Alejandro Pérez Lolas

0 likes in 4 posts.

Group: User

Wrote

Wrote

could be restored the capability of changing this by modifing the code in the file setting.prop?


I've checked modification of settings.prop and it works well.
math_font_1.jpg

Sorry Andrey, I was not completely accurate. The problem is that now the description text do not change to arial and still on courier new when you change the settings.prop file. Please see the picutre below:

screenshot.png

Regarding implementation of font changing for equations: I've checked everything and see it is a complex thing:
  1. Currently SMath Studio designed to have a single font face for all math equations (because of performance reasons). Code should be redesigned to support more then one font.
  2. It is not clear for me if font for text and for math should be the same on the Worksheet or not? If not, then what UI to implement to allow user changing fonts for text and math against to each other?


So, I decided to spend a time on it after tomorrow's stable release. It is a significant change and we must test it seriously before publishing.

Wow, I believed it was as simple as make a shortcut in the menu bar to the file settings.prop. Thank you very much.

Best regards.



#15 Posted: 5/31/2021 7:26:51 PM
Alvaro Gavilán

Alvaro Gavilán

25 likes in 68 posts.

Group: User

Hello!

Thank you Andrey for reading this topic. It's the first time I can say THANK YOU for SMath Studio. I hope to further collaborate with this wonderful project, I am at the very beggining of this trip, since I heard about SMath Studio on april, 2020.

Regarding comments, I would be grateful if we can have a simpler way of changing description and math default font types in a worksheet.

As a workaround that could help you, Melo15, I attach here an image that could be useful. Saludos!

Hope it helps!

comment example.png

test comment.sm (14 KiB) downloaded 52 time(s).
1 users liked this post
Andrey Ivashov 5/31/2021 7:50:00 PM
#16 Posted: 6/4/2021 4:02:13 PM
Alejandro Pérez Lolas

Alejandro Pérez Lolas

0 likes in 4 posts.

Group: User

Wrote

Hello!

Thank you Andrey for reading this topic. It's the first time I can say THANK YOU for SMath Studio. I hope to further collaborate with this wonderful project, I am at the very beggining of this trip, since I heard about SMath Studio on april, 2020.

Regarding comments, I would be grateful if we can have a simpler way of changing description and math default font types in a worksheet.

As a workaround that could help you, Melo15, I attach here an image that could be useful. Saludos!

Hope it helps!

comment example.png

test comment.sm (14 KiB) downloaded 52 time(s).



Thank you Alvaro.
#17 Posted: 5/18/2023 2:04:06 PM
CLEISON ARMANDO MANRIQUE AGUIRRE

CLEISON ARMANDO MANRIQUE AGUIRRE

0 likes in 2 posts.

Group: User

So you can change the font to be similar to Mathcad Prime ?
  • New Posts New Posts
  • No New Posts No New Posts