TransWikia.com

How can I make key points in Latex and arrange them in a certain way?

TeX - LaTeX Asked by mathflower on July 27, 2021

I have written the following text in Microsoft Word and would like to write it in the same way in Latex (with the same design criteria):

text from wort

I tried to get the same structure by using itemize. But that didn’t work the way I wanted.
Could some explain me how I can reach the same structure with Latex? Thanks for helping me.

One Answer

The following nested enumerate lists, which were customized using the enumitem package might serve as a point to start from:

enter image description here

documentclass{article}
usepackage{enumitem}
usepackage{array}

begin{document}
begin{enumerate}[label=arabic*)]
  item text
  begin{enumerate}[label=alph*), font=bfseries, before=bfseries]
    item Dependent two-sided...
 
    begin{tabular}{@{}>{normalfont}l}
      Left: text and some numbers here 
      Right: text and some numbers here
    end{tabular}
    item Wilcoxon Text
   
    begin{tabular}{@{}>{normalfont}l}
      Left: text and some numbers here 
      Right: text and some numbers here
    end{tabular}
  end{enumerate}
end{enumerate}

end{document}

Correct answer by leandriis on July 27, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP