Skip to main content

Questions tagged [horizontal-vertical-lines]

3 votes
3 answers
73 views

While looking to create a full width row in a tabularx table I came across the multicolumn command. I used that successfully using this code sample \documentclass{article} \usepackage[tmargin=10mm, ...
Lord Swad's user avatar
5 votes
3 answers
336 views

I want to recreate this image in latex But i have an issue with cells aligning \documentclass{article} \usepackage[english, russian]{babel} \usepackage{graphicx} \usepackage{array} \begin{document} ...
user386618's user avatar
0 votes
1 answer
93 views

Doing an assessment and the line between columns stops when text ends. It should go until bottom of page. This is the last question of the paper. Any ideas? Thanks in advance. I removed the questions ...
Renato Costa's user avatar
0 votes
1 answer
54 views

When I type the following code: \noindent \includegraphics[scale=1.25]{catenoid1}% \hspace{.5in}% \vrule \includegraphics[scale=1.25]{catenoid2}% \hspace{.75in}% \vrule Both vrules show up: When I ...
Nate's user avatar
  • 357
3 votes
1 answer
115 views

Have tried with the simple code: \documentclass{book} \usepackage{amsmath,array} \begin{document} \begin{equation} \dot{\mathbf{x}}_{\text{p}}(t) = \left[\begin{array}{c|c} 0 &...
MadyYuvi's user avatar
  • 16.8k