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

latexlabel.sh 533 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. #!/usr/bin/env bash
  2. #
  3. # Test LaTeX equations in labels
  4. ps=latexlabel.ps
  5. gmt psbasemap -R-30/30/-20/20 -JX6i/2.5i -Byaf+l'@[\Delta\sigma_{xx}^2@[ (MPa)' -Bxaf+l'Evaluating @[\nabla^4 \Psi = \frac{\delta w}{\delta t} = f(x(t))@[' -B+t"The Main Results of my Research" -P -K -Xc -Y1.25i > $ps
  6. gmt psbasemap -R -J -Byaf+l'@[\Delta\sigma_{xx}^2@[ (MPa)' -Bxaf+l'Evaluating @[\nabla^4 \Psi = \frac{\delta w}{\delta t} = f(x(t))@[' -B+t"My Extremely Long Title with Subtitle:"+s"Here are Main Conclusions of My Research" -O -Y5.25i >> $ps
Tip!

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

Comments

Loading...