Search found 7 matches

by ChelseaBoot
Mon Jun 20, 2011 12:58 pm
Forum: Fonts & Character Sets
Topic: Garamond kills bold Fonts
Replies: 0
Views: 1303

Garamond kills bold Fonts

I have a feeling that this involves some combination of \renewcommand but I think it is best to have the advice on this forum. When I use Garamond fonts, everything becomes immediately lighter, in particular the \begin{description} … \end{description} parts.

With Garamond:
\documentclass[10pt ...
by ChelseaBoot
Mon Jun 20, 2011 2:17 am
Forum: Graphics, Figures & Tables
Topic: Table Cell Height and \arraystretch
Replies: 6
Views: 28235

Re: Table Cell Height and \arraystretch

Thanks for the reply localghost! "\addlinespace" is very useful.
by ChelseaBoot
Sun Jun 19, 2011 3:16 pm
Forum: Graphics, Figures & Tables
Topic: Table Cell Height and \arraystretch
Replies: 6
Views: 28235

Re: Table Cell Height and \arraystretch

Ah, those "&"s are left over from a different table formatting. Thanks for pointing them out.

And the "[3ex]" works quite well. Thank you.
by ChelseaBoot
Sun Jun 19, 2011 2:37 pm
Forum: Graphics, Figures & Tables
Topic: Table Cell Height and \arraystretch
Replies: 6
Views: 28235

Table Cell Height and \arraystretch

Sorry!

\documentclass[a4paper]{article}

\usepackage{amsmath,amssymb}
\usepackage{tabularx}
\usepackage{bm}
\usepackage{booktabs}

\renewcommand{\arraystretch}{1.1}
\def\mathbi#1{\textbf{\em #1}}
\newcommand{\transp}{^{\mathsf{T}}}

\begin{document}

\begin{table}[htbp]
\begin{center}
\begin ...
by ChelseaBoot
Sun Jun 19, 2011 1:25 pm
Forum: Graphics, Figures & Tables
Topic: Table Cell Height and \arraystretch
Replies: 6
Views: 28235

Table Cell Height and \arraystretch

I have been trying to rescale the height of cells in a table:

\begin{table}[htbp]
\begin{center}
\begin{tabular}{>{$\displaystyle}p{.2\textwidth}<{$} >{$\displaystyle}p{.3\textwidth}<{$}}
%================================%
\toprule
\textbf{Derivative} & \textbf{Expression} \\
\toprule
\dfrac ...
by ChelseaBoot
Fri Jun 17, 2011 10:29 am
Forum: Text Formatting
Topic: `macro parameter character #' in horizontal mode
Replies: 2
Views: 78417

Re: `macro parameter character #' in horizontal mode

Thanks for that Thorsten. My understanding of macros is poor - I thought the "#1" in the second input of \handout would get dereferenced using the first input to the \handout command. Now that seems a little silly. :)
by ChelseaBoot
Fri Jun 17, 2011 10:01 am
Forum: Text Formatting
Topic: `macro parameter character #' in horizontal mode
Replies: 2
Views: 78417

`macro parameter character #' in horizontal mode

I am trying to create a template for problem sets using another template I found online, a minimal example of which is below. When I try to compile this, I get the error:
You can't use `macro parameter character #' in horizontal mode

There are other instances of this error report on google but ...