Search found 12 matches

by dickturnip
Sat Oct 09, 2010 4:08 pm
Forum: Text Formatting
Topic: Nota Bene/Top Tip
Replies: 3
Views: 6810

Nota Bene/Top Tip

In the end I did this:

\begin{center}
\framebox[4in]{
\begin{minipage}[t]{3.5in}
{\Large{\bomb}} Take care with this option.
There is a bug in the rich-text editor
that can remove blank lines from content body. Check your work.
\end{minipage}
}
\end{center}

to use the bomb I needed ...
by dickturnip
Fri Oct 08, 2010 12:20 pm
Forum: Text Formatting
Topic: Nota Bene/Top Tip
Replies: 3
Views: 6810

Nota Bene/Top Tip

Hi there.

I am producing a user manual.

I would like to include 'Top Tip', 'NB' or 'Warning' passages from time to time (similar to the ones used in O'Reilly books)

I would, of course, like to include a logo or a symbol. I wondered what preferred methods were here and if any of the community ...
by dickturnip
Wed Jul 28, 2010 12:57 pm
Forum: Graphics, Figures & Tables
Topic: Centering vertical lines in multicolumn
Replies: 2
Views: 5266

Re: Centering vertical lines in multicolumn

Thank-you Stefan, that does it.

Dicky.
by dickturnip
Sun Jul 25, 2010 8:35 pm
Forum: Graphics, Figures & Tables
Topic: Centering vertical lines in multicolumn
Replies: 2
Views: 5266

Centering vertical lines in multicolumn

Hi.

I've not tried much with tables yet. What I would like to achieve is a heading spanning two columns with the line dividing columns below centered under this heading.

This is my minimum working example:

\documentclass[]{article}

\usepackage{multicol}

\begin{document}

\begin{tabular}{c|c ...
by dickturnip
Sat May 01, 2010 8:39 pm
Forum: General
Topic: Best way to make invoices
Replies: 0
Views: 981

Best way to make invoices

Hi there.

I am putting together a way of generating company invoices.

I am aware of the invoice package but it seems a little limited to me.

I wondered what users experience was here. Is the invoice package the way to go?

I am considered a bespoke table instead.

Many thanks for any replies ...
by dickturnip
Thu Mar 04, 2010 11:03 pm
Forum: Text Formatting
Topic: A neat booking form
Replies: 2
Views: 1915

Re: A neat booking form

That is superb, many thanks.

dt
by dickturnip
Thu Mar 04, 2010 5:04 pm
Forum: Text Formatting
Topic: A neat booking form
Replies: 2
Views: 1915

A neat booking form

Hi there.

I am putting together a brochure - on the fourth page is a form customers can fill in and fax over.

I would like the bit where they put their name to be underlined with dots.
\dotfill is of course very good at filling the rest of the line with dots.

I am hoping to get something that ...
by dickturnip
Tue Jan 26, 2010 10:23 pm
Forum: General
Topic: Overfull hbox more common since disk crash
Replies: 1
Views: 1544

Re: Overfull hbox more common since disk crash

Fixed it.

Removed as many tex and texlive packages as I could find.

Got a problem with lmodern:
/etc/defoma/hints/lmodern.hints: Unable to open, or empty

so I downloaded .deb file for lmodern, extracted the lmodern.hints file to /etc/defoma/hints and used apt to install all the tex and texlive ...
by dickturnip
Tue Jan 26, 2010 3:14 pm
Forum: General
Topic: Overfull hbox more common since disk crash
Replies: 1
Views: 1544

Overfull hbox more common since disk crash

Hi.

Recently I suffered a disk crash and have been getting lots of 'Overfull hbox' warnings and text from one frame running over to the next while previously these words were being hyphenated across lines. Some warnings are very large, such as:

Overfull \hbox (27.59291pt too wide) in paragraph at ...
by dickturnip
Thu Nov 26, 2009 1:58 pm
Forum: Graphics, Figures & Tables
Topic: Exact placement of contents table
Replies: 5
Views: 3618

Re: Exact placement of contents table

Many thanks Faust for trying to help.

I am using twocolumn. Currently I have a minipage with enough text in it to take up all of one column. At the top of the other column I would like my table of contents and below that some 'contact us' information.

I wonder if I should have the table of ...