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

latexrgb.sh 208 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. #!/usr/bin/env bash
  2. # Testing simple LaTeX expression in pstext with font color
  3. gmt begin latexrgb ps
  4. echo "8 4 <math>\Delta\sigma=x^2+y^2</math>" | gmt text -R0/16/0/8 -Jx1c -Baf -F+f48p,1,red
  5. gmt end show
Tip!

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

Comments

Loading...