不绘制表格的情况下创建两列

不绘制表格的情况下创建两列
\documentclass[a4paper,11pt]{article}
    \usepackage[T1]{fontenc}

    \usepackage{geometry}
    \geometry{left=1.5cm,right=1.5cm,top=1.0cm,bottom=1.5cm}

    \usepackage{pifont}
    \usepackage{sectsty}

    \usepackage{graphicx}
    \usepackage{amsmath,amsfonts,amsthm}

    \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
\usepackage{tabularx}
\usepackage{array}
\newcolumntype{R}{>{\scshape}r}
    \frenchspacing
    \sectionfont{%
      \fontfamily{phv}\bfseries
      \sectionrule{0pt}{0pt}{-5pt}{1pt}%
    }
    \pagestyle{empty}

    \begin{document}


\section*{Reviewing activities}
\begin{itemize}
  \item [\ding{228}] Referee for some National and International Research Journals such as
  \begin{itemize}
  \item [\ding{51}] Revista de la Real Academia de Ciencias Exactas, F\'isicas y Naturales. Serie A. Matem\'aticas (published by Springer).
  \item [\ding{51}] Advances in Operator Theory (published by Springer).
  \item [\ding{51}] Czechoslovak Mathematical Journal.
  \item [\ding{51}] Hacettepe Journal of Mathematics and Statistics.
  %\item Reviewer for the journal: Bulletin of the Iranian Mathematical Society (published by Springer).
\item [\ding{51}] Operators and matrices.
\item [\ding{51}] Filomat.
\item [\ding{51}] Open Mathematics.
\item [\ding{51}] Mathematica Slovaca.
\item [\ding{51}] Banach Journal of Mathematical Analysis (published by Springer).
   % \item Reviewer for the journal: Communications of the Korean Mathematical Society.
\item [\ding{51}] Moroccan Journal of Pure and Applied Analysis.
\item [\ding{51}] Miskolc Mathematical Notes.
\end{itemize}
  \item [\ding{228}] Reviewer for Mathematical Reviews/MathSciNet
\end{itemize}

    \end{document} 

在此处输入图片描述

我想将项目组织成两列,而不绘制表格,如下图所示

在此处输入图片描述

答案1

跟进@DavidCarlisle 的评论:你可以使用多色包将内部itemize环境包裹在双列multicols环境中。

我还想建议你使用枚举项包来创建定制的“ding-symbol”类似 itemize 的环境;这将极大地帮助整理后续代码。此外,我会暂停列表两列部分的完全对齐。最后,除非真的需要提到某些期刊“由 Springer 出版”,否则我会省略该信息。

在此处输入图片描述

\documentclass[a4paper,11pt]{article}

%% Old code (simplified):
\usepackage[T1]{fontenc}
\usepackage{geometry}
\geometry{hmargin=1.5cm,top=1cm,bottom=1.5cm}
\usepackage{pifont}
\usepackage{amsmath,amssymb,amsthm}
\pagestyle{empty}

%% New code:
\usepackage{enumitem}
% create a bespoke, two-level itemize-like list environment:
\newlist{dingitemize}{itemize}{2}
\setlist[dingitemize,1]{label=\ding{228},left=0pt,nosep}
\setlist[dingitemize,2]{label=\ding{51}, left=0pt,nosep}

\usepackage{multicol} % for 'multicols' environment
\usepackage{ragged2e} % for '\RaggedRight' macro

\begin{document}

\section*{Reviewing activities}

\begin{dingitemize}
\item Referee for some national and international research journals, including:
   \begin{multicols}{2} 
   \RaggedRight % suspend full justification
   \begin{dingitemize}
      \item Revista de la Real Academia de Ciencias Exactas, F\'isicas y Naturales, Serie~A Matem\'aticas %(published by Springer)
      \item Advances in Operator Theory %(published by Springer)
      \item Czechoslovak Mathematical Journal
      \item Hacettepe Journal of Mathematics and Statistics
      %\item Reviewer for the journal: Bulletin of the Iranian Mathematical Society %(published by Springer)
      \item Operators and matrices
      \item Filomat
      \item Open Mathematics
      \item Mathematica Slovaca
      \item Banach Journal of Mathematical Analysis %(published by Springer)
      % \item Reviewer for the journal: Communications of the Korean Mathematical Society
      \item Moroccan Journal of Pure and Applied Analysis
      \item Miskolc Mathematical Notes
   \end{dingitemize}
   \end{multicols}
\item Reviewer for Mathematical Reviews\slash MathSciNet
\end{dingitemize}

\end{document}

答案2

由于您已经使用该tabularx包,因此您可以将内容放在tabularx具有两个X类型列的环境中。只需用 分隔列即可&

两列表格

\documentclass[a4paper,11pt]{article}
\usepackage[T1]{fontenc}

\usepackage{geometry}
\geometry{left=1.5cm,right=1.5cm,top=1.0cm,bottom=1.5cm}

\usepackage{pifont}
\usepackage{sectsty}

\usepackage{graphicx}
\usepackage{amsmath,amsfonts,amsthm}

\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
\usepackage{tabularx}
\usepackage{array}
\newcolumntype{R}{>{\scshape}r}
\frenchspacing
\sectionfont{%
    \fontfamily{phv}\bfseries
    \sectionrule{0pt}{0pt}{-5pt}{1pt}%
}
\pagestyle{empty}

\begin{document}
    
    
\section*{Reviewing activities}
\begin{tabularx}{\linewidth}{XX}
    \begin{itemize}
        \item [\ding{228}] Referee for some National and International Research Journals such as
        \begin{itemize}
            \item [\ding{51}] Revista de la Real Academia de Ciencias Exactas, F\'isicas y Naturales. Serie A. Matem\'aticas (published by Springer).
            \item [\ding{51}] Advances in Operator Theory (published by Springer).
            \item [\ding{51}] Czechoslovak Mathematical Journal.
            \item [\ding{51}] Hacettepe Journal of Mathematics and Statistics.
            %\item Reviewer for the journal: Bulletin of the Iranian Mathematical Society (published by Springer).
            \item [\ding{51}] Operators and matrices.
            \item [\ding{51}] Filomat.
            \item [\ding{51}] Open Mathematics.
            \item [\ding{51}] Mathematica Slovaca.
            \item [\ding{51}] Banach Journal of Mathematical Analysis (published by Springer).
            % \item Reviewer for the journal: Communications of the Korean Mathematical Society.
            \item [\ding{51}] Moroccan Journal of Pure and Applied Analysis.
            \item [\ding{51}] Miskolc Mathematical Notes.
        \end{itemize}
        \item [\ding{228}] Reviewer for Mathematical Reviews/MathSciNet
    \end{itemize} &
    \begin{itemize}
        \item [\ding{228}] Referee for some National and International Research Journals such as
        \begin{itemize}
            \item [\ding{51}] Revista de la Real Academia de Ciencias Exactas, F\'isicas y Naturales. Serie A. Matem\'aticas (published by Springer).
            \item [\ding{51}] Advances in Operator Theory (published by Springer).
            \item [\ding{51}] Czechoslovak Mathematical Journal.
            \item [\ding{51}] Hacettepe Journal of Mathematics and Statistics.
            %\item Reviewer for the journal: Bulletin of the Iranian Mathematical Society (published by Springer).
            \item [\ding{51}] Operators and matrices.
            \item [\ding{51}] Filomat.
            \item [\ding{51}] Open Mathematics.
            \item [\ding{51}] Mathematica Slovaca.
            \item [\ding{51}] Banach Journal of Mathematical Analysis (published by Springer).
            % \item Reviewer for the journal: Communications of the Korean Mathematical Society.
            \item [\ding{51}] Moroccan Journal of Pure and Applied Analysis.
            \item [\ding{51}] Miskolc Mathematical Notes.
        \end{itemize}
        \item [\ding{228}] Reviewer for Mathematical Reviews/MathSciNet
    \end{itemize}
\end{tabularx}
    
\end{document}

但是,这不会自动进行。您可以使用multicol包来实现这一点,正如 David 在他的评论中所建议的那样。

相关内容