Displaying 19 results from an estimated 19 matches for "memoir".
Did you mean:
memoire
2006 Apr 28
2
Memoire defaillante
Bonjour,
je travaille actuellement sur le logiciel R et mets en place des procédures d'analyse de données :
sur des procédures de classification employant la commande dist(), je rencontre des problèmes de memoire : avec des data.frame d'environ 100 000 lignes j'obtiens le message d'erreur suivant :
Error : cannot allocate vector of size 668 481 330
Ou une autre erreur souvent affichée :
Reached total allocation of 510 Mb : see help(memory.size)
J'ai donc lu les aides sur R, visité...
2005 Nov 18
0
memoir and latex
I installed Centos 4.2 last night, I moved from Fedora Core 4 to it as I
wanted to get off the distro upgrade treadmill, so I'm still learning about
centos.
I've been trying to add the memoir package to be used with latex but I can't
find the exact right place for it. Can anyone who's installed it or knows
about latex tell me please?
Hopefully thanks
Sharon.
--
12:50:25 up 58 min, 3 users, load average: 1.58, 1.72, 1.80
A taste of linux http://www.sharons.org.uk/taste/ind...
2006 Jun 18
4
MongrelDay Documentation -- Memoirs Of A Web Server
Happy RailsDay!
While everyone else was out having fun with RailsDay I spent my time
wisely and wrote up tons of documentation for Mongrel and cleaned out
some of the docs I''ll never write anyway. I also took the time to apply
some nice patches from Jonas Pfenniger for easily setting up redirects
in Mongrel.
Some of the highlighted documents people will be interested in are:
*
2005 Jun 30
4
A Memoir on FastCGI and Apache
With the release of our filmfury.com project, I''ve been trying to
rise to the stature of a true system administrator in the last couple
of days (haha). I''m trying to understand how all of the pieces to
this apache/fastcgi deployment fit together.
Here''s what I''ve learned so far:
* You need a separate FastCGI server for each Rails application on
your
2006 Dec 25
1
Hmisc - some latex problems
...ave two problems. First, I don't know what package
the environment "spacing" comes from. (There is also a command \smaller,
but that is from the relsize package. Perhaps the latex man page could
list the latex packages that are necessary to create correct output.)
Second, I use the memoir class, and it flags \bf as an error -
\textbf should be used instead. A correct version would be
\begin{center}\textbf{ faithful \\ 2 Variables~~~~~ 272
~Observations}\end{center}
thank you,
Steve
2008 May 10
1
writing a table in the device (pdf in this case)
...y to do that?
example:
pdf("example.pdf")
layout (matrix(1:2,1,2))
plot (groups, scores)
Result <- cbind (samplesize, mean_score, sem_score) #calculated before
???
dev.off ()
--
_______________________________________________
Dr. Julien Colomb
Genes et Dynamique des Systemes de Memoire
CNRS UMR 7637
ESPCI
10 rue Vauquelin
75005 Paris
France
www.gdsm.espci.fr
tel +33 (0)1 40 79 51 23
fax +33 (0)1 40 79 52 29
AIM (ichat) or skype: thrawny1
[[alternative HTML version deleted]]
2008 Aug 13
1
Installing R in Ubuntu
Hi,
I am running Ubuntu on my Windows OS through VMware.
I am trying to install R in Ubuntu, but not getting with those commands,
which are there on the site.
Can anyone please tell me how to install it, stepwise, with commands to be
used.
As I m new to Ubuntu as well, I am not aware of the commands very well.
Thanks,
Shreyasee
[[alternative HTML version deleted]]
2005 May 13
0
Apache config for Squirrelmail?
...ebmail /usr/share/squirrelmail
<Directory /usr/share/squirrelmail>
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
RewriteEngine on
RewriteLog "/var/log/httpd/rewrite_log"
RewriteLogLevel 0
# AIDE-MEMOIRE
# Arguments $1, $2 etc. refer to () matches in the
# CURRENT RewriteRule line.
# Arguments %1, %2 etc. refer to () matches in the
# LAST matched RewriteCond.
# Do not process established ssl squirrelmail sessions
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} ^/webmail(/?|/.*...
2008 Mar 23
0
MultiMarkdown 2.0.b5 Released
...ert `^` to exponents in the `clean-text-allow-latex.xslt`
file so
that math code works properly
* the S5 XSLT file at least partially works again now
* update the TextMate bundle to work with Leopard
* updated the envelope and letterhead files
* include `6x9book-real-poetry` XSLT that uses memoir's poetry
features fairly
well
* rework the `clean-text` files to make them easier to update in the
future
and more modular
* XHTML comments are now passed through as raw LaTeX
* unescape encoding within comments
Fletcher
--
Fletcher T. Penney
fletcher at fletcherpenney.net
24...
2008 Oct 23
0
Re: CentOS Digest, Vol 45, Issue 23
...192.168.219.0/24
> #####################################
> JohnStanley Writes:
> Did you bother to check the documentation?
>
> http://www.quagga.net/docs/docs-info.php#SEC40
>
As always, yes I did, albeit the pdf version. Like much documentation, it
is possibly a wonderful aide memoire for somebody who knows the subject
intimately but it is a little terse and somewhat sparse for someone with
no prior knowledge and little time.
The difficulty that I need to address is what ripd configuration provides
rip info regarding 192.168.219.0/24 connected via eth1 out to all networks
conn...
2006 Apr 30
3
Ruby Reference
Hello all,
What Ruby reference is everybodies favorite? When I''ve been looking around
for documentation I haven''t found any that quite compares to php.net''s and
cppreference.com''s function references. I''ve been using the one found on
rubycentral, but I think that it is missing quite a bit and doesn''t have
very good examples. ri is fine, but
2008 Mar 08
2
pdflatex: fuzzy fonts in Evince, but not on paper output
Hi,
I've been using LaTeX for a few years on Mac OS X, and I'd like to use
it on CentOS now. I installed a complete environment using 'yum
groupinstall "Authoring and Publishing"' and then installing tetex-xdvi,
plus manually installing the 'memoir' class.
I can run 'latex document.tex' ok: the resulting .dvi looks nice in
xdvi. When running 'dvips -o document.dvi', I get a .ps file that I can
view OK in Evince.
But when I run 'pdflatex document.tex', the fonts in the resulting PDF
are all ragged and fuzzy......
2000 Aug 28
2
R function calling. Do I understand this right?
I need to write a nonhierarchical clustering routine and I'm studying
the way hclust (in the mva library) is built in R to see how things are
done and what I can modify. I ran f2c on the hclust.f file (so I could
read it in a language I know!) and there is one thing I don't quite
understand about the way it gets called and the way it returns values.
That Fortran function gets called in
2004 Aug 06
10
web-based playlist manager
Before I went out to potentialy reinvent this particular wheel, I figured
I'd check to see whether anyone had or could recommend a web-based playlist
manager for ices/icecast. The one I've got in mind would take requests,
play random tracks in the absence of requests, keep a very limited history
and look-ahead...
This must have been done before, right? If not, I'll take a stab at
2006 May 23
14
Learn Ruby before Learning Ruby on Rails ?
hello Friends,
I am a newbie to "Ruby or Ruby on Rails". A J2EE application architect
at my day job. A fairly experienced PHP web-developer as well. After
reading into the many articles on Ruby/ROR, have to admit looks pretty
good so far. Really serious about getting into this and possibly
developing some good Web 2.0 applications.
Just wondering the best way to learn Ruby on
2006 Dec 26
1
Colored Dendrogram
...t, I don't know what package
> the environment "spacing" comes from. (There is also a command \smaller,
> but that is from the relsize package. Perhaps the latex man page could
> list the latex packages that are necessary to create correct output.)
>
> Second, I use the memoir class, and it flags \bf as an error -
> \textbf should be used instead. A correct version would be
>
>
> \begin{center}\textbf{ faithful \\ 2 Variables~~~~~ 272
> ~Observations}\end{center}
>
> thank you,
>
> Steve
>
>
>
> ------------------------------
>...
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote:
| On Tue, 29 May 2018, Dirk Eddelbuettel wrote:
|
| > On a CentOS 7 machine, I am at a loss with respect to an inability to run a
| > full R CMD check as anything involving tex files ends in tears.
|
| Hi, Dirk
|
| Have fun at the upcoming conference at UIC
|
| I seem to have 56 font packages installed under CentOS 7
| locally, but then I work
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...live-makeindex-bin-svn26509.0-38.20130427_r30134.el7.x86_64
texlive-makeindex-svn26689.2.12-38.el7.noarch
texlive-marginnote-svn25880.v1.1i-38.el7.noarch
texlive-marvosym-svn29349.2.2a-38.el7.noarch
texlive-mathpazo-svn15878.1.003-38.el7.noarch
texlive-mdwtools-svn15878.1.05.4-38.el7.noarch
texlive-memoir-svn21638.3.6j_patch_6.0g-38.el7.noarch
texlive-metafont-bin-svn26912.0-38.20130427_r30134.el7.x86_64
texlive-metafont-svn26689.2.718281-38.el7.noarch
texlive-metalogo-svn18611.0.12-38.el7.noarch
texlive-mflogo-svn17487.0-38.el7.noarch
texlive-mfnfss-svn19410.0-38.el7.noarch
texlive-mfware-bin-svn26...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...ex-bin-svn26509.0-38.20130427_r30134.el7.x86_64
| texlive-makeindex-svn26689.2.12-38.el7.noarch
| texlive-marginnote-svn25880.v1.1i-38.el7.noarch
| texlive-marvosym-svn29349.2.2a-38.el7.noarch
| texlive-mathpazo-svn15878.1.003-38.el7.noarch
| texlive-mdwtools-svn15878.1.05.4-38.el7.noarch
| texlive-memoir-svn21638.3.6j_patch_6.0g-38.el7.noarch
| texlive-metafont-bin-svn26912.0-38.20130427_r30134.el7.x86_64
| texlive-metafont-svn26689.2.718281-38.el7.noarch
| texlive-metalogo-svn18611.0.12-38.el7.noarch
| texlive-mflogo-svn17487.0-38.el7.noarch
| texlive-mfnfss-svn19410.0-38.el7.noarch
| texlive-mfwa...