Displaying 20 results from an estimated 68 matches for "preformatting".
Did you mean:
reformatting
2004 Mar 10
1
Rd - \preformatted, \section and LaTeX problem
Hi,
I have found an unwanted feature in the Rd to LaTeX convertion
regarding \preformatted inside a \section. I have created an Rd
example below, which generates an error in the following 'R CMD check'
step
* creating aroma.affine-manual.tex ... OK
* checking aroma.affine-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
I believe
2003 Nov 17
1
\preformatted and $
Hi,
I have been developing a package in R and have been working on
documentation. I have a \details function that contains the following:
\details{
some text
\preformatted{
[my-section]
user = apv
host = 127.0.0.1
}
}
When I run R CMD check I get an error while checking the manual. If I
remove:
\preformatted{
[my-section]
user = apv
host = 127.0.0.1
}
and replace it with
[my-section]
2011 Nov 25
1
Problem with & question about \preformatted in .Rd
Hi,
The "\preformatted" environment in Rd files doesn't seem to escape
long sequences of backslashes properly when converted to pdf (LaTeX)
documentation. I'm running R version 2.14 (from subversion, revision
57751) on Linux (RHEL). Here's an example from the command line:
echo
2008 Nov 06
2
Two minor escaping issues using \preformatted{....} in Rd format
Hi r-devels,
I have two minor problems with special characters in Rd files when
used within a \preformatted{} markup command:
------------------------------------------------------
1. issue: backslash + single brace
------------------------------------------------------
I would like to write "\\\}" to produce \} on output (documenting
the need to escape the brace once again before
2003 Dec 09
3
latex problem with \preformatted (PR#5645)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C3BE9C.3FB5BC1A
Content-Type: text/plain; charset="iso-8859-1"
There is a small bug in the implementation of \preformatted in R 1.8.0:
The closing "\end{verbatim}" needs to be followed by a newline, since my
latex
2009 Sep 29
2
preformatted and '#' in manual pages
Dear All,
I have the following in a .Rd file:
...
human readable (not binary) format. The format itself is like
the following:
\preformatted{
\# vertex1name
vertex2name [optionalWeight]
vertex3name [optionalWeight]
}
Here, the first vertex of an edge is preceded with a pound sign
...
and it is fine with R 2.9.2, but fails on R-devel, when building the
PDF version
2009 Dec 28
0
Use preformatted blocks in Broadcom wiki page
Dear all,
On the Broadcom wiki page, I've moved the formatted codes from tables
into preformatted blocks. This makes the raw wiki code easier to read,
and is consistent with other wiki pages that I've come across during
translation.
Should the maintainers of that page find such a change undesirable,
please feel free to revert.
Regards,
Timothy Lee
2009 Oct 01
2
Rd.sty question: LaTeX expert needed
The Rd.sty LaTeX package is used when building the R manuals, and by the
LaTeX pages produced from the man pages.
I have tracked down some problems G?bor Cs?rdi was having recently (see
"Re: [R] preformatted and '#' in manual pages" in R-help) to a LaTeX
problem, and am trying to work out how to fix it.
Specifically, the .Rd file he was using had a structure like
\dQuote{
2012 Oct 17
3
[LLVMdev] Hexagon Assembly parser question
Hi,
I'm trying to enable the hexagon LLVM assembly parser. It seem like there
is a lot of work that has been done to make this parsing straightforward.
But..
Hexagon assembly does not follow the "Mnemonic Rx Rx ." format that is
expected by the assembly parsing infrastructure, represented by:
StringRef Mnemonic = ((ARMOperand*)Operands[0])->getToken();
This
2009 Nov 13
1
Trailing spaces in POD files
IMHO trailing spaces should be permitted in POD files. Currently
they are prevented by the git upload hook.
The reason to allow them in POD files is because indentation is
used to indicate blocks of preformatted text (the equivalent of
<pre> in HTML). To keep code together in the output if it
contains blank lines you have to add a line containing a single
space.
For an example of where
2009 Aug 11
1
Awkward escaping with five backslashes within \code{ } in new parse_Rd
Hi R-devels,
I noticed that you are working quite actively on the new Rd-parser
and have made it the default renderer in R-2.10.0dev. So I would
like to come back on an issue I have already raised on this list
last November
("Two minor escaping issues using \preformatted{....} in Rd format")
My setting has slightly changed as \preformatted, AFAICS is not
supported within \describe
2012 Oct 17
0
[LLVMdev] Hexagon Assembly parser question
On Oct 17, 2012, at 3:29 PM, David Young <davidy at codeaurora.org> wrote:
> Hi,
> I’m trying to enable the hexagon LLVM assembly parser. It seem like there is a lot of work that has been done to make this parsing straightforward.
>
> But….
> Hexagon assembly does not follow the “Mnemonic Rx Rx …” format that is expected by the assembly parsing infrastructure,
2000 Jan 08
2
Man pages on HPUX (and others?)
HPUX doesn't seem to ship with a set of troff macros that can handle the
OpenSSH manpages. Maybe other OSs have this problem?
Rather than sodding about with the tmac/ directory, I think we should do
one of two things:
1. Ship a set of preformatted manpages, and either auto-install them in
$prefix/man/cat{1,1m} or just have instructions in INSTALL to do so
2. Recommend users install groff
2011 Apr 02
2
Is it possible to dial an automated message when Asterisk receives an email?
Hello.
I have a server that sends a preformatted email when an event occur. What I
need is that when Asterisk receives this email automatically dial a
pre-recorded message. It doesn't have to dial ride away, maybe a scheduled
cron job will be enough.
Is that possible? Any hint? What should I be looking for?
Thanks, and sorry for my lousy English
--
Berm?dez Rafael
-------------- next
2007 Apr 10
2
textile formatting questions
Hi,
I have a couple of webgen textile formatting questions. Please feel
free to refer me to a textile mailing list if there is one that is
more appropriate than here.
First, how can I insert three dashes (---) in a <code> or <pre> block?
I want to include a YAML file example, and the yaml document
separator is three dashes, but this conflicts with the separator in
webgen.
Example:
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2023 Jan 13
0
[klibc:master] ls: Handle relative directory names correctly
Commit-ID: 3d63cd68496a1c8aeccbdac6488bc1f002700bc8
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=3d63cd68496a1c8aeccbdac6488bc1f002700bc8
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 31 Dec 2022 16:00:28 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 31 Dec 2022 16:04:19 +0100
[klibc] ls: Handle relative
2009 Apr 18
1
Rd: how to put a prime in a code fragment?
I have written a function for my 'oce' package that creates a data.frame
containing a variable name with a prime in it. (I use prime to indicate
coordinate rotation, a reasonably standard convention that motivates the odd
variable name.)
How can I name that in an Rd file? I tried \code{u'} but R-2.9.0 doesn't
like to build my package then, since it thinks I'm opening a
2011 Oct 18
1
Revert Spacewalk document
Dear all,
HugoDoria's last two edits on the Spacewalk page
(http://wiki.centos.org/HowTos/PackageManagement/Spacewalk) have removed
line feeds from all preformatted text, as well as pointed to some RHEL6
packages on a page written for CentOS 5.
I propose that the page be reverted backed to revision 82.
Regards,
Timothy
2007 Oct 14
1
concat mount
Hi, I've got a buffalo 1TB DriveStation run in RAID 1 mode, i.e. 500G
space available, but that beast is preformatted in vfat. Buffalo doesn't
recommend to run it as ext2/ext3, so I mount a vfat drive wich has the
limitations "no symlinks, no uids, no gids, etc.". As I just want to use
the DriveStation as a backup target, I did the following: I created
files of 4G size with