Search found 4 matches

by Hessiess
Fri Dec 26, 2008 8:33 pm
Forum: General
Topic: Problem with Listings package syntax highlighting
Replies: 2
Views: 3036

Problem with Listings package syntax highlighting

I have bean writing a document containing HTML and using Listings to hi light it.The problem is that Listings is hi lighting keywords like ``frame'', ``width'' and ``for'' within comments as keywords, which should be hi lighted the same colour as the rest of the comment.

http://www.hessiess ...
by Hessiess
Sat Dec 06, 2008 2:18 pm
Forum: General
Topic: Text in tables butting up against the top line in a cell
Replies: 4
Views: 7265

Text in tables butting up against the top line in a cell

Build a minimal working example (MWE) that gives us an idea of the problem.


Best regards and welcome to the board
Thorsten¹

Thanks


\documentclass[11pt,a4paper]{article}

\usepackage{booktabs}

\begin{document}
\begin{tabular}{| l | p{8cm}|}
\hline
\textbf{{\Large{Heading}}} & \textbf{{\Large ...
by Hessiess
Sat Dec 06, 2008 1:12 pm
Forum: General
Topic: Text in tables butting up against the top line in a cell
Replies: 4
Views: 7265

Text in tables butting up against the top line in a cell

If I put text into a table, the top of the characters are almost tutching the tip line in the cell, I can use \midrule instead which adds a small gap at the top of a cell, but then there are white gaps on the vertical lines of the table.

Thanks.