Answers for "how to make table of contents in latex"

3

latex table of contents

tableofcontents
Posted by: Guest on June-23-2020
-2

making simple table in latex

begin{tabularx}{0.8textwidth} { 
  | >{raggedrightarraybackslash}X 
  | >{centeringarraybackslash}X 
  | >{raggedleftarraybackslash}X | }
 hline
 item 11 & item 12 & item 13 \
 hline
 item 21  & item 22  & item 23  \
hline
end{tabularx}
Posted by: Guest on January-13-2021

Code answers related to "how to make table of contents in latex"

Browse Popular Code Answers by Language