Search found 2 matches

by johnkiro
Sat Jul 09, 2011 1:58 am
Forum: LyX
Topic: Defining optional parameter for InsetLayout
Replies: 1
Views: 1803

Defining optional parameter for InsetLayout

Hello again,

Fortunately it was easy to overcome this problem by wrapping the bclogo environment inside a command as follows:


Preamble
\usepackage[tikz]{bclogo}
\newcommand{\importantnote}[1]
{
\begin{bclogo}[couleur=blue!5,couleurBord=blue!30,logo=\bccrayon,arrondi=0.1]
{Note}#1
\end{bclogo ...
by johnkiro
Fri Jul 08, 2011 8:31 pm
Forum: LyX
Topic: Defining optional parameter for InsetLayout
Replies: 1
Views: 1803

Defining optional parameter for InsetLayout

Hello There,

this is my first post in the LaTeX community :)

I'm trying to create a layout inset to simplify using the bclogo package, which uses TikZ to add nice looking notes to documents.

Here is how I define the inset:


InsetLayout ImportantNote
LabelString Important Note
LatexType ...