Best,
Kasper
On Thu, Jul 30, 2015 at 9:45 AM, Jim Hester
<james.f.hester at gmail.com>
wrote:
Well, without really knowing details it could just be that more
work has
been done on BiocStyle in devel.
One could backport the change to release, but that would mean that
all
packages (which use BiocStyle) need to be version bumped and
re-build,
purely for cosmetic issues in the vignette. While I care about
aesthetics,
it is not worth doing a massive update to our stable release
branch for
this.
So lets try to hammer BiocStyle before the next release so we can
iron out
any issues.
Biocore: could we get a Github version of BiocStyle so we could
start
issues etc. Easy way to keep a todo.
Best,
Kasper
On Thu, Jul 30, 2015 at 12:13 AM, Thomas Girke
<thomas.girke at ucr.edu>
wrote:
Yes, they show under Bioc-devel, but not under Bioc-release.
Building
exact same *Rmd source from here
What exactly do you mean by numbering. As far as I
understand,
numbering is already there in devel:
Kasper
On Wed, Jul 29, 2015 at 10:39 PM, Thomas Girke
<thomas.girke at ucr.edu>
wrote:
Perfect, if your update in Bioc-devel eliminates the awkward
bullets
front of the numbers. The lack of numbered content tables in
may be something we have to live with until the next Bioc
release? I
want to overstretch Dan's or the Bioc team's patience with
overly
style requests.
Thomas
On Wed, Jul 29, 2015 at 6:49 PM Kasper Daniel Hansen <
kasperdanielhansen at gmail.com> wrote:
When I roll that styles.css into the bioconductor.css file
shipping
with BiocStyle, it gets rid of the bullets.
Its added to BiocStyle 1.7.5
Kasper
On Wed, Jul 29, 2015 at 9:37 PM, Kasper Daniel Hansen <
kasperdanielhansen at gmail.com> wrote:
This is just reporting what I see using Bioc-devel:
I get a TOC where each line looks like
<BULLET> <SECTION_NUMBER_AS_LINK> <SECTION_TITLE_AS_LINK>
While I agree that the bullet is kind of ugly (and would be
great
get rid of), I do get the section numbering functionality
you want.
Note: for this report I am rendering the Rmd file myself, I
haven't
tested how it looks when I do it as a vignette.
It would be great to expand on the BiocStyle vignette and
discuss
citations and other issues and also include a clear template
file.
planning on doing some pull request along those lines soon;
I have
testing Rmd -> HTML extensively for a course I am
developing, but I
new to the knitr+markdown thing so I am still experimenting.
Kasper
On Wed, Jul 29, 2015 at 4:44 PM, Thomas Girke <
A simple formatting issue:
Since support for table of contents in R markdown vignettes
has
available, it seems like an amazing solution for many
online
documentation needs in the future.
What would help me to fully to adopt to it, is a solution
to get
of
the bullets in a numbered table of content which looks a
bit
For navigating longer documents numbered tables of contents
are an
essential feature to me, which I believe wasn't available
in
markdown versions or sometimes they showed up in
unacceptable
like before the title of a document.
A prescribed solution to get rid of these bullets from here
didn't work for me.
Also, it would be nice to be able to generate the exact
same
style in Bioc release and development, but it seems others
have
difficulties with this too, probably due to version
differences of
Thanks for making BiocStyle and R markdown available. I
really
using them. The resulting HTML pages look professionally
designed
are highly functional while allowing us to focus on
generating
in a consistent format rather than getting lost in
formatting