Search found 6 matches

by Rimme
Wed Jun 05, 2013 12:45 pm
Forum: Page Layout
Topic: Remove space after a specific chapter
Replies: 2
Views: 3303

Remove space after a specific chapter


\documentclass[11pt,twoside]{report}
\usepackage{type1cm}
\usepackage[utf8]{inputenc}

\usepackage[Lenny]{fncychap}

\makeatletter
\ChNameVar{\fontsize{24}{26}\usefont{OT1}{rm}{m}{n}\selectfont}
\ChNumVar{\fontsize{60}{62}\usefont{OT1}{rm}{m}{n}\selectfont}
\ChTitleVar{\huge\bfseries\rm ...
by Rimme
Wed Jun 05, 2013 11:02 am
Forum: Page Layout
Topic: Remove space after a specific chapter
Replies: 2
Views: 3303

Remove space after a specific chapter

Hi

Is it possible to remove space between chapter and the following text, if I only want to remove it after one specific chapter?

Thanks for helping
by Rimme
Thu Nov 29, 2012 12:15 pm
Forum: Graphics, Figures & Tables
Topic: Complex Table with merged Cells over Columns and Rows
Replies: 7
Views: 15476

Re: Complex Table with merged Cells over Columns and Rows

Thank you very much, everything is now working.
by Rimme
Thu Nov 29, 2012 9:16 am
Forum: Graphics, Figures & Tables
Topic: Complex Table with merged Cells over Columns and Rows
Replies: 7
Views: 15476

Re: Complex Table with merged Cells over Columns and Rows

I have looked in the package manager and it seems that the package is already installed and I have \usepackage{multirow} in my preamble. So it looks like the package is not working.
by Rimme
Wed Nov 28, 2012 11:01 pm
Forum: Graphics, Figures & Tables
Topic: Complex Table with merged Cells over Columns and Rows
Replies: 7
Views: 15476

Complex Table with merged Cells over Columns and Rows

I hope this is what you asked for.

\documentclass[11pt]{article}

\begin{document}
\begin{table}
\centering
\begin{tabular}{|c|c|c|c|c|} \hline
\multirow{3}{|c|}{...} & \multicolumn{3}{|c|}{...} & \multirow{3}{|c|}{...} \\\hline
& \multicolumn{2}{|c|}{...} & \multirow{2}{|c|}{...} & \\\hline ...
by Rimme
Wed Nov 28, 2012 2:35 pm
Forum: Graphics, Figures & Tables
Topic: Complex Table with merged Cells over Columns and Rows
Replies: 7
Views: 15476

Complex Table with merged Cells over Columns and Rows

Hi,

I'm trying to make the following table, but I cant seem to get it right.
___________________________
|__|_________________| |
|__|___________| | |
|__|_____|_____|_____|____|
|__|_____|_____|_____|____|

Hope that someone can help me make the table. I've tried using multirow and \multicolumn ...