New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 13:29, 29 November 2024SMath Studio Drawing (hist | edit) ‎[529 bytes]Gleb.Zaborshchikov (talk | contribs) (Created page with "The SMath Studio Drawing library is an important part of the SMath Studio engine. It is responsible for platform-independent graphics and native SVG rendering. == How to download and use == The most convenient way to access the library is to download it via [https://www.nuget.org/ Nuget]: https://www.nuget.org/packages/SMathStudio.Drawing The SMath Studio Drawing library can be included into your project using the built-in Nuget package manager in the Visua...")
  • 13:02, 26 September 2024Recreating SMath Database (hist | edit) ‎[1,404 bytes]Gleb.Zaborshchikov (talk | contribs) (Created page with "In some rare cases like lost admin password or internal data inconsistency it may be required to recreate Local Licensing Server database. It may be performed as follows: * Navigate to the folder from where you initialized your server application. It is where your compose file is stored * Stop server application by calling <nowiki>docker compose down</nowiki> * After server application is stopped you need to clean up docker volume, containing server database. I...")
  • 17:27, 23 September 2024Dynamic Assistance (hist | edit) ‎[739 bytes]Andrey.Ivashov (talk | contribs) (Created page with "Dynamic Assistance is a SMath Studio built-in tool which allows to see context dependent list of available variables, functions and units. It can be disabled or enabled using ''Dynamic assistance'' item in ''View'' menu. == Use cases == Show the Dynamic Assistance UI: * Start typing letters to display a pop-up list with context dependent definitions. * Pop-up list of available definitions can be manually called by pressing <nowiki>Ctrl+Space</nowiki>. Sele...")
  • 09:51, 22 September 2024German Keyboard Shortcuts (hist | edit) ‎[4,495 bytes]Martin.Kraska (talk | contribs) (Created page with "== Insert == '''"''' - Insert text<br> ''' ' ''' - Insert units<br> '''\''' - Insert square root<br> '''[''' - Insert function el()<br> ''']''' - Insert line - code block<br> '''.''' - Subscript a variable, function, or unit<br> '''^''' - Exponentiation<br> '''!''' - Factorial<br> '''%''' - Minus/plus operator (-/+)<br> '''&''' - Boolean AND<br> '''|''' - Boolean OR<br> '''~''' - Boolean NOT<br> '''@''' - Insert 2D plot<br> '''Ctrl+.''' - Symbolic calculation of the equ...")