Dag Wieers | 7 Feb 23:55
Favicon
Gravatar

Progress on ODF backend

Hi,

There has been some progress on the ODF front. Most related to integration 
with other existing software.

  - We managed to get the ODF support in GNU source-highlight release as
    part of v3.1.6

  - We managed to get unencapsulated SVG support into LibreOffice so that
    we can have base64 SVG files embedded in Flat ODF files and zipped ODF
    files

  - In the upcoming LibreOffice 3.4.6 and 3.5.1, Flat ODF files will work
    out of the box on the default Windows installation (now it requires a
    custom installation)

  - We are still pursuing to have Flat ODF file associations (currently the
    mime-types are not being installed as expected)

  - We managed to get xmllint fixed to parse ODF using RelaxNG

Apart from some small visual changes to the default stylesheets, the ODF 
backend itself has not evolved much. I am hoping some people come forward 
to help out finishing the backend as I lack sufficient free time atm. :-/

--

-- 
-- dag wieers, dag@..., http://dag.wieers.com/
-- dagit linux solutions, info@..., http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]
(Continue reading)

Qingping Hou | 6 Feb 09:05
Picon
Gravatar

Deck.js backend for AsciiDoc, an alternative to slidy

Hi all,

I write a deck.js backend for ascdoc to cut down my work when writing
deck.js slides. Currently it supports all the standard features, but
not third-party extensions.

project page:
http://houqp.github.com/asciidoc-deckjs/

a demo slide written with asciidoc:
http://houqp.github.com/asciidoc-deckjs/tutorial-slide.html

Hope you enjoy this. :-)

---
Best Regards,
Dave Hou

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Chris Jones | 3 Feb 00:57
Picon

Is there such as thing as numbered labeled lists?

I am writing an FAQ and found that some of the answers are a little on
the long side and would best be split into 2-3 paragraphs.

The presentation I had in mind looks somewhat like this:

|
| 1. Question one
| 
|    abcdefgh abcdefgh abcdefgh abcdefgh
|    abcdefgh abcdefgh abcdefgh abcdefgh
| 
|    abcdefgh abcdefgh abcdefgh abcdefgh
|    abcdefgh abcdefgh abcdefgh abcdefgh
|    abcdefgh abcdefgh abcdefgh abcdefgh
| 
| 2. Question two
| 
|    abcdefgh abcdefgh abcdefgh abcdefgh
|    abcdefgh abcdefgh abcdefgh abcdefgh
|
| 3. Question three
| 
|    abcdefgh abcdefgh abcdefgh abcdefgh
| 
|    abcdefgh abcdefgh abcdefgh abcdefgh
|    abcdefgh abcdefgh abcdefgh abcdefgh
|
| etc.

I thought I'd use the labeled list form (::), but I haven't been able to
(Continue reading)

Pau Garcia i Quiles | 27 Jan 01:59
Favicon

Page breaks in htmlhelp

Hi,

I'm generating htmlhelp (a CHM file) using Asciidoc (a2x + Microsoft HTML Workshop).

If I do this:

--8<---
Configuration
-------------

Blah blah

Subsection 1
~~~~~~~~~~~~

Text of subsection 1

Subsection 2
~~~~~~~~~~~~

Text of subsection 2

Subsection 3
~~~~~~~~~~~~

Text of subsection 3
--8<---

The three subsections under "Configuration" end up in the same page in the CHM, one after the other. I'd like to have three separated pages.

I tried by adding page breaks ('<<<') but either I'm doing something wrong or it does not work properly:

--8<---
Configuration
-------------

Blah blah

Subsection 1
~~~~~~~~~~~~

Text of subsection 1

<<<

Subsection 2
~~~~~~~~~~~~

Text of subsection 2

<<<

Subsection 3
~~~~~~~~~~~~

Text of subsection 3
--8<---

Help?

Thank you


--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

--
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to asciidoc+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
Florian Kaufmann | 25 Jan 23:06
Picon
Gravatar

Invalid XHTML output interleaved quotes / inline macros

When interleaving a quote whit another quote

lorem *ipsum _dolor* sit_ amet

Or a quote with an inline macro

In Python ** is the exponent operator image:./note.png[alt=exponent
operator **]

asciidoc emits neither warnings nor errors. The generated xhtml is
invalid, because it contains xhtmls which are also interleaved, which
is not valid xhtml. Elements only can be nested.

I am wondering what your ideas are

- It is not a bug. The user has to know about the order and rules of
processing and has to use escapes when needed

- It is a bug in the sense that asciidoc should emitt an error, i.e.
by requirements not allow interleaved constructs/elements

- It is a bug in the sense that in the output additional xhtml must be
created so in xhtml, all elements are nested.

I am using asciidoc 8.6.4.

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Warren Block | 24 Jan 06:18
Favicon

Slidy examples

Are there any examples of using Slidy via AsciiDoc for things like 
background images?  Or more in-depth examples in general?  Or do I have 
to edit the output HTML file after AsciiDoc produces it?

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Warren Block | 23 Jan 05:19
Favicon

Slidy themes

When attempting to use a different Slidy theme, it appears that AsciiDoc 
always appends the default stylesheet path, even when a custom path is 
given:

asciidoc --backend slidy -a theme=~/docs/stylesheets/w3c-blue.css igor.txt
asciidoc: WARNING: igor.txt: line 7: include file not found: /usr/local/etc/asciidoc/stylesheets/~/docs/stylesheets/w3c-blue.css.css
asciidoc: WARNING: igor.txt: line 7: include file not found: /usr/local/etc/asciidoc/stylesheets/~/docs/stylesheets/w3c-blue.css.css

This is with AsciiDoc 8.6.4 on FreeBSD 8.2.

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Alex Efros | 22 Jan 09:45
Favicon
Gravatar

asciidoc.vim - conceal

Hi!

Is anyone tried to use Vim 7.3 new feature 'conceal' (:help new-conceal)
for editing asciidoc files?

I've used this feature in last days while writing vim help files for my
vim plugins, and for me there are both pros and cons to use it, but
overall feeling - pros wins (I like it more than dislike :)).

-- 
			WBR, Alex.

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Picon
Gravatar

Keyboard keys

Hi all,

i'm working now on 2nd big document using asciidoc+xelatex, it's as
1st one is supplied material for course (at my faculty) on
micro-satellites (this one dedicated to communication link and
gathering data from particular one (Lapan TUBSat) to which we have
access).

So, what i'm missing in first, and i hope i will get in second.

I want fancy buttons in text whenever i refer to some shortcut or
keypress that student have to do. Such like on some Wikipedia pages or
on StackOverflow, f.e.:

 http://stackoverflow.com/questions/7285228/cant-find-eclipse-shortcut-for-renaming
(oliholz comment: CTRL+SHIFT+L).

Is there exist simple solution for that in asciidoc?

Thanks in advance.

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

Lex Trotman | 19 Jan 09:20
Picon

Fwd: None of my posts appear on asciidoc google group

---------- Forwarded message ----------
From: Bartosz Wiklak <bwiklak@...>
Date: Thu, Jan 19, 2012 at 7:16 PM
Subject: None of my posts appear on asciidoc google group
To: elextr@...

Hi,
I'm a creator of asciidoc-plantuml filter [
http://code.google.com/p/asciidoc-plantuml/ ].
Sorry for bugging you but none of my posts appear on asciidoc google groups.
Could you tell me why?

Bartek

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.

dahinds | 18 Jan 21:56
Picon

Default table options

I'd like to change the default table style to include "autowidth".  I
currently have a .conf file containing:

[tabledef-default]
style=topbot
topbot-style=frame="topbot",grid="none",options=("header",)

which works, but

[tabledef-default]
style=topbot
topbot-style=fram="topbot",grid="none",options=("autowidth",)

has no effect on column widths.  It does work (for HTML output) if I
add [options="autowidth"] before the table definitions.  Am I doing
something wrong?

-- Dave

--

-- 
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc@...
To unsubscribe from this group, send email to asciidoc+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.


Gmane