ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: Rik Kabel <ConTeXt@rik.users.panix.com>,
	"ntg-context@ntg.nl >> mailing list for ConTeXt users"
	<ntg-context@ntg.nl>
Subject: Re: Epub export css buglets
Date: Thu, 9 Jan 2020 17:25:34 +0100	[thread overview]
Message-ID: <ee031466-708b-5a42-b638-213d758cd1b2@xs4all.nl> (raw)
In-Reply-To: <4a76c534-43a8-9461-fa98-f732948f5149@rik.users.panix.com>

On 1/6/2020 7:08 PM, Rik Kabel wrote:
> A couple of small issues with the css for epub output.
> 
> First, back-exp.lua creates, in \jobname-styles.css
> 
>     @namespace context url('%namespace%') ;
> 
> This should probably be:
> 
>     @namespace context url('http://www.pragma-ade.com/context/export') ;
> 
> That file also has:
> 
>     document,
>     %namespace%div.document {
>          font-size  : %size% !important ;
>          max-width  : %width% !important ;
>          text-width : %align% !important ;
>          hyphens    : %hyphens% !important ;
>     }
> 
> which contains the invalid css property text-width. Perhaps that should 
> be text-align or text-justify.
> 
> Something else appears to be creating, in \jobname-defaults.css:
> 
>     pubfld[detail="title"],
>     div.pubfld.title {
>          display     : inline ;
>          font-weight : italic ;
>     }
> 
> which incorrectly assigns italic to font-weight when of course it  is a 
> font-style as far as css is concerned. This can be seen in file 
> export-example.css in the distribution.
can you make a mwe ...



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-01-09 16:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 18:08 Rik Kabel
2020-01-09 16:25 ` Hans Hagen [this message]
2020-01-10 15:59   ` Rik Kabel
2020-01-17 18:56     ` Rik Kabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee031466-708b-5a42-b638-213d758cd1b2@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=ConTeXt@rik.users.panix.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).