SaraPotters | 1 Nov 2009 22:50
Picon

Anybody know where to find this movie?


Hi guys ) Does anybody know where to find uncensored version of this
movie?or the name of this... http://poit.us/moviecut/
JonSamuels | 3 Nov 2009 11:38
Picon

Gues which boobs belongs to Madonna and get 25$.


ONLY for google groups usersWatch video, give me answer by icq -
199074661. In message give me the name of the girl and the way how to
pay if the answer is correct(paypal, webmoney, Bank Transfer). First
25 correct answers - get the prize! Horry up! here is the video
online: http://path.to/videocut/
Fab | 3 Nov 2009 17:21
Picon

Problem with a symbol.


Hello everyone,
I discovered this wonderful plugin, and I wanted to try writing some
snippets in LaTeX mode.
Including one that creates a system of two linear equations with two
unknowns.

\begingroup
\renewcommand{\arraycolsep}{1.4pt}
\[\left\{
\begin{array}{ccr}
$1 & = & $2 \\
$3 & = & $4 \\
\end{array}
\right.
\]\endgroup

However, I encounter a little problem: we obtain / instead of / / to
move to another line system.
Thank you for your help.
Fab | 3 Nov 2009 18:36
Picon

Re: Problem with a symbol.


On 3 nov, 17:21, Fab <couvreur.fabr...@...> wrote:
> Hello everyone,
> I discovered this wonderful plugin, and I wanted to try writing some
> snippets in LaTeX mode.
> Including one that creates a system of two linear equations with two
> unknowns.
>
> \begingroup
> \renewcommand{\arraycolsep}{1.4pt}
> \[\left\{
> \begin{array}{ccr}
> $1 & = & $2 \\
> $3 & = & $4 \\
> \end{array}
> \right.
> \]\endgroup
>
> However, I encounter a little problem: we obtain / instead of / / to
> move to another line system.
> Thank you for your help.

oups !!

However, I encounter a little problem: we obtain \ instead of \\ to
> move to another line system.
João Távora | 3 Nov 2009 19:27
Picon
Gravatar

Re: Problem with a symbol.


Have you tried doubling the backslashes? For example

$1 & = & $2 \\\\
$3 & = & $4 \\\\

or variations thereof. Check back if it works. If it doesn't, there
are other ways to make it work.

Bye!
João

On Tue, Nov 3, 2009 at 6:36 PM, Fab <couvreur.fabrice@...> wrote:
>
>
>
> On 3 nov, 17:21, Fab <couvreur.fabr...@...> wrote:
>> Hello everyone,
>> I discovered this wonderful plugin, and I wanted to try writing some
>> snippets in LaTeX mode.
>> Including one that creates a system of two linear equations with two
>> unknowns.
>>
>> \begingroup
>> \renewcommand{\arraycolsep}{1.4pt}
>> \[\left\{
>> \begin{array}{ccr}
>> $1 & = & $2 \\
>> $3 & = & $4 \\
>> \end{array}
(Continue reading)

Fab | 4 Nov 2009 00:39
Picon

Re: Problem with a symbol.


On 3 nov, 19:27, João Távora <joaotav...@...> wrote:
> Have you tried doubling the backslashes? For example
>
> $1 & = & $2 \\\\
> $3 & = & $4 \\\\
>
> or variations thereof. Check back if it works. If it doesn't, there
> are other ways to make it work.
>
> Bye!
> João
>
>
>
> On Tue, Nov 3, 2009 at 6:36 PM, Fab <couvreur.fabr...@...> wrote:
>
> > On 3 nov, 17:21, Fab <couvreur.fabr...@...> wrote:
> >> Hello everyone,
> >> I discovered this wonderful plugin, and I wanted to try writing some
> >> snippets in LaTeX mode.
> >> Including one that creates a system of two linear equations with two
> >> unknowns.
>
> >> \begingroup
> >> \renewcommand{\arraycolsep}{1.4pt}
> >> \[\left\{
> >> \begin{array}{ccr}
> >> $1 & = & $2 \\
> >> $3 & = & $4 \\
(Continue reading)

Fab | 5 Nov 2009 17:39
Picon

Clear text


Hello everyone,
I wrote a snippet that creates an array of variation of a function
using the package tablor.sty created by Guillaume Connan.
My problem is the list of prohibited values (${3}). Indeed, if there
are no values, you need [ ]. For now, I simply press the space bar to
erase the text.
Is there another solution?
Thank you for your help.

\initablor
\begin{center}
\begin{TV}
TV([${1:debut de l'intervalle},${2:fin de l'intervalle}],[${3:liste
des valeurs interdites}],"${4:nom de la fonction}","${5:nom de la
variable}",${6:expression de la fonction (utiliser x)},${7:type de
tableau (1:complet,0:sans signe,2:que le signe)},${8:trigo ?
(t:oui,n:non)},\tv)
\end{TV}
\end{center}
Vinh Nguyen | 6 Nov 2009 00:57
Picon
Gravatar

yasnippet: # as key


i'm trying to get the following snippet to work, but i can't get the
'#' to be my key.  any suggestions?  i think it's picking the # up as
a comment.  thanks for a great package!

# -*- mode: snippet -*-
# name: #### ....
# key : #
# --
##
####
####    $1
####
##
$0

Andrea Crotti | 6 Nov 2009 10:31
Picon

Symbol's function definition is void: yas/next-field-group


Hello everybody,
I upgraded to the latest version of yasnippet (version 0.6.1b) and I
have a strange problem.

I load emacs, I define some snippets, use others and everything work
fine, BUT when I create a new snippet with
C-c & C-n, then the tab stops working, giving this error:

"Symbol's function definition is void: yas/next-field-group"

I don't understand where this come from, it's not defined anywhere and
I did also a
"grep -iR yas/next-field-group .emacs.d"

and nothing comes out... So who can be calling it?
Andrea Crotti | 6 Nov 2009 10:46
Picon

Re: Symbol's function definition is void: yas/next-field-group


I understood the problem, something sets me the [tab] to that
undefined function.
Maybe it was the name in version 0.5?
Should I force the yas/next-field to tab in my yasnippet configuration
maybe?
THanks

Gmane