arithmetics in matlab761 (1/8/2012 11:26:08 PM) comp.soft-sys.matlab Hi, when Matlab performs 1/(4.1-4), the result in double precision is 10.000000000000036 I am not quite sure why there is a 36 at the very end? Thank you ... pluton
random block permutation matrix1555 (10/6/2011 3:14:14 AM) comp.soft-sys.matlab Hi, I just want to know if there is an easy way in matlab to randomly permute by block a matrix N of size n ? What I can think of is to create a random permutation matrix M of size m with m smaller than n. The... pluton
mod function651 (3/13/2011 7:18:04 PM) comp.soft-sys.matlab Hi all, in matlab, is there a function modb similar to mod that works as follows: X and Y are positive integers : modb(Y,X) is Y if Y<X modb(X,X) is X thanks ... pluton
framed and page break0217 (12/3/2010 1:55:19 PM) comp.text.tex Hi all,
I'm a very happy user of the framed package but I am wondering about
the trick that could fix what follows. In the code provided below, the
framebox is split into two smaller ones both having a sur... pluton
image in chapter heads -- one by chapter033 (7/17/2010 3:53:41 AM) comp.text.tex Hi all, I've been investigating a little bit without success. By any chance, can we add an new image in each chapter head of a latex document with the book class? The same drawing for all chapter heads is eas... pluton
bullets instead of numbers in references2200 (5/29/2010 3:51:01 PM) comp.text.tex Hi all,
I have a list of \nocite in a document and I am trying to remove the
usual numbers and replace them by bullets in the bst file. I
unsuccessfully tried :
FUNCTION {output.bibitem}
{ newline$
... pluton
pgfplot anf tikz10506 (3/17/2010 3:37:35 PM) comp.text.tex Hi,
I am not sure about the difference between PGFplot and tikz but I
would like to know if, for 3D diagrams/figures, a 3-point perspective
instead of the usual orthogonal projection can be expected soon?
... pluton
ntheorem and continuation3232 (3/11/2010 8:59:34 PM) comp.text.tex Hi all,
I'm using package ntheorem for any kind of specific definition,
theorem, example and I would like to detail an example that should be
continued later on, something like:
Example 1.1 some text
... pluton
complex vector gradients832 (3/5/2010 3:12:06 PM) comp.lang.postscript Hi, at the following web address : http://www.sciences.ch/htmlfr/chimie/chimiequantique01.php if you scroll down to figure (53.175), you'll see chemical orbitals in the form of gradients. I would like to rep... pluton
Question on Maple and Latex122 (12/20/2012 9:00:26 PM) comp.text.tex I am looking for a LaTeX package which works like SageTeX
but instead of Sage, uses Maple. Ideally I want to embed Maple
commands in LaTeX and see the inserted in the document.
Any ideas?
... m-ghassempoory(35)
biblatex 2.0/biber 1.0 testing, again5696 (5/7/2012 12:37:15 PM) comp.text.tex Thanks to Joseph W, we now have a beta release of biblatex 2.0 which will n= ot drop bibtex support. In biblatex 2.0, bibtex is frozen and deprecated, n= ot gone. We will continue to backport relevant bugfixes ... philkime1(44)
arithmetics in matlab761 (1/8/2012 11:26:08 PM) comp.soft-sys.matlab Hi, when Matlab performs 1/(4.1-4), the result in double precision is 10.000000000000036 I am not quite sure why there is a 36 at the very end? Thank you ... plutonesque(390)
random block permutation matrix1555 (10/6/2011 3:14:14 AM) comp.soft-sys.matlab Hi, I just want to know if there is an easy way in matlab to randomly permute by block a matrix N of size n ? What I can think of is to create a random permutation matrix M of size m with m smaller than n. The... plutonesque(390)
mod function651 (3/13/2011 7:18:04 PM) comp.soft-sys.matlab Hi all, in matlab, is there a function modb similar to mod that works as follows: X and Y are positive integers : modb(Y,X) is Y if Y<X modb(X,X) is X thanks ... plutonesque(390)
moving a framed environment to the left6135 (10/3/2010 7:07:51 AM) comp.text.tex Hi all,
I want to move the following framed environment, which nicely breaks
accross pages :), towards the left so that it is not centered anymore.
I have been unsuccessfully trying for a while: would you ... pluton
process to obtain latex on windows xp5153 (9/12/2010 4:18:26 PM) comp.text.tex I a little confused on how to download latex.
I need Tex first?, is that the same as Miktek?
Can someone walk me through the steps?
Thank you very much.
... avisotd
ntheorem and \FrameCommand425 (7/27/2010 4:02:14 AM) comp.text.tex Hi all, if you compile what's below, you'll notice that the vertical rule of the definition environment is blue instead of red because of the lemma environment defined after it and making call to a blue vertic... caro.stephane(3)
multicol and multiple indexes.1196 (6/9/2010 7:38:00 PM) comp.text.tex How I can produce three columns index for my general and my author
index.
Thanks
\documentclass{article}
\usepackage{multind}
\makeindex{general}
\makeindex{authors}
\begin{document}
text \index{a... jan