Sideway
output.to from Sideway
`-=[]โŸจโŸฉ\;',./~!@#$%^&*()_+{}|:"<>? ๐‘Ž๐‘๐‘๐‘‘๐‘’๐‘“๐‘”โ„Ž๐‘–๐‘—๐‘˜๐‘™๐‘š๐‘›๐‘œ๐‘๐‘ž๐‘Ÿ๐‘ ๐‘ก๐‘ข๐‘ฃ๐‘ค๐‘ฅ๐‘ฆ๐‘ง ร…โ€‰โˆ’โ€‚ร—โ€ƒโ‹…โˆ“ยฑโˆ˜๊žŠ๏นฆโˆ—โˆ™ โ„ฏ ๐”ธ๐”นโ„‚๐”ป๐”ผ๐”ฝ๐”พโ„๐•€๐•๐•‚๐•ƒ๐•„โ„•๐•†โ„™โ„šโ„๐•Š๐•‹๐•Œ๐•๐•Ž๐•๐•โ„ค๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ๐‘€๐‘๐‘‚๐‘ƒ๐‘„๐‘…๐‘†๐‘‡๐‘ˆ๐‘‰๐‘Š๐‘‹๐‘Œ๐‘ โˆผโˆฝโˆพโ‰โ‰‚โ‰ƒโ‰„โ‰…โ‰†โ‰‡โ‰ˆโ‰‰โ‰Œโ‰โ‰ โ‰ก โ‰คโ‰ฅโ‰ฆโ‰งโ‰จโ‰ฉโ‰ชโ‰ซ โˆˆโˆ‰โˆŠโˆ‹โˆŒโˆ โŠ‚โŠƒโŠ„โŠ…โІโЇ ๐›ผ๐›ฝ๐›พ๐›ฟ๐œ€๐œ๐œ‚๐œƒ๐œ„๐œ…๐œ†๐œ‡๐œˆ๐œ‰๐œŠ๐œ‹๐œŒ๐œŽ๐œ๐œ๐œ‘๐œ’๐œ“๐œ” โˆ€โˆ‚โˆƒโˆ…โฆฐโˆ†โˆ‡โˆŽโˆžโˆโˆดโˆต โˆโˆโˆ‘โ‹€โ‹โ‹‚โ‹ƒ โˆงโˆจโˆฉโˆช โˆซโˆฌโˆญโˆฎโˆฏโˆฐโˆฑโˆฒโˆณ โˆฅโ‹ฎโ‹ฏโ‹ฐโ‹ฑ โ€– โ€ฒ โ€ณ โ€ด โ„ โ— สน สบ โ€ต โ€ถ โ€ท ๏น ๏น‚ ๏นƒ ๏น„ ๏ธน ๏ธบ ๏ธป ๏ธผ ๏ธ— ๏ธ˜ ๏ธฟ ๏น€ ๏ธฝ ๏ธพ ๏น‡ ๏นˆ ๏ธท ๏ธธ โœ   โ   โŽด  โŽต  โž   โŸ   โ    โก โ†โ†‘โ†’โ†“โ†คโ†ฆโ†ฅโ†งโ†”โ†•โ†–โ†—โ†˜โ†™โ–ฒโ–ผโ—€โ–ถโ†บโ†ปโŸฒโŸณ โ†ผโ†ฝโ†พโ†ฟโ‡€โ‡โ‡‚โ‡ƒโ‡„โ‡…โ‡†โ‡‡ โ‡โ‡‘โ‡’โ‡“โ‡”โ‡Œโ‡โ‡โ‡•โ‡–โ‡—โ‡˜โ‡™โ‡™โ‡ณโฅขโฅฃโฅคโฅฅโฅฆโฅงโฅจโฅฉโฅชโฅซโฅฌโฅญโฅฎโฅฏ
Draft for Information Only

Content

Useful Information for Manim
โ€ƒQuick Useful Information for Python
โ€ƒQuick Useful information for Latex
โ€ƒโ€ƒTable of Latex code
โ€ƒโ€ƒโ€ƒGreek letters
โ€ƒโ€ƒโ€ƒArrows
โ€ƒโ€ƒโ€ƒMiscellaneous symbols
โ€ƒโ€ƒโ€ƒBinary Operation/Relation Symbols
โ€ƒโ€ƒโ€ƒOthers

Useful Information for Manim

Manim is based on Python and Latex. Followings are useful information for programming Manim.

Quick Useful Information for Python

Some useful reference.
  • Python 3.8.1 documentation https://docs.python.org/3.8/
    • Glossary https://docs.python.org/3.8/glossary.html
  • Built-in Functions https://docs.python.org/3/library/functions.html
  • Data Structures https://docs.python.org/3/tutorial/datastructures.html
  • The Python Language Reference https://docs.python.org/3/reference/
    • 2.1. Line structure: https://docs.python.org/3/reference/lexical_analysis.html#line-structure
      • line structure
      • comments
      • indentation
    • 7. Simple statements
      • 7.4. The pass statement
    • 9. Classes
      • 9.3.1. Class Definition Syntax
    • https://docs.python.org/3.8/glossary.html
  • The Python Language Reference https://docs.python.org/2.0/ref/contents.html
  • PythonDecorators: https://wiki.python.org/moin/PythonDecorators
  • PythonStyle: https://wiki.python.org/moin/PythonStyle?highlight=%28docstrings%29
  • DocumentationTools https://wiki.python.org/moin/DocumentationTools?highlight=%28docstrings%29
  • docstrings: https://www.datacamp.com/community/tutorials/docstrings-python

Quick Useful information for Latex

For TextMobject object, the input is plain text therefore Latex letters and symbols are denoted by a $โ‹ฏ$ pair. But for TexMobject object, the input is Latex code and plain text is entered as Latex code \text{โ‹ฏ}.

Table of Latex code

Greek letters

ฮฑ ฮ‘ \alpha A ฮฝ ฮ \nu N
ฮฒ ฮ’ \beta B ฮพ ฮž \xi\Xi
ฮณ ฮ“ \gamma \Gamma ฮฟ ฮŸ >o O
ฮด ฮ” \delta \Delta ฯ€ ฮ  \pi \Pi
๐œ– ฮต ฮ• \epsilon \varepsilon E ฯ ๐œš ฮก \rho\varrho P
ฮถ ฮ– \zeta Z ฯƒ ฮฃ \sigma \Sigma
ฮท ฮ— \eta H ฯ„ ฮค \tau T
ฮธ ๐‘ ฮ˜ \theta \vartheta \Theta ฯ… ฮฅ \upsilon \Upsilon
ฮน ฮ™ \iota I ๐œ™ ฯ† ฮฆ \phi \varphi \Phi
ฮบ ฮš \kappa K ฯ‡ ฮง \chi X
ฮป ฮ› \lambda \Lambda ฯˆ ฮจ \psi \Psi
ฮผ ฮœ \mu M ฯ‰ ฮฉ \omega \Omega

Arrows

โ† \leftarrow โ‡ \Leftarrow
โ†’ \rightarrow โ‡’ \Rightarrow
โ†” \leftrightarrow โ‡Œ \rightleftharpoons
โ†‘ \uparrow โ†“ \downarrow
โ‡‘ \Uparrow โ‡“ \Downarrow
โ‡” \Leftrightarrow โ‡• \Updownarrow
โ†ฆ \mapsto โŸผ \longmapsto
โ†— \nearrow โ†˜ \searrow
โ†™ \swarrow โ†– \nwarrow
โ†ผ \leftharpoonup โ‡€ \rightharpoonup
โ†ฝ \leftharpoondown โ‡ \rightharpoondown

Miscellaneous symbols

โˆž \infty โˆ€ \forall
โ„œ(โ„) \Re โ„‘(๐•€) \Im
โˆ‡ \nabla โˆƒ \exists
โˆ‚ \partial โˆ„ \nexists
โˆ… \emptyset โˆ… \varnothing
โ„˜ \wp โˆ \complement
๏ฟข \neg โ‹ฏ \cdots
โ—ป \square โˆš \surd
โˆŽ \blacksquare โˆ† \triangle

Binary Operation/Relation Symbols

โˆ— \ast ร— \times
รท \div โˆฉ \cap
โˆช \cup โ‰  \neq
โ‰ค \leq โ‰ฅ \geq
โˆˆ \in โŠฅ \perp
โˆ‰ \notin โŠ‚ \subset
โ‰ƒ \simeq โ‰ˆ \approx
โˆง \wedge โˆจ \vee
โŠ• \oplus โŠ— \otimes
โ—ป \Box โŠ  \boxtimes
โ‰ก \equiv โ‰… \cong

Others

text \text subscript \textsubscript
superscript \textsuperscript    

ยฉsideway

ID: 200301202 Last Updated: 3/12/2020 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 9

Culture

Chinese 1097

English 339

Travel 38

Reference 79

Hardware 55

Computer

Hardware 259

Software

Application 213

Digitization 37

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 290new

Unicode 504

HTML 66new

Common Color 1new

Html Entity (Unicode) 1new

Html 401 Special 1

CSS 65new

Selector 1

SVG 46

ASP.NET 270

OS 447new

MS Windows

Windows10 1new

.NET Framework 1

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Set 1

Logic 1

Algebra 84

Number Theory 207new

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2026 Sideway . All rights reserved Disclaimers last modified on 06 September 2019