Graphics, Figures & Tablescline

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
latexhelp1
Posts: 141
Joined: Sun Jun 12, 2011 6:30 am

cline

Post by latexhelp1 »

I would like to use cline for columns that are adjacent but still have space between them rather than one long line. For example, if I want a cline around columns between 1 and 2 and a cline between 3 and 6 but not have the line connected through columns 2 and 3.

I very much appreciate any help you can provide.

Edit: This question was answered in a related thread.
Last edited by latexhelp1 on Mon Nov 14, 2011 1:36 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: cline

Post by Stefan Kottwitz »

Hi,

that's possible with booktabs and \cmidrule with trimming specifications, described in the booktabs manual. Since you are already using booktabs, you probably just needed to know the name of this command.

Stefan
LaTeX.org admin
latexhelp1
Posts: 141
Joined: Sun Jun 12, 2011 6:30 am

cline

Post by latexhelp1 »

Dear Stefan,

Thank you for your response. I do not understand what you mean by trimming specifications. I also have no idea what the syntax would be to implement them because I have no idea what that means.

I would very much appreciate any further help you could provide.
Stefan_K wrote:Hi,

that's possible with booktabs and \cmidrule with trimming specifications, described in the booktabs manual. Since you are already using booktabs, you probably just needed to know the name of this command.

Stefan
Post Reply