Questions tagged [horizontal-vertical-lines]
The horizontal-vertical-lines tag has no summary.
5 questions
3 votes
3 answers
73 views
Rogue verticallLines in \tabularx table using \multicolumn and \rule
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, ...
5 votes
3 answers
336 views
how to align cells inside tables?
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} ...
0 votes
1 answer
93 views
Line between columns not showing until the end of page
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 ...
0 votes
1 answer
54 views
Weird/inconsistent behavior with \vrule
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 ...
3 votes
1 answer
115 views
Both \hline and vertical rule display problem in tex4ht
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 &...