1#!/usr/bin/env bash
2# Test of user Latex labels in subplot settings
3gmt begin subplotlatex ps
4  gmt subplot begin 2x2 -Fs8c -M5p -Scb -Srl -BeSWn -JX10c -R-30/30/0/80 -Bxafg+l"@[\int_{x} \int_{t} \tau_x@[" -Byafg+l"<math>\nabla G</math>"
5    gmt basemap -c
6    gmt basemap -c
7    gmt basemap -c
8    gmt basemap -c
9  gmt subplot end
10gmt end show
11