我需要列出如下技术规格:
它看起来像描述,但我想像我的例子一样将数字刷新到右边,我该怎么做?
答案1
tabular
1这里有一个想法;使用& 比使用 更容易实现两列的左对齐description
。
\documentclass{article}
\usepackage[french]{babel}
\usepackage{array}
\usepackage{siunitx}
\DeclareSIUnit{\cheval}{ch}
\DeclareSIUnit{\tour}{tr}
\newcommand\myheading[1]{\hspace{-1em}\textbf{#1}\\}
\begin{document}
{
\itshape La moto que nous allons analyser est une Suzuki GSX-R750
dont les caract\'{e}ristiques principales sont reprises ci-dessous:\\[1em]
}
\noindent
\begin{tabular}{>{\hspace{1em}}l l}
Masse & \SI{163}{\kilo\gram} \\
Empattement & \SI{1350}{\milli\meter} \\
Longueur & \SI{2040}{\milli\meter} \\
Hauteur de selle & \SI{810}{\milli\meter} \\
Garde au sol & \SI{130}{\milli\meter} \\
\myheading{Moteur}
Puissance & \SI{106}{\cheval} \SI{12500}{\tour\per\minute} \\
Couple & \SI{7.42}{\meter\kilo\gram} \`a \SI{9500}{\tour\per\minute} \\
\myheading{Suspension}
Raideur avant & \SI{10}{\kilo\newton\per\meter} \\
Amortissement avant & \SI{1}{\kilo\newton\second\per\meter} \\
Raideur arri\`{e}re & \SI{15}{\kilo\newton\per\meter} \\
Amortissement arri\`{e}re & \SI{2}{\kilo\newton\second\per\meter} \\
\end{tabular}
\end{document}
答案2
您可以使用\hfill
或\dotfill
,(Lamport,p96)
\begin{itemize}
\item{Engine \hfill \$1000.00}
\item{Clutch \hfill \$400.00}
\end{itemize}