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

subtitle_latex.sh 436 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 multi-line titles with LaTeX subtitles using @^ short marker
  4. ps=subtitle_latex.ps
  5. gmt psbasemap -R-30/30/-20/20 -JX5i/2.5i -Baf -B+t"My extremely long title and awkward title@^must go over two longish lines@^or perhaps even three"+s"<math>\nabla^4w = 2 \pi\psi</math>" -P -K -Xc > $ps
  6. gmt psbasemap -R -J -Baf -B+t"Bouguer Anomaly: @[2 \pi\rho G h@["+s"<math>\nabla^4w = 2 \pi\psi</math>" -O -Y5.5i >> $ps
Tip!

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

Comments

Loading...