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

composite.sh 379 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test gmt pstext with composite characters.
  3. ps=composite.ps
  4. gmt set PS_CHAR_ENCODING ISOLatin1+
  5. cat << EOF > tmp
  6. 8 2 Writing @!\227\145 in Times-Roman
  7. 8 6 Writing @!\227@~\145@~ in Symbol
  8. 8 10 Writing @!\250@%Times-Italic%s@%% in Times-Italic
  9. 8 14 University of Hawaii at M@!a\225noa
  10. EOF
  11. gmt pstext tmp -R0/16/0/16 -Jx1c -B0 -P -F+f32p,Times-Roman+jCM > $ps
Tip!

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

Comments

Loading...