From 8ec72357cc7f904c90e291a954f32b39e9005c39 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Tue, 19 Nov 2024 14:04:18 +0000 Subject: [PATCH] cosmetics: tweak RESPONSEFORMAT table to keep in margins The parquet entry made the table wider, so delete an empty column and avoid an indent to stop the hbox overflowing. --- DALI.tex | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/DALI.tex b/DALI.tex index 6e46a60..1c1323a 100644 --- a/DALI.tex +++ b/DALI.tex @@ -1064,18 +1064,19 @@ \subsubsection{RESPONSEFORMAT} formats as well as shortcut symbolic values. -\begin{tabular}{l l l l l} +\noindent +\begin{tabular}{l l l l} \sptablerule table type & media type & short form \\ \sptablerule -VOTable & application/x-votable+xml & votable & \\ -VOTable & text/xml & votable & \\ -comma-separated values & text/csv & csv & \\ -tab separated values & text/tab-separated-values & tsv & \\ -FITS file & application/fits & fits & \\ -Parquet file & application/vnd.apache.parquet & parquet & \\ -pretty-printed text & text/plain & text & \\ -pretty-printed Web page & text/html & html & \\ +VOTable & application/x-votable+xml & votable \\ +VOTable & text/xml & votable \\ +comma-separated values & text/csv & csv \\ +tab separated values & text/tab-separated-values & tsv \\ +FITS file & application/fits & fits \\ +Parquet file & application/vnd.apache.parquet & parquet \\ +pretty-printed text & text/plain & text \\ +pretty-printed Web page & text/html & html \\ \sptablerule \label{tab:mimetypes} \end{tabular}