Displaying 12 results from an estimated 12 matches for "a4wid".
Did you mean:
a4wide
2012 Apr 25
0
[PATCH] docs: use "a4" not "a4wide" paper type for doxygen and latex
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1335345862 -3600
# Node ID 057516cb84336da09fe3163aeeb9039cf4d20c26
# Parent 5d796144e8a276ea843c5ad5ec4ae678194d50f3
docs: use "a4" not "a4wide" paper type for doxygen and latex
a4wide is no longer shipped in texlive.
Reported by Bastian Blank
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
Bastian provided a patch for the latex part but no Signed-off-by, I have
trivially reimplemented that part of the fix from his...
2005 Aug 05
3
Latex error with Sweave example
...c at part=\count79
\c at section=\count80
\c at subsection=\count81
\c at subsubsection=\count82
\c at paragraph=\count83
\c at subparagraph=\count84
\c at figure=\count85
\c at table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(C:\usr\texmf\tex\latex\ltxmisc\a4wide.sty
Package: a4wide 1994/08/30
(C:\usr\texmf\tex\latex\ntgclass\a4.sty
Package: a4 1999/03/03 v1.2f A4 based page layout
))
! Missing \endcsname inserted.
<to be read again>
\protect
l.11 \begin
{document}
?
! Emergency stop.
<to be read again>...
2008 Jun 17
3
Sweave: problem with usepackage{C:/PROGRA~1/R/R-27~1.0/share/texmf/Sweave}
...eX file
Sweave(testfile)
---------------------------------------------------
I get a .tex file:
----------------------------------------------------
% -*- mode: noweb; noweb-default-code-mode: R-mode; -*-
\documentclass[a4paper]{article}
\title{A Test File}
\author{Friedrich Leisch}
\usepackage{a4wide}
\usepackage{C:/PROGRA~1/R/R-27~1.0/share/texmf/Sweave}
\begin{document}
\maketitle
A simple example that will run in any S engine: The integers from 1 to
10 are
\begin{Schunk}
\begin{Soutput}
[1] 1 2 3 4 5 6 7 8 9 10
\end{Soutput}
\end{Schunk}
We can also emulate a simple calculator...
2005 Jul 11
1
Sweave and complex numbers
...h complex
arguments.
They get typeset in with additions that I don't want; "1+1i" appears
as "1 + (0 + 1i)"
and I would rather have plain old "1+1i".
Example follows:
\documentclass[a4paper]{article}
\title{A Test File}
\author{Robin Hankin}
\usepackage{a4wide}
\begin{document}
\maketitle
A simple example:
<<print=TRUE>>=
f <- function(x){
x+c(1,1+1i)}
f(6+7i)
@
Question: why does \verb=c(1,1+1i)= get printed as
\verb=c(1,1 + (0+1i))= ?
And how can I stop it?
\end{document}
can anyone help me here?
--
Robin Hankin
Uncert...
2006 Jul 31
1
Sweave error in example code
...ion, ge
rman, ngerman, french, loaded.
("C:\Program Files\MiKTeX 2.5\tex\latex\base\article.cls"
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
("C:\Program Files\MiKTeX 2.5\tex\latex\base\size10.clo"))
("C:\Program Files\MiKTeX 2.5\tex\latex\ltxmisc\a4wide.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\ntgclass\a4.sty"))
! Missing \endcsname inserted.
<to be read again>
\protect
l.11 \begin
{document}
?
[[alternative HTML version deleted]]
2005 Oct 02
1
Problem Sweaving vignettes: MiKTeX's texi2dvi reports errors
....8a> and hyphenation patterns for english, french, german, ngerman,
du
mylang, nohyphenation, loaded.
(C:\MiKTex\texmf\tex\latex\base\article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(C:\MiKTex\texmf\tex\latex\base\size10.clo))
(C:\MiKTex\texmf\tex\latex\ltxmisc\a4wide.sty
(C:\MiKTex\texmf\tex\latex\ntgclass\a4.sty))
! Missing \endcsname inserted.
<to be read again>
\protect
l.11 \begin
{document}
?
[ Here, I hit a <CR>, and get the following:]
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX C...
2005 May 13
5
Conflict between xtable and Hmisc when using Sweave?
...bel<-"(`*tmp*`, value = "month") :
no applicable method for "label<-"
Is anybody aware of this and knows a workaround?
Thanks,
Sander.
*******************
\documentclass[a4paper]{article}
\title{Sweave Test for summarize}
\author{Sander Oom}
\usepackage{a4wide}
\begin{document}
\maketitle
\begin{figure}[ht]
\begin{center}
<<fig=TRUE,echo=FALSE>>=
# library(xtable)
library(Hmisc)
set.seed(111)
dfr <- expand.grid(month=1:12, year=c(1997,1998), reps=1:100)
month <- dfr$month
year <- dfr$year
y <- abs(month-6....
2002 Oct 10
1
problem with Sweave on 1.6 on NT4
...f
7 : echo term verbatim eps pdf
You can now run LaTeX on Sweave-test-1.tex
---------
But the opening lines of Sweave-test-1.tex are:
---------
% -*- mode: noweb; noweb-default-code-mode: R-mode; -*-
\documentclass[a4paper]{article}
\title{A Test File}
\author{Friedrich Leisch}
\usepackage{a4wide}
\usepackage{c:etcRrw1060/share/texmf/Sweave}
\begin{document}
...
------------
The line '\usepackage{c:etcRrw1060/share/texmf/Sweave}' is wrong.
In V1.5.1 it used to read
\usepackage{c:/etc/R/rw1051/library/tools/Sweave/Sweave}
i.e. 'c:etcRrw1060' should be 'c:/etc/R/rw1060...
2012 Apr 16
0
xen_4.1.2-4_amd64.changes ACCEPTED into unstable
...an.tar.gz
xen_4.1.2-4.dsc
to main/x/xen/xen_4.1.2-4.dsc
xenstore-utils_4.1.2-4_amd64.deb
to main/x/xen/xenstore-utils_4.1.2-4_amd64.deb
Changes:
xen (4.1.2-4) unstable; urgency=low
.
[ Bastian Blank ]
* Build-depend on ipxe-qemu instead of ipxe. (closes: #665070)
* Don't longer use a4wide latex package.
* Use ucf for /etc/default/xen.
* Remove handling for old udev rules link and xenstored directory.
* Rename xend init script to xen.
.
[ Lionel Elie Mamane ]
* Fix toolstack script to work with old dash. (closes: #648029)
Override entries for your package:
libxen-4.1_4....
2013 Jan 09
4
[PATCH] doc: fix out-of-tree build
It seems the mail you are referring to never made the list: it's not in
the archives and not in my mailbox. Take a look here:
http://lists.xiph.org/pipermail/flac-dev/2012-December/thread.html It's
probably still waiting for moderation.
On 07-01-13 17:07, Olivier BLIN wrote:
> On 29/12/2012 00:06, Olivier Blin wrote:
>> When building outside of the source tree, the Doxyfile
2012 Dec 28
0
[PATCH] doc: fix out-of-tree build
...is set to YES Doxygen generates more compact
-# LaTeX documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_LATEX = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used
-# by the printer. Possible values are: a4, a4wide, letter, legal and
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE = a4wide
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES =
-
-# The LATEX_HEADER tag can be u...
2012 Dec 28
3
[PATCH] doc: fix out-of-tree build
...is set to YES Doxygen generates more compact
-# LaTeX documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_LATEX = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used
-# by the printer. Possible values are: a4, a4wide, letter, legal and
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE = a4wide
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES =
-
-# The LATEX_HEADER tag can be u...