python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using multirow and multicoloum in Table in Overleaf
I am trying to make a table where the first column is multiple columns (2 columns) and also multiple rows (2 rows). The error is on the first column (Aspects). How to make it work?
\begin{table}[htb]
...
MK Huda
Votes: 0
Answers: 1
T shaped divider in LaTeX by using multicols
\documentclass[10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{blindtext}
\usepackage{multicol}
\usepackage{geometry}
\geometry{
total={272mm,394mm},
left=20mm,
right=20mm,
top=20mm,
...
user15554005
Votes: 0
Answers: 1