Search found 2 matches

by camilstaps
Sat Jan 05, 2013 12:44 pm
Forum: Page Layout
Topic: twocolumn with minipage over full width
Replies: 1
Views: 3142

twocolumn with minipage over full width

Solved it, using

Code: Select all

\twocolumn[\showtitle]
by camilstaps
Sat Jan 05, 2013 11:51 am
Forum: Page Layout
Topic: twocolumn with minipage over full width
Replies: 1
Views: 3142

twocolumn with minipage over full width

Hi all,

I'm trying to make something similar to http://ww1.microchip.com/downloads/en/appnotes/00734b.pdf
I'm using the twocolumn option, and have defined my own \showtitle command:

\newcommand{\showtitle}{
\parbox[t]{\textwidth}{
\flushright\textbf{\fontsize{50}{1}\selectfont\gettitle{}}
\vbox ...