Search found 16 matches
- Thu Oct 18, 2012 10:02 pm
- Forum: Graphics, Figures & Tables
- Topic: multirow | Unexpected Errors
- Replies: 2
- Views: 6434
Re: multirow | Unexpected Errors
Thanks. That was it. I thought I had pulled the latest version down but I guess not. It works fine now.
- Thu Oct 18, 2012 5:16 pm
- Forum: Graphics, Figures & Tables
- Topic: multirow | Unexpected Errors
- Replies: 2
- Views: 6434
multirow | Unexpected Errors
I am working with an author's file and he is using the multirow package. Here is a clip
\documentclass{book}
\usepackage{multirow}
\begin{document}
\begin{table}[!h]
\centering
\begin{tabular}{r|cccccccccc}
{\bf Brand} & \multicolumn{ 10}{c}{{\bf Number of Things}} \\
\hline
\multirow{2}{1.6pc ...
\documentclass{book}
\usepackage{multirow}
\begin{document}
\begin{table}[!h]
\centering
\begin{tabular}{r|cccccccccc}
{\bf Brand} & \multicolumn{ 10}{c}{{\bf Number of Things}} \\
\hline
\multirow{2}{1.6pc ...
- Thu Dec 22, 2011 5:26 pm
- Forum: General
- Topic: RGB to CMYK
- Replies: 2
- Views: 2982
Re: RGB to CMYK
Thanks kaiserkarl13. It didn't change what what outside the trim, but everything inside was changed. This is great. Will save me a couple of steps in the future.
- Wed Dec 14, 2011 4:28 pm
- Forum: General
- Topic: RGB to CMYK
- Replies: 2
- Views: 2982
RGB to CMYK
I am using Textures to set a book. I am using the BOOK class. The printer requires files in CMYK. I've set up the palatte and changed all the colors that I use to CMYK. When I create a PDF, there are some stray RGB colors, mainly in the folios and running heads. For the past 10 years I've just run ...
- Fri Nov 25, 2011 8:51 pm
- Forum: Page Layout
- Topic: Last Section on Page into the Header
- Replies: 0
- Views: 1490
Last Section on Page into the Header
I am using »book« class. If I have \section{xxx} twice on the same page, it puts the first section name in the running header. How do I get it to put the last section heading there? I'd like Section 3.3 in the head. Thanks.
- Mon Oct 10, 2011 3:36 pm
- Forum: General
- Topic: listings | Color in HTML Code
- Replies: 2
- Views: 8577
listings | Color in HTML Code
I have a document from the author and he is using the listings package. He has this code:
\lstinputlisting[language=HTML]{scr/html/roll.html}
roll.html has this:
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<title>JavaScript Temperature Converter</title>
</head>
<body>
<h1 ...
\lstinputlisting[language=HTML]{scr/html/roll.html}
roll.html has this:
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<title>JavaScript Temperature Converter</title>
</head>
<body>
<h1 ...
- Wed Sep 07, 2011 3:06 pm
- Forum: Text Formatting
- Topic: Rule above Section Heading
- Replies: 1
- Views: 1375
Rule above Section Heading
I have text that is 32pc (1pc=12pt) wide. I'd like to place a 3pt rule above the section headings. Is there an easy way to do this? I've tried modifying the class file but run into problems when the section number changes from 1.9 to 1.10.
Thanks
Thanks
- Thu Jun 02, 2011 7:37 pm
- Forum: Text Formatting
- Topic: Changing size of typewriter typeface
- Replies: 5
- Views: 4403
Re: Changing size of typewriter typeface
It's too big in relation to example 17. I realize that in example 14, both the basal text and the \tt font are 11 point. Optically, it looks bigger even though they are both 11 point. I don't want the \tt at 11 point. I'd like it smaller throughtout the document as in the listing. I thought there ...
- Thu Jun 02, 2011 6:48 pm
- Forum: Text Formatting
- Topic: Changing size of typewriter typeface
- Replies: 5
- Views: 4403
Changing size of typewriter typeface
Here is a link to a sample page. We've set hundreds of textbooks with various "typewriter" faces including Courier, Letter Gothic, Monospace 821. We almost always have to drop a point size when using a monospace font to make it look the same size as the text. It would be nice if the type in #14 was ...
- Thu Jun 02, 2011 5:14 pm
- Forum: Text Formatting
- Topic: Changing size of typewriter typeface
- Replies: 5
- Views: 4403
Changing size of typewriter typeface
I'm setting a book in 11pt type and using the Listings package. The author thinks the \tt font is too big. I changed the parameters of the listing to \small and this looks great. Is there a way resize the rest of the typewriter font used in the document to "small"?