Changing font size of table notes in threeparttable

tex

    Next

  • 1. left / middle-aligned
    Hello, i've a Problem with an alignment in latex. The code is given as: \begin{align} [r-NO-1]: HCN + 1,25\,O_2 &\Rightarrow NO+CO+0,5\, H_2O &\\ [r-NO-2]: HCN + NO &\Rightarrow N_2 + CO + 0,5\,H_2 HCN + NO & \end{align} what I want to do, is to align the [r-NO-x] to the left, and the rest to the middle, straightened at the "\Rightarrow" symbol. How can I do this? Thanks a lot! Benjamin
  • 2. Managing layers with pdflatex
    Hello, I found the OCG package to manage layers in my pdf files. Do you know other packages doing the same thing ? Thanks. Benoit
  • 3. Is it appropriate to using \cite command in the abstract for the phd thesis?
    On Sat, 7 Feb 2009 23:26:49 -0800 (PST), Joris < XXXX@XXXXX.COM > wrote: >Stuff like this is discipline-specific and sometimes institution- >specific, but unless your graduate school specifically bans it (they >tend to have a list of formatting requirements) or your advisor balks >at it, you should be fine. Thanks a lot, I've got it. -- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

Changing font size of table notes in threeparttable

Postby Scott Waichler » Fri, 15 Jul 2005 00:41:51 GMT

Hi,

I want to change the font size of table notes in a threeparttable.  I
did the following

\renewcommand{\TPTnoteSettings}{\small
        \setlength\leftmargin{1.8em}%
        \setlength\labelwidth{1.5em}%
        \setlength\labelsep{.3em}%
}%

to get the right size, but the line leading is still too large,
appropriate for \footnotesize.  How can I make the line leading
compatible with the font?

Thanks,
Scott Waichler


Re: Changing font size of table notes in threeparttable

Postby Donald Arseneau » Fri, 15 Jul 2005 10:52:07 GMT

"Scott Waichler" < XXXX@XXXXX.COM > writes:


Works for me.


-- 
Donald Arseneau                           XXXX@XXXXX.COM 

Re: Changing font size of table notes in threeparttable

Postby Scott Waichler » Fri, 15 Jul 2005 23:57:08 GMT



Ok, I guess there's something else in my class file or document file
that is interfering.  Could this from my class file be the cause:

\renewcommand{\footnotesize}{\normalsize}

to make footnotes in the main body have normal font?

In a pinch, I used \renewcommand{\baselinestretch}{0.8} right after
\small in the \renewcommand{\TPTnoteSettings}, but I'd rather do the
right thing.

Thanks,
Scott


Re: Changing font size of table notes in threeparttable

Postby Donald Arseneau » Sat, 16 Jul 2005 08:31:54 GMT

"Scott Waichler" < XXXX@XXXXX.COM > writes:




That shouldn't hurt.  But do you redefine \small?  Do you redefine
anything to do with lists (in particular, causing \endlist to not
end the paragraph properly)?  



Donald Arseneau                           XXXX@XXXXX.COM 





Similar Threads:

1.threeparttable: multicolumn table notes

I am using the multicol package to set the tablenotes
in a threeparttable environment in columns.

With long table notes, however, I have to insert line
breaks by hand.  Is there a way to have the \tablenotes
list environment cope with multicols automatically, i.e.,
wrap based on the current \linewidth given by multicols?

I have tried hacking \tablenotes, but I no joy so far...

Here is my current test case:

\documentclass{article}
  \usepackage{threeparttable,multicol}
\begin{document}
  \begin{threeparttable}
   \caption{A \texttt{threeparttable} with multicolumn notes.}
   \begin{tabular}{lll}
    \multicolumn{3}{c}{Process Type}            \\
    None            & Defined       & Empirical \\\hline
    Ad hoc\tnote{1} & CMMI\tnote{2} & Agile     \\
    Ad hoc          & PMI           & Lean
   \end{tabular}
   \begin{multicols}{2}
    \begin{tablenotes}
     \item[1] Also known as code-n-fix.
     \item[2] For teams of ``code monkeys''
    \end{tablenotes}
   \end{multicols}
  \end{threeparttable}
\end{document}

Thanks in advance,
-- 
Bil Kleb, Hampton, Virginia

2.Changing font size in table of contents

Hi,

can someone please tell me how to change the font size of the title in
the table of contents?

Thanks.

3.changing table font size

I'm using MikTeX with WinEdt in trying to fit tables onto one page that are
too big in 11pt font.  I'm using a special thesis.cls class in writing my
thesis and just using \small or whatever other size inside the table
environment doesn't work.  As a solution, I've tried the deluxetable.sty but
obtain errors in the form of: undefined control sequences   \@halignto ->
\@to\pt@width.  Having little experience in TeX programming, I don't know
what this means.  Any suggestions?  Also, is there an easy way that I'm not
seeing of making font sizes in the table environment smaller?

If you need any additional info, please let me know.

Thank you


4.tables: changing default table font for all tables in a document

Hello,

        I would like all tables in a document to appear in a font different
from the one that I use for the rest of the document.  One way to do this is
to wrap \textsf{...} around every table:

            \textsf{
                \begin{tabular}{rcc}
                    [...]
                \end{tabular}
            }

does the trick.  But isn't there a way to redefine the tabular environment so
that I need not employ \textsf{...}for each table?

Thank you,
--John



5.Changing size of an entire table

Hi,

I have a table which is specified like this:

\begin{table} 
stuff
\begin{tabular}
table

\end{tabular}
\end{table}


I want to change the size of the entire table (table environment?) to
be \small without putting \small{} in each of the table entries, is
this possible?  I will paste my latex code below in case that will
help.


Thanks a lot!
Jim

\begin{table}\begin{center}\label{RxnFam}\spacing{1}
\caption[]{}
\begin{tabular}[b]{ccc}
 
{\bf Reaction Family} & {\bf Example} & {\bf Reaction Matrix} \\
\hline\hline
Oxygen Hydrogen Abstraction (Initiation) & $\mathrm{O_2 + R-H
\longrightarrow HOO\bullet + R\bullet}$ & $\begin{array}{c} \emph{O}
\\ \emph{O} \\ \emph{C} \\ \emph{H} \end{array}$
$\left[\begin{array}{cccc} 0&-1&0&1\\ -1&1&0&0\\ 0&0&1&-1 \\ 1&0&-1&0
\end{array} \right] $
 
 

\end{tabular}\end{center}\end{table}

6. Figures captions font size bigger than font size used in document

7. table footnotes flush left using threeparttable?

8. Font size changed by Adobe Reader



Return to tex

 

Who is online

Users browsing this forum: No registered users and 43 guest