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

latextitle.sh 353 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. #
  3. # Test LaTeX equations in titles
  4. ps=latextitle.ps
  5. gmt set FONT_TITLE 24p,Times-Roman,black
  6. gmt psbasemap -R-30/30/-20/20 -JX6i/2.5i -Byaf -B+t'Evaluating the Solution to @[\nabla^4 \Psi = \frac{\delta w}{\delta t} = f(x(t))@[' -P -K -Xc -Y1.25i > $ps
  7. gmt psbasemap -R -J -Baf -B+t"Evaluating Some Nasty Equation" -O -Y5.25i >> $ps
Tip!

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

Comments

Loading...