Anthrazit

770 Reputation

11 Badges

5 years, 27 days

MaplePrimes Activity


These are replies submitted by Anthrazit

@nm 

According to the release information, the Latex converter doesn't work with components.

So even if for some workbooks the converter might give sufficient results, it won't do the job for workbooks with components.

I fully support your request, and have recently filed a similar thing to Maplesoft.

Every software that does have a closed non-open format needs to be able to export their output to a format that can be readable in the future. Calculations need to be readable by third party companies for review and check for example.

See https://www.mapleprimes.com/questions/231729-Print-Document--Page-Layout

I've reinstalled 2020 again, and working on the same workbook in Maple 2020 doesn't cause any troubles.

This seems to be a new bug introduced into Maple 2021.

I found out that I can save the workbook exactly one time. The second time I try to save I get this error message.

However something needs to be done inbetween, just clicking twice on the save button doesn't trigger the problem.

Need to try to find out a bit more.

I've had a quick look at the homepage of one the company which software we used previously, before switching to Maple.

Mathcad is now on version Prime 7.0, and what's new is more or less combo-boxes for input (back again from version 15 many years ago), API guide, save as PDF (?), the possibility to convert from old legacy versions without installation of the old version, and some zoom and scroll functions.

Update from Maple 2020 to 2021 would take me at least halv a day to go through all the changes, and I wouldn't understand half of it either.

So I do not regret that we made the switch 2 years ago.

@tomleslie 

Here's a little extension to your code.

When doing the same thing in a Maple Code attachment, the characters used is 216.

This one is connected to https://www.mapleprimes.com/questions/231765-Special-Characters-In-Maple-Workbook-Code.

Which also leads to the problem that you can't compare strings from the Maple Code attachment, and components or variables from the main code.

asciiStuff.zip

Same thing as discussed in this thread?

https://www.mapleprimes.com/posts/214334-SubString-With-Special-Characters

There are apparently different ways to get this character in addition.

https://dev.w3.org/html5/html-author/charref shows 3 more methods, and all of them seem to work.

  • Ø
  • Ø
  • Ø

I've actually posted that one as a wishlist for 2021 as well.

https://www.mapleprimes.com/posts/213142-What-Are-The-Main-Things-You-Like-To#comment204280

Don't do that, Maple hasn't thought about that problem yet.

See that post: https://www.mapleprimes.com/questions/230000-Multiuser-On-Maple-Workbook

@acer 

...which again proves, that there isn't anything that could be called stupid question.

But...

substring actually gives the same result, and here there is no reference to the same limitation.


 

with(StringTools)

a := "Øyeblikk"

"Øyeblikk"

(1)

SubString(a, 2 .. ())

"�yeblikk"

(2)

SubString(a, 1 .. ())

"Øyeblikk"

(3)

SubString(a, 3 .. ())

"yeblikk"

(4)

substring(a, 2 .. ())

"�yeblikk"

(5)

``


 

Download SubString.mw

@acer 

Either I am blind or I don't see it.

@acer 

A yes to the first question, a maybe to the second.

Are you referring to something specific?

@TechnicalSupport 

I didn't catch the meaning of the first sentence.

Could you post a modified code?

Filed Technical Request on this one.

First 8 9 10 11 12 13 14 Last Page 10 of 18