Text FormattingNota Bene/Top Tip

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
dickturnip
Posts: 12
Joined: Wed Nov 25, 2009 4:45 pm

Nota Bene/Top Tip

Post by dickturnip »

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 would be able to share examples.

Many thanks in advance,

Dicky
Last edited by dickturnip on Sat Oct 09, 2010 6:11 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Nota Bene/Top Tip

Post by frabjous »

I'm not familiar with O'Reilly books. Could you be a little more descriptive in what you want?
dickturnip
Posts: 12
Joined: Wed Nov 25, 2009 4:45 pm

Nota Bene/Top Tip

Post by dickturnip »

In the end I did this:

Code: Select all

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
to use the bomb I needed

Code: Select all

\usepackage{fourier}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
in my preamble.
Last edited by dickturnip on Sat Oct 09, 2010 6:07 pm, edited 1 time in total.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Nota Bene/Top Tip

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (and not the last post) accordingly as clearly written in the Board Rules. You are not new to the forum so you should know that. Please keep that in mind for the future so that further reminders will not be necessary.


Thorsten
Post Reply