我确信这是一个常见的问题:有时,表格的标题对于列来说太大:
最终你会发现桌子要么太高,要么太宽,要么看起来很不好看。
以前,我坚持旋转表格标题,但在这种情况下,表格也会旋转。这意味着读者必须翻转页面二次才能理解表格。从排版角度来看,将文本反向旋转有点不对,或者至少不是最佳实践。
该表当前由以下代码创建:
\renewcommand{\arraystretch}{1.5}
\begin{landscape}
\footnotesize
\begin{longtable}{ p{2.5cm} p{11cm} l l l p{1cm} l p{1cm} }
& \textbf{Beschreibung} & \rot{\textbf{Beliebtheit\footnotemark}} & \rot{\textbf{Skalierbarkeit}} & \rot{\textbf{Kompatabilität}} & \rot{\parbox[t]{4cm}{\textbf{Größe des Ökosystems}\\\textbf{und der Community}}} & \rot{\textbf{Gesamtbewertung}} & \rot{\textbf{Kommerziell}} \\
\toprule
\textbf{ElasticSearch\footurl{https://www.elastic.co/de/}} & ElasticSearch ist in Java geschrieben und basiert auf Lucene. Die Suchmaschine ist Teil eines großen Ökosystems, des sogenannten Elastic Stacks. Durch eine große Skalierbarkeit und Flexibilität ist sie auf Enterprise-Applikationen ausgelegt. & 5 & & & & & nein \\
\textbf{Solr\footurl{https://lucene.apache.org/solr/}} & Solr ist eine Suchmaschine, die auf Lucene basiert und in Java geschrieben ist. Die Entwickler beschreiben das Tool als \enquote{zuverlässig, skalierbar und fehlertolerant} \cite{ASF2019}. & 2 & & & & & nein \\
\textbf{Splunk\footurl{https://www.splunk.com/de_de}} & Splunk bietet verschiedene Lösungen an, mit denen eine Enterprise Search umgesetzt werden kann, hauptsächlich Splunk Enterprise und Splunk Cloud. Der Entwickler legt Fokus auf eine flexible, anpassbare Lösung \cite{Splunk>2019}. & 2 & & & & & ja \\
\textbf{Amazon CloudSearch\footurl{https://aws.amazon.com/de/cloudsearch/}} & Amazon CloudSearch ist ein Cloud-Service, der eine vollumfängliche Suchlösung bereitstellt. Anwender können Daten hochladen aus denen automatische ein Suchindex erstellt wird. & 1 & & & & & ja \\
\textbf{Google Cloud Search\footurl{https://gsuite.google.com/intl/de/products/cloud-search/}} & Mit Google Cloud Search können unternehmensinterne Datenquellen durchsuchbar gemacht, die Lösung setzt dabei wie Amazon CloudSearch auf Cloud-Technologie. Der Service löst 2019 Google Search Appliance vollständig ab. & - & & & & & ja \\
\bottomrule
\caption{Bewertung wichtiger Suchmaschinen als Entscheidungsgrundlage}
\label{table:engine-rating}
\end{longtable}
\end{landscape}
\footnotetext{Die Beliebtheit wurde einer Statistik von DB-Engines \cite{DBEngines2019} entnommen und auf den Bereich $[1, 5]$ normalisiert.}
要旋转表头,我目前使用这个 tex SE 答案,我只是改成了90度。
创建一个表格标题的最佳方法是什么,该标题仅引用其他地方的图例(标题:“A”“B”“C”,页面底部:A:“Beliebtheit”等等......)?
在这里您可以明白我的意思(请原谅质量较差,这是我在工作场所可以做的最好的事情……):
答案1
这是我的建议,将threeparttablex
包与 结合使用xltabular
。这是基于这样的假设:您的实际表格将比问题中显示的表格更长,因此需要在表格内设置分页符。
根据表格最后几列的内容,您还可以注释掉landscape
下面 MWE 中的环境并得到下表:
如果您的表格不会超过一个年龄,我建议使用threeparttable
而不是threeparttablex
和tabularx
而不是xltabular
。
\documentclass{article}
\usepackage{pdflscape}
\usepackage{booktabs}
\usepackage{xltabular}
\usepackage{threeparttablex}
\usepackage{calc}
\usepackage{csquotes}
\usepackage{url}
\begin{document}
\renewcommand{\arraystretch}{1.5}
\begin{landscape}
\footnotesize
\begin{ThreePartTable}
\begin{TableNotes}
\item[1] Die Beliebtheit wurde einer Statistik von DB-Engines \cite{DBEngines2019} entnommen und auf den Bereich $[1, 5]$ normalisiert.
\item[2] \url{https://www.elastic.co/de/}
\item[3] \url{https://lucene.apache.org/solr/}
\item[4] \url{https://www.splunk.com/de_de}
\item[5] \url{https://aws.amazon.com/de/cloudsearch/}
\item[6] \url{https://gsuite.google.com/intl/de/products/cloud-search/}
\end{TableNotes}
\begin{xltabular}{\linewidth}{ >{\raggedright\arraybackslash}p{2cm} X l l l l l l }
\caption{Bewertung wichtiger Suchmaschinen als Entscheidungsgrundlage}\\
\endhead
\bottomrule
\multicolumn{8}{p{\textwidth-2\tabcolsep}}{\textbf{A}: Beliebtheit, \textbf{B}: Skalierbarkeit, \textbf{C}: Kompatabilität, \textbf{D}: Größe des Ökosystems und der Community, \textbf{E}: Gesamtbewertung, \textbf{F}: Kommerziell}\\
\insertTableNotes
\endfoot
& \textbf{Beschreibung} & \textbf{A\tnote{1}} & \textbf{B} & \textbf{C} & \textbf{D} & \textbf{E} & \textbf{F} \\
\toprule
\textbf{ElasticSearch\tnote{2}} & ElasticSearch ist in Java geschrieben und basiert auf Lucene. Die Suchmaschine ist Teil eines großen Ökosystems, des sogenannten Elastic Stacks. Durch eine große Skalierbarkeit und Flexibilität ist sie auf Enterprise-Applikationen ausgelegt. & 5 & & & & & nein \\
\textbf{Solr\tnote{3}} & Solr ist eine Suchmaschine, die auf Lucene basiert und in Java geschrieben ist. Die Entwickler beschreiben das Tool als \enquote{zuverlässig, skalierbar und fehlertolerant} \cite{ASF2019}. & 2 & & & & & nein \\
\textbf{Splunk\tnote{4}} & Splunk bietet verschiedene Lösungen an, mit denen eine Enterprise Search umgesetzt werden kann, hauptsächlich Splunk Enterprise und Splunk Cloud. Der Entwickler legt Fokus auf eine flexible, anpassbare Lösung \cite{Splunk>2019}. & 2 & & & & & ja \\
\textbf{Amazon CloudSearch\tnote{5}} & Amazon CloudSearch ist ein Cloud-Service, der eine vollumfängliche Suchlösung bereitstellt. Anwender können Daten hochladen aus denen automatische ein Suchindex erstellt wird. & 1 & & & & & ja \\
\textbf{Google Cloud Search\tnote{6}} & Mit Google Cloud Search können unternehmensinterne Datenquellen durchsuchbar gemacht, die Lösung setzt dabei wie Amazon CloudSearch auf Cloud-Technologie. Der Service löst 2019 Google Search Appliance vollständig ab. & - & & & & & ja \\
\label{table:engine-rating}
\end{xltabular}
\end{ThreePartTable}
\end{landscape}
\end{document}