乳胶 table 景观
latex table landscape
我正在用横向风格的乳胶写一个表格。
我的代码是这个:
\begin{landscape}
\begin{table}
\begin{tabularx}{\textwidth}{|p{2.5cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|}
\hline
\rowcolor[HTML]{C0C0C0}
& \textbf{IEEE} & \textbf{CODATA} & \textbf{ACM} & \textbf{Springer Verlag} & \textbf{ELSEVIER} & \textbf{IOS PRESS} \
\hline
Journal & Journal Transactions on Knowledge and Data Engineering & Data Science Journal & Journal of Data and Information Quality & International Journal of Data Science & Computional Statistics and Data Analysis & Data Science Journal \
\hline
Organisation bzw. Verlag & Organisation & Organisation & Organisation & Verlag & Verlag & Verlag \
\hline
Mitglieder bzw. Mitarbeiter & 400.000 Mitglieder & - & 78.000 Mitglieder & 15.323 (2016) Mitarbeiter & 30.500 (2011) Mitarbeiter & - \
\hline
Editoren & Editor-in-Chief Xuemin Lin Editors-in-Chief Lei Chen & Editor-in-Chief Sarah Callaghan & - & Editor-in-Chief Longbing Cao & Co-Editors A.M. Colubi E.J. Kontoghiorghes B.U. Park & Editors-in-Chief Michel Dumontier Tobias Kuhn \
\hline
Links & \url{http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=69} & \url{https://datascience.codata.org/} & \url{https://dl.acm.org/citation.cfm?id=J1191} & \url{http://www.springer.com/computer/database+management+\%26+information+retrieval/journal/41060} & \url{https://www.journals.elsevier.com/computational-statistics-and-data-analysis/} & \url{https://www.iospress.nl/journal/data-science/} \
\hline
Erstausgabe Jahr & 1989 & 2002 & 2009 & 2016 & 1983 & 2017 \
\hline
\end{tabularx}
\caption{Übersicht der Konkurrenten}
\end{table}
\end{landscape}
我的问题是,当我编译我的 .tex 文件时,这些行没有拉到最后。
这是一张图片:
非常感谢任何答案!
好吧,我通过编辑 table 修复了它。
我现在用
\begin{tabularx}{24cm}{|X|X|X|X|X|X|X|}
我正在用横向风格的乳胶写一个表格。
我的代码是这个:
\begin{landscape}
\begin{table}
\begin{tabularx}{\textwidth}{|p{2.5cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|p{3cm}|}
\hline
\rowcolor[HTML]{C0C0C0}
& \textbf{IEEE} & \textbf{CODATA} & \textbf{ACM} & \textbf{Springer Verlag} & \textbf{ELSEVIER} & \textbf{IOS PRESS} \
\hline
Journal & Journal Transactions on Knowledge and Data Engineering & Data Science Journal & Journal of Data and Information Quality & International Journal of Data Science & Computional Statistics and Data Analysis & Data Science Journal \
\hline
Organisation bzw. Verlag & Organisation & Organisation & Organisation & Verlag & Verlag & Verlag \
\hline
Mitglieder bzw. Mitarbeiter & 400.000 Mitglieder & - & 78.000 Mitglieder & 15.323 (2016) Mitarbeiter & 30.500 (2011) Mitarbeiter & - \
\hline
Editoren & Editor-in-Chief Xuemin Lin Editors-in-Chief Lei Chen & Editor-in-Chief Sarah Callaghan & - & Editor-in-Chief Longbing Cao & Co-Editors A.M. Colubi E.J. Kontoghiorghes B.U. Park & Editors-in-Chief Michel Dumontier Tobias Kuhn \
\hline
Links & \url{http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=69} & \url{https://datascience.codata.org/} & \url{https://dl.acm.org/citation.cfm?id=J1191} & \url{http://www.springer.com/computer/database+management+\%26+information+retrieval/journal/41060} & \url{https://www.journals.elsevier.com/computational-statistics-and-data-analysis/} & \url{https://www.iospress.nl/journal/data-science/} \
\hline
Erstausgabe Jahr & 1989 & 2002 & 2009 & 2016 & 1983 & 2017 \
\hline
\end{tabularx}
\caption{Übersicht der Konkurrenten}
\end{table}
\end{landscape}
我的问题是,当我编译我的 .tex 文件时,这些行没有拉到最后。
这是一张图片:
非常感谢任何答案!
好吧,我通过编辑 table 修复了它。
我现在用
\begin{tabularx}{24cm}{|X|X|X|X|X|X|X|}