  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
New Beta SMath Studio 0.98.6528 is available!Tiny, but powerful mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book. List of changes (between 0.98.6515 and 0.98.6528 versions)Improvements- Cursor becomes hidden when user starting type from keyboard and displays back again if any mouse action detected (to prevent situations when cursor overlaps text on the Worksheet);
- Image is now put into the Clipboard on Regions copy, so it can be used by any program where image is acceptable object to paste;
- Number is always shown before unit after numeric calculation. Unit is always follow "1" if no other number available;
- SS-174 Equations rendering logic rewritten to use vector-based drawing for operators and parenthesis to implement better quality of visualization and printing;
- SS-48 Added ability to configure formatting of every type of the equation entries (font, size, color, etc.). See "Tools" > "Options" > "Equations formatting";
- Variable/function/unit name index uses smaller font size now;
- Silent mode output updated to display current CLR version used to run SMath Studio;
- SS-2434: Loading speed and stability significantly improved;
- Splash screen made movable and can be closed by doubleclick now;
- Added ability to accept Enter button as a selector of suggested value within Dynamic Assistance list if user explicitly did a search within a list using mouse or keyboard.
Corrections- SS-3477: Plug-in name restored into Dynamic Assistance tooltip;
- Inserting of a digit right at start of the unit, function name or parenthesis do not leads to incorrect unit or function name anymore;
- Note about required application restart removed from Options dialog;
- Save to EXE using full version of SMath Viewer (using unique activation code) restored.
Miscellaneous- SMath Studio switched to use .Net 4.0 when it is available;
- Text colors and sizes related refactoring;
- Interface translations updated.
Changes introduced in current buildImprovements- Cursor becomes hidden when user starting type from keyboard and displays back again if any mouse action detected (to prevent situations when cursor overlaps text on the Worksheet).
Miscellaneous- SS-3490: Linux support restored;
- Zero-width issue of boolean more or equal operator fixed;
- Operators do not look blured anymore (on Windows);
- The following functions supports font size now and have vector based rendering implemented: int(2), int(4), for(3), for(4), sum(1), sum(4), product(4), range(2), range(3).
DownloadScreenshots of the new functionality
  Hint: See C:\Program Files (x86)\SMath Studio\representation\settings.prop (with Notepad) to create your own equations formatting rules. Edited by user 15 November 2017 23:55:25(UTC)
| Reason: Not specified
|
 10 users thanked Andrey Ivashov for this useful post.
|
on 08/11/2017(UTC), on 08/11/2017(UTC), on 08/11/2017(UTC), on 08/11/2017(UTC), on 09/11/2017(UTC), on 09/11/2017(UTC), on 10/11/2017(UTC), on 14/11/2017(UTC), on 16/11/2017(UTC), on 18/11/2017(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
The new formatting options look promising. Is there a reason for having all fonts downscaled to 80% in the pre-set configurations? I feel like compensating this by changing the font size to 12. ![2017-11-07 22_17_28-SMath Studio - [Page1_].png](/forum/resource.ashx?a=19517&b=2) |
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
It is just because of diference between fonts: Arial and Courier New. Arial looks more tiny and a bit smaller. But one of the main changes is that now SMath Studio fully supports all kind of fonts to be used in equations, so you can choose any other one you like (it can be done altering C:\Program Files (x86)\SMath Studio\representation\settings.prop file with notepad) or increasing font-size (you can set size=120% f.e.). In future I will provide UI of such kind of customizations, but for now I need to fix several issues related to new approach of rendering equations.
Thank you for the comment!
Best regards.
|
 1 user thanked Andrey Ivashov for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
Thanks, Andrey. I already saw that the 80% only applies to subscripts. What is the idea about keeping smath sheets consistent between users? The same document can have totally different appearance if the users have different formatting settings. If I scale the fonts up to keep them readable this might create overlapping regions if they were created with different settings. Will there be a choice to make the settings being part of the document? Perhaps with the option that any other user can deliberately override it with his own settings. But then he is in charge for any mess created. A short test showed the following issues (some of them might be matter of taste). I understand this is work in progress...  formatting.sm (6kb) downloaded 63 time(s).EDIT: The functions are deliberately set to italic in "Standard". Thus this can be fixed using a custom style. Edited by user 08 November 2017 01:54:15(UTC)
| Reason: Not specified |
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Yes, here is the idea: 1) settings.prop file located in ProgramFiles folder which means it is a part of distribution package and should not be changed by user; 2) During several releases we will test the functionality, so I have allowed to change settings.prop file in order to find the best final presents together with community (final presets will result in more or less equal equation sizes, so changing them will not break layout of already created worksheets); 3) As soon as final presets is determined changing of this file will become impossible or it will be just not suggested anymore; 4) UI will be developed to allow anyone to change presets using some convenient dialog with appropriate options but all the changes will become a part of the worksheet. Meaning that settings.prop file will never be changed.
Regarding errors you found: almost all of them are known (I also have about 10 others). 3-rd one is already fixed and will be a part of the next build. Changes introduced are very complex, so I expect it will take some time to make something close to ideal. But we will do it!
Thank you very much, Martin!
|
 1 user thanked Andrey Ivashov for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
I felt encouraged to play around a bit. I wonder why the font in math regions must be scaled to 120% to result in the same font size as in text regions of the same font. Perhaps we are entering an era, where people become more picky about appearance issues of SMath sheets. The monospaced text regions become inappropriate now... Code: <drawing name="Standard MK">
<math>
<entry type="number">
<font family="Times New Roman" size="120%"/>
</entry>
<entry type="string">
<font family="Times New Roman" color="#a31515" size="120%"/>
</entry>
<entry type="variable">
<font family="Times New Roman" italic="true" size="120%" />
<subscript>
<font size="100%" italic="false" />
</subscript>
</entry>
<entry type="function">
<font family="Times New Roman" size="120%" />
<subscript>
<font size="100%" italic="false" />
</subscript>
</entry>
<entry type="unit">
<font family="Times New Roman" color="#0000ff" size="120%" />
<subscript>
<font size="100%" />
</subscript>
</entry>
<entry type="special">
<font family="Times New Roman" bold="true" size="120%"/>
<subscript>
<font size="100%" />
</subscript>
</entry>
</math>
</drawing>
 formatting.sm (11kb) downloaded 77 time(s). |
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,557   Location: Italy Was thanked: 1279 time(s) in 841 post(s)
|
I think that ideally in the final draft each user should be able to define his own styles in the %APPDATA% directory, then the attributes of used styles should be included in the header of the worksheet, and the files in the installation directory left untouched. Same thing for units. Just my 2 cents  Edited by user 08 November 2017 03:32:27(UTC)
| Reason: Not specified |
If you like my plugins please consider a donation to SMath Studio; for personal contributions to me: paypal.me/dcprojects |
 1 user thanked Davide Carpi for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
Originally Posted by: Davide Carpi  I think that ideally in the final draft each user should be able to define his own styles in the %APPDATA% directory, then the attributes of used styles should be included in the header of the worksheet, and the files in the installation directory left untouched. Same thing for units. Just my 2 cents  Yes, and any user should be able to inspect/modify the definitions embedded in a document, perhaps in the document properties. This also applies for calculation settings. One could provide templates (examples?) with certain sets of settings. |
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Topic updated - new SMath Studio 0.98.6522 released. New visualization approach improved and polished. The main change is that now SMath Studio knows if function/variable is defined by user or built-in and based on this different fonts may be used for visualization. Note: new default formatting preset defined (I plan to use it in the upcoming stable release). Please try and comment what you think. Best regards! Edited by user 10 November 2017 00:30:55(UTC)
| Reason: Not specified
|
 3 users thanked Andrey Ivashov for this useful post.
|
on 09/11/2017(UTC), on 09/11/2017(UTC), on 10/11/2017(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 257  Was thanked: 86 time(s) in 54 post(s)
|
Thanks Andrey. This new functionality seems to work for me. I love it. |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 311   Location: italy Was thanked: 107 time(s) in 91 post(s)
|
Hello, I encountered the following visualization problem in the use of vectorize (equations formatting: Default, Old Style, Standard) sergio 
|
 1 user thanked PompelmoTell for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,557   Location: Italy Was thanked: 1279 time(s) in 841 post(s)
|
Originally Posted by: PompelmoTell  Hello, I encountered the following visualization problem in the use of vectorize (equations formatting: Default, Old Style, Standard) sergio  Seems that the boolean operator "greater than or equal to" is not drawn, unrelated to vectorize I experience some horizontal misalignments (caret position, empty placeholders, ...), I am the only one? ![2017-11-09 09_14_06-SMath Studio - [Page1.sm_].png](/forum/resource.ashx?a=19551&b=2) ![2017-11-09 09_09_12-SMath Studio - [Page2_].png](/forum/resource.ashx?a=19549&b=2) Edited by user 10 November 2017 14:33:41(UTC)
| Reason: Not specified |
If you like my plugins please consider a donation to SMath Studio; for personal contributions to me: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 10/11/2017(UTC), on 10/11/2017(UTC)
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,578  Was thanked: 947 time(s) in 775 post(s)
|
Originally Posted by: Davide Carpi  I am the only one? You are not the only one Davide. Mathcad 11 was not better at all. There are few things those days [equation colors ...] My preference are different by priorities: 1. Work sheet background color ON/OFF by click, like Mathcad. 2. Copy a section of work sheet, paste in IrfanView. 3. Few more Windows convivialities [ copy/paste images ...] Jean Tips.sm (45kb) downloaded 60 time(s).
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Quote:I experience some horizontal misalignments (caret position, empty placeholders, ...), I am the only one? Yes, I'm working hard right now to fix these issues. Quote:Copy a section of work sheet, paste in IrfanView. Good idea. Will add this feature into the next beta release. Best regards.
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,603   Was thanked: 1972 time(s) in 661 post(s)
|
Topic updated: new SMath Studio 0.98.6523 released. Many improvements done for equations visualization, restoring of performance on calculation and new functionality requested by
Jean Giraud
implemented. Please make sure you are using Default equations formatting (in Options dialog) as this preset is now priority 1. Note: Linux problem is not handled yet. Please test. Edited by user 11 November 2017 00:41:32(UTC)
| Reason: Not specified
|
 1 user thanked Andrey Ivashov for this useful post.
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
Impressive rate of progress! At low resolution/small font size, the old formatting is easier to read, mainly due to the blur of the thin-lined operators. Pasting multiple regions as image is nice. When the maxima-plugin is downloaded from the gallery and the offer to search for Maxima is confirmed, then the setup dialog automatically closes instead of waiting for user input. The dialog can only be used after next start of SMath. Feature proposal: pan the canvas by drag with the middle mouse button (as alternative to use the scrollbars) formatting.sm (28kb) downloaded 55 time(s).![2017-11-11 00_51_09-SMath Studio 0.98.6523 - [formatting.sm].png](/forum/resource.ashx?a=19561&b=2) |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
Some issues with higher font sizes: ![2017-11-11 01_25_59-SMath Studio 0.98.6523 - [formatting.sm_].png](/forum/resource.ashx?a=19562&b=2) |
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 11/11/2017(UTC) Posts: 7  Was thanked: 1 time(s) in 1 post(s)
|
Absolutely loving the changes (and software) - great work. Ive experienced some strange font scaling issues in in the two latest builds (using the latest right now). As I change the font size using either the settings menu or the toolbar option, the effect seems inversed and interacting with each other. Furthermore, they dont display the correct font scale value. As I press enter in the first image, one expects the typeface to get larger (from 7 to 14), yet the inverse happens. As I open the settings again, it displays a 10, and thus does not remember the latest changes. This effect doesnt appear to be linear, although its hard to notice when scaling. The problem is not specific to any particular file, but occurs whenever I change font sizes, and persists through restart/new file.  
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 1,822  Was thanked: 1001 time(s) in 641 post(s)
|
The font settings under Tools> Options shouldn't have immediate effect at all. AFAIK this is just the default setting for new documents and can be overridden at any time by the toolbar entry for font size.
I'd recommend to clearly indicate the scope of the options in the dialog.
Some of them take immediate effect and there is no way to override the setting locally (per document or per region) - precision of integrals - multiple value results - language, separator, equation formatting
Some of them are default settings applying only for new documents or for new regions - result formatting - solve interval - color, font size...
BTW, I think that settings like multiple value results and precisions of integrals should have region scope.
|
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 311   Location: italy Was thanked: 107 time(s) in 91 post(s)
|
The reported problem persists (post #11), but it is specified that it is only for the >= and not for <=, > , <.
sergio
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.