双列表格 - 线宽

双列表格 - 线宽

我想将此表的宽度设置为文本宽度或线宽。如何在这个两列模板中执行此操作?

任何想法?

在此处输入图片描述

\documentclass[11pt,twocolumn,conference]{IEEEtran}
\usepackage[T1]{fontenc}
\usepackage{times}
\usepackage[latin9]{inputenc}
\usepackage[english]{babel}

\usepackage[final]{graphicx}
\usepackage{natbib}
\setlength{\bibsep}{0.0pt}
\usepackage{geometry}
\geometry{verbose,margin=3cm}
\usepackage{caption}
\captionsetup[table]{skip = 3pt}
\usepackage{tabularx}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}

\begin{document}
\section{INTRODUCTION}
This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section.

Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. 

% For tables use
\begin{table}
% table caption is above the table
\caption{caption}
\label{tab:1}       % Give a unique label
\setlength\tabcolsep{0pt}   % let LaTeX compute intercolumn whitespace
\begin{tabularx}{\linewidth}{@{\extracolsep{\fill}}lll>{\centering\arraybackslash}X}
    \hline\noalign{\smallskip}
    Notation\\
    \noalign{\smallskip}\hline\noalign{\smallskip}
    Formelzeichen & Description 1\\
    Formelzeichen & Description 2\\
    Formelzeichen & Description 3\\
    Formelzeichen & Description 4\\
    \noalign{\smallskip}\hline\noalign{\smallskip}
    Condition & Symbol & Formula\\
    \noalign{\smallskip}\hline\noalign{\smallskip}
    test & test & test\\
    test & test & test\\
    test & test & test\\
    test & test & test\\
    \noalign{\smallskip}\hline\noalign{\smallskip}
    Objective & Symbol & Formula\\
    \noalign{\smallskip}\hline\noalign{\smallskip}
    test & test & test\\
    test & test & test\\
    test & test & test\\
    test & test & test\\
    \noalign{\smallskip}\hline
\end{tabularx}
\end{table}

This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction.This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. 

Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction.
Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. 

Here is a the text about the introduction.Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction. This section is the introduction section. Here is a the text about the introduction.
\end{document}

相关内容