Displaying 10 results from an estimated 10 matches for "rfn".
Did you mean:
mfn
2002 Nov 13
1
Package documentation and rd.sty
Hi all,
I've got a basic question regarding package documentation and rd.sty. I
wrote my first own package, and now I would like to place the documentation
into the appendix of another LaTex document. Seemingly I cannot simply
\usepackage{Rd}, as this will modify the page-settings of my document. Is
there a minimum style file which will just define the environments and
commands needed for
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
...e Rd2.ind.
[3] (./Rd2.aux)
Package rerunfilecheck Warning: File `Rd2.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.
)
(see the transcript file for additional information)pdfTeX warning
(dest): name
{Rfn.email.Rul.address} has been referenced but does not exist, replaced
by a f
ixed one
pdfTeX warning (dest): name{Rfn.fullname} has been referenced but does
not exis
t, replaced by a fixed one
pdfTeX warning (dest): name{Rfn.package.skeleton} has been referenced
but does
not exist, replaced by a fi...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...Rd2.aux)
|
| Package rerunfilecheck Warning: File `Rd2.out' has changed.
| (rerunfilecheck) Rerun to get outlines right
| (rerunfilecheck) or use package `bookmark'.
|
| )
| (see the transcript file for additional information)pdfTeX warning
| (dest): name
| {Rfn.email.Rul.address} has been referenced but does not exist, replaced
| by a f
| ixed one
|
| pdfTeX warning (dest): name{Rfn.fullname} has been referenced but does
| not exis
| t, replaced by a fixed one
|
| pdfTeX warning (dest): name{Rfn.package.skeleton} has been referenced
| but does
| not exi...
2007 Jan 10
1
Compiling R-devel under Windows
...em:
I downloaded both versions with Revision: 40421, Last Changed Date:
2007-01-09. R-patched compiles with no problem. R-devel compiles fine but
when it starts to make PDF documentation it generates the following (tail
of the "make distribution" output):
! pdfTeX warning (dest): name{Rfn.survival} has been referenced but does
not ex
ist, replaced by a fixed one
<C:/local/MiKTeX/fonts/type1/bluesky/cm/cmti10.pfb>{8r.enc}<C:/local/MiKTeX/fon
ts/type1/urw/times/utmbi8a.pfb><C:/local/MiKTeX/fonts/type1/bluesky/ams/cmbsy7.
pfb><C:/local/MiKTeX/fonts/type1/bluesky/c...
2002 Jun 15
3
refman.pdf - bookmarks & links broken (PR#1677)
Full_Name: Michael Peck
Version: 1.5.0 (12 Jun patch)
OS: win2k + sp2
Submission from: (NULL) (65.113.251.175)
Bookmarks from table of contents as well as links in text and index do not
work.
Using Acrobat Reader 5.0.5 9/24/01. [Same behavior was noted in Acrobat reader
4.0, so I downloaded the most recent version].
OS is Win 2k, R was installed from SetupRpatched.exe dated 12 June 02.
This
2009 Oct 12
0
package manual without index? check breaks with - LaTeX errors when creating PDF version.
...ut index ... ERROR
When I look in the gld.Rcheck directory there is no log file there.
Running pdflatex gld-manual.tex works, though it produces a pdf file without
an index. The only warnings from pdflatex are about references to functions
in other packages, such as
pdfTeX warning (dest): name{Rfn.optim} has been referenced but does not exist,
and two about loading stuff that R has already loaded earlier
Package hyperref Warning: Option `hyperindex' has already been used,
Package hyperref Warning: Option `pagebackref' has already been used,
Re-running pdflatex generates the index in...
2015 Jul 30
1
Dovecot under Linux with mail-extension and case insesitiv
Am 30.07.2015 um 08:52 schrieb Jost Krieger:
> On Wed Jul 29 22:42:32 2015, Sascha wrote:
>
>> i use doevecot 2.2.18 current. My Problem is with email-extension and
>> case sensitiv folders.
>>
>> Example:
>> user+extenstion will be delivered to the user and subfolder extenstion
>> so this is okay.
>> but user+extenstion will not be delivert to the
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...k;
return q;
fail_id:
ida_simple_remove(&blk_queue_ida, q->id);
fail_q:
+ kfree(q->queue_ctx);
kmem_cache_free(blk_requestq_cachep, q);
return NULL;
}
EXPORT_SYMBOL(blk_alloc_queue_node);
/**
* blk_init_queue - prepare a request queue for use with a block device
* @rfn: The function to be called to process requests that have been
* placed on the queue.
@@ -561,28 +585,36 @@ EXPORT_SYMBOL(blk_alloc_queue_node);
* it didn't succeed.
*
* Note:
* blk_init_queue() must be paired with a blk_cleanup_queue() call
* when the block device i...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...k;
return q;
fail_id:
ida_simple_remove(&blk_queue_ida, q->id);
fail_q:
+ kfree(q->queue_ctx);
kmem_cache_free(blk_requestq_cachep, q);
return NULL;
}
EXPORT_SYMBOL(blk_alloc_queue_node);
/**
* blk_init_queue - prepare a request queue for use with a block device
* @rfn: The function to be called to process requests that have been
* placed on the queue.
@@ -561,28 +585,36 @@ EXPORT_SYMBOL(blk_alloc_queue_node);
* it didn't succeed.
*
* Note:
* blk_init_queue() must be paired with a blk_cleanup_queue() call
* when the block device i...