Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

octal-codes.rst 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  1. .. _Chart-Octal-Codes-for-Chars:
  2. Chart of Octal Codes for Characters
  3. ===================================
  4. The characters and their octal codes in the Standard and ISOLatin1
  5. encoded fonts are shown in
  6. Figure :ref:`Octal codes for Standard and ISO <Octal_codes_stand_iso>`. Light red areas signify
  7. codes reserved for control characters. In order to use all the extended
  8. characters (shown in the light green boxes) you need to set
  9. :term:`PS_CHAR_ENCODING` to Standard+ or ISOLatin1+ in your :doc:`/gmt.conf` file [29]_.
  10. .. _Octal_codes_stand_iso:
  11. .. figure:: /_images/GMT_App_F_stand+_iso+.*
  12. :width: 500 px
  13. :align: center
  14. Octal codes and corresponding symbols for StandardEncoding (left) and ISOLatin1Encoding (right) fonts.
  15. The chart for the Symbol character set (GMT font number 12) and Pifont
  16. ZapfDingbats character set (font number 34) are presented in
  17. Figure :ref:`Octal codes for Symbol and ZapfDingbats <Octal_codes_symbol_zap>` below. The octal code
  18. is obtained by appending the column value to the \\??
  19. value, e.g., :math:`\partial` is \\266 in the Symbol
  20. font. The euro currency symbol is \\240 in the Symbol
  21. font and will print if your printer supports it (older printer's
  22. firmware will not know about the euro).
  23. .. _Octal_codes_symbol_zap:
  24. .. figure:: /_images/GMT_App_F_symbol_dingbats.*
  25. :width: 500 px
  26. :align: center
  27. Octal codes and corresponding symbols for Symbol (left) and ZapfDingbats (right) fonts.
  28. Footnote
  29. --------
  30. .. [29]
  31. If you chose SI units during the installation then the default
  32. encoding is ISOLatin1+, otherwise it is Standard+.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...