Hi list
Can I control the width of a column?
I've got 2 column with \begin{multicols}{2}
In the first i've got the text
In the second, a picture.
The picture is small and doesn't need the half of the page.
Or perhaps it's not the best way to do that?
Will the multicols be in the next Lyx?
Thanks for reply
Eric
my file :
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 221
\textclass article
\begin_preamble
\usepackage {pst-all,pstricks-add,multicol,eurosym}
\providecommand{\texteuro}{\euro}
\title{}
\date{}
\pagestyle{fancy}
\fancyhead[LE,LO]{\bf Module}
\fancyhead[CE,CO]{\bf Configurations du plan}
\fancyhead[RE,RO]{\bf Seconde}
\fancyfoot[CE,CO]{}
\end_preamble
\language frenchb
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize 10
\spacing single
\papersize Default
\paperpackage a4
\use_geometry 1
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\leftmargin 1.25cm
\topmargin 2cm
\rightmargin 1.25cm
\bottommargin 1.5cm
\headheight 1.5cm
\headsep 0.5cm
\footskip 0.5cm
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip smallskip
\quotes_language swedish
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle fancy
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
begin {multicols}{2}
\end_inset
\layout Subsection*
Exercice 1
\layout Standard
ABCD est un carr�, DIC et BJC sont des triangles �quilat�raux.
Montrer que les points A,I et J sont align�s.
(indication : d�terminer la mesure des angles
\begin_inset Formula $\widehat{BAI}$
\end_inset
et
\begin_inset Formula $\widehat{BAJ}$
\end_inset
.
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
begin{pspicture}(-2,0)(2,2)
\layout Standard
\backslash
pspolygon(-2,0)(0,0)(0,2)(-2,2)
\layout Standard
\backslash
SpecialCoor
\layout Standard
\backslash
psline(-2,0)(2;120)(0,0)(2;30)(0,2)
\layout Standard
\backslash
uput[135](-2,2){A}
\layout Standard
\backslash
uput[-135](-2,0){D}
\layout Standard
\backslash
uput[-45](0,0){C}
\layout Standard
\backslash
uput[45](0,2){B}
\layout Standard
\backslash
uput[0](-1,1.732){I}
\layout Standard
\backslash
uput[0](1.732,1){J}
\layout Standard
\backslash
end{pspicture}
\end_inset
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
end{multicols}
\end_inset
\the_end