Many people produce math equations in MathType or Scientific Notebook. This help page is for people who wish to Enter their math directly into the DBT Editor.
We presume that you know DBT, have configured your braille, but wish to learn how to type math material into DBT.
Take the list of characters, and find the character you want. For example,
one row shows:
∃ U+2203 D+F033 THERE EXISTS
To enter this symbol, type control-]. You will see a box in DBT with the
heading Enter DUSCI code number. Well, the DUSCI code number for There
Exists is F033. Now type F033 <Enter> (that is a zero not a
letter 'o'). Now try the enter a Greek letter (pick your favorite).
As shown in the Preparation list, you can add your own style that is close to math alphabetically. Substitute your new style name in these instructions if you have done so.
Mathematical material in DBT should be enclose within the math style.
Text which is entirely within math style material can be marked as math-TextInMath. The start and end of math-TextInMath should always be within material marked as the math style. Use the same method shown above to use this style in the list of DBT styles.
Fractions are easy. You just need to know these codes:
Code | Meaning |
---|---|
fs | fraction start |
fl | fraction line |
fe | fraction end |
to write the fraction x+y divided by 17,
Enter: Control-[
fs <Enter> x+y Control-[ fl <Enter> 17 Control-[ fe <Enter>
Press Alt-F3 to toggle codes to show you have indeed inserted the three DBT codes that make up a fraction.
For Nemeth Code only, there are additional codes (or variations) for mixed numbers and complex fractions.
Code | Meaning |
---|---|
fs0 | mixed number, fraction start |
fl | fraction line (same code either way) |
fe0 | mixed number, fraction end |
to write the mixed number 7 and a half,
Enter: 7 Control-[
fs0 <Enter> 1 Control-[ fl <Enter> 2 Control-[ fe0 <Enter>
Nemeth Code uses a dot 6 to show a complex fraction (the outer fraction), and a double dot 6 to show a hyper-complex fraction (the outer-outer fraction).
Code | Meaning |
---|---|
fs1 | complex fraction start |
fl1 | complex fraction line |
fe1 | complex fraction end |
fs2 | hyper-complex fraction start |
fl2 | hyper-complex fraction line |
fe2 | hyper-complex fraction end |
to write the complex fraction of x+y divided by a third,
Enter:
Control-[ fs1 <Enter> x+y Control-[ fl1 Control-[ fs <Enter>
1 Control-[ fl <Enter> 3 Control-[ fe <Enter> Control-[ fe1
<Enter>
Superscripts and Subscripts are easy. You just need to know these codes:
Code | Meaning |
---|---|
ps | superscript start |
pe | superscript end |
bs | subscript start |
be | subscript end |
To write x squared,
Enter: x Control-[ ps <Enter> 2
Control-[ pe <Enter>
To write x sub n,
Enter: x Control-[ bs <Enter> n
Control-[ pe <Enter>
Square Roots and Radicals are easy. You just need to know these codes:
Code | Meaning |
---|---|
sqrts | square root start |
sqrte | square root end |
ixrts | index of radical start |
ixrtd | index of radical end, start of radical |
ixrte | end of radical |
To write the square root of x+12,
Enter: Control-[ sqrts
<Enter> x+12 Control-[ sqrte <Enter>
To write the cube root of x+12,
Enter: Control-[ ixrts
<Enter> 3 Control-[ ixrtd <Enter> x+12 Control-[ ixrte
<Enter>