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

latext.sh 530 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Testing simple LaTeX expressions in pstext
  3. cat << EOF > t.txt
  4. 1 2 24p 20 LM Or alternatively, <math>\gamma = \sqrt{\frac{\rho_m - \rho_i}{\rho_m - \rho_l}}</math>
  5. 5.75 4 18p -20 RT Let <math>W(\mathbf{k},t) = \gamma \left (\frac{\rho_l - \rho_w}{\rho_m - \rho_l} \right ) H(\mathbf{k}) \Phi(\mathbf{k},t) = \gamma A H(\mathbf{k}) \Phi(\mathbf{k},t)</math>
  6. 3 1 42p,Times-Roman 0 BC This is <math>\Delta g = 2\pi\rho Gh</math>
  7. EOF
  8. gmt begin latext ps
  9. gmt text -R0/6/0/6 -JX16c -B -F+f+a+j t.txt
  10. gmt end show
Tip!

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

Comments

Loading...