经过大量搜索,我仍然没有找到在 Lyx 原生表格中正确垂直对齐多行单元格的选项。似乎有一些解决方案,但我还没有找到任何可以在不单独调整垂直位移的情况下用于 Lyx 原生表格的解决方案。
我创建了一个示例文件来展示我的意思和相应的渲染。Lyx 中的代码如下:
\begin{table}
\begin{centering}
\begin{tabular*}{1\textwidth}{@{\extracolsep{\fill}}>{\raggedright}m{0.2\textwidth}>{\raggedright}m{0.4\textwidth}>{\raggedright}m{0.3\textwidth}}
\toprule
\addlinespace
\textbf{Typ} & \textbf{Technologie} & \textbf{Materialien}\tabularnewline\addlinespace
\midrule
\addlinespace
Extrusion & Fused Deposition Molding (FDM) & Thermoplaste (z.B. PLA, ABS), HDPE, eutektische Metalle, Gummi, Ton,
Knetmasse\tabularnewline\addlinespace
\midrule
\addlinespace
Draht & Electron Beam Freeform Fabrication (EBF) & fast jede Metalllegierung\tabularnewline\addlinespace
\midrule
\addlinespace
\multirow{5}{0.2\textwidth}{Granulate } & Direct metal laser sintering (DMLS) & fast jede Metalllegierung\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Electron-beam melting (EBM) & Titanlegierungen\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective laser melting (SLM) & Titanlegierungen, Kobalt-Chrom-Legierungen, stainless-steel, Aluminium\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective heat sintering (SHS) & thermoplastisches Pulver\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective laser sintering (SLS) & Thermoplasten, Metallpulver, keramische Pulver\tabularnewline\addlinespace
\midrule
\addlinespace
\multirow{2}{0.2\textwidth}{Pulverbett mit Inkjetkopf} & Plaster based 3D printing (PP) & Gips mit Wasser als Binder\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& kein einheitlicher Name findbar & Sand/Kunststoff mit Binder\tabularnewline\addlinespace
\midrule
\addlinespace
Laminiert & Laminated object manufacturing (LOM) & Papier, Metallfolie, Plastikfilm\tabularnewline\addlinespace
\midrule
\addlinespace
\multirow{2}{0.2\textwidth}[-2mm]{Photoaktivierte Polymerisation} & Stereolithographie (SLA) & \multirow{2}{0.3\textwidth}{Photopoylmere}\tabularnewline\addlinespace
\cmidrule{2-2}
\addlinespace
& Digital Light Processing (DLP) & \tabularnewline\addlinespace
\bottomrule
\end{tabular*}
\par\end{centering}
\protect\caption{Übersicht über verschiedene additive Fertigungsverfahren in Anlehnung
an \cite{wikipedia20143Dprinting}. \label{tab:=0000DCbersicht =0000FCber verschiedene additive Fertigungsverfahren}}
\end{table}
重点关注“颗粒化”一词
您可以在此处下载工作示例:工作 Lyx 示例
在这个问题,他们展示了如何使用第二个可选参数,但没有自动的方法吗?
答案1
您必须计算的不是 的数量rows
,而是多行单元格的情况下的数量lines
,加上与命令数量\addlinespace
和 厚度相对应的调整\midrule
。然而,这只是理论上的。例如,我选择不将“granulate”放在其多行单元格的中间,而是与下一列中的“Selective laser melting”对齐,因为在眼睛看来它就像表格的垂直中心。但是,如果您愿意,您可以尝试“垂直居中”版本:只需注释相应的行并取消注释上面的行。
另外,请注意centering
环境不存在。这是\centering
您必须使用的命令。
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{array, multirow, booktabs}
\usepackage{amsmath}
\pagestyle{empty}
\begin{document}
\begin{table}
\centering
\begin{tabular*}{1\textwidth}{@{\extracolsep{\fill}}>{\raggedright}m{0.2\textwidth}>{\raggedright}m{0.4\textwidth}>{\raggedright}m{0.3\textwidth}}
\toprule
\addlinespace
\textbf{Typ} & \textbf{Technologie} & \textbf{Materialien}\tabularnewline\addlinespace
\midrule
\addlinespace
Extrusion & Fused Deposition Molding (FDM) & Thermoplaste (z.B. PLA, ABS), HDPE, eutektische Metalle, Gummi, Ton,
Knetmasse\tabularnewline\addlinespace
\midrule
\addlinespace
Draht & Electron Beam Freeform Fabrication (EBF) & fast jede Metalllegierung\tabularnewline\addlinespace
\midrule
\addlinespace%
%\multirow{13}{0.2\textwidth}[\dimexpr-5\defaultaddspace-4\lightrulewidth]{Granulate } & Direct metal laser sintering (DMLS) & fast jede Metalllegierung\tabularnewline\addlinespace
\multirow{13}{0.2\textwidth}[\dimexpr-2\defaultaddspace + 3\lightrulewidth\relax]{Granulate } & Direct metal laser sintering (DMLS) & fast jede Metalllegierung\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Electron-beam melting (EBM) & Titanlegierungen\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective laser melting (SLM) & Titanlegierungen, Kobalt-Chrom-Legierungen, stainless-steel, Aluminium\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective heat sintering (SHS) & thermoplastisches Pulver\tabularnewline\addlinespace
\cmidrule{2-3}
\addlinespace
& Selective laser sintering (SLS) & Thermoplasten, Metallpulver, keramische Pulver\tabularnewline\addlinespace
\midrule
\addlinespace
\multirow{4}{0.2\textwidth}{Pulverbett mit Inkjetkopf} & Plaster based 3D printing (PP) & Gips mit Wasser als Binder\tabularnewline\addlinespace%
\cmidrule{2-3}
\addlinespace
& kein einheitlicher Name findbar & Sand/Kunststoff mit Binder\tabularnewline\addlinespace
\midrule
\addlinespace
Laminiert & Laminated object manufacturing (LOM) & Papier, Metallfolie, Plastikfilm\tabularnewline\addlinespace
\midrule
\addlinespace
\multirow{2}{0.2\textwidth}[-\defaultaddspace]{Photoaktivierte Polymerisation} & Stereolithographie (SLA) & \multirow{2}{0.3\textwidth}[-\defaultaddspace]{Photopoylmere}\tabularnewline\addlinespace
\cmidrule{2-2}
\addlinespace
& Digital Light Processing (DLP) & \tabularnewline\addlinespace
\bottomrule
\end{tabular*}
\protect\caption{Übersicht über verschiedene additive Fertigungsverfahren in Anlehnung%
an \cite{wikipedia20143Dprinting}. \label{tab:=0000DCbersicht =0000FCber verschiedene additive Fertigungsverfahren}}
\end{table}
\end{document}