Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions DALI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1064,17 +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 & \\
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}
Expand Down