ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Export bugs
@ 2015-04-25  0:31 Idris Samawi Hamid ادريس   سماوي حامد
  2015-04-25  0:43 ` Idris Samawi Hamid ادريس   سماوي حامد
  2015-04-25  2:13 ` Aditya Mahajan
  0 siblings, 2 replies; 4+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2015-04-25  0:31 UTC (permalink / raw)
  To: ntg-context

Dear gang,

  Here are two export bugs, full test suite attached:

  ==========sh_ahmad-qajar-xml-test-highlight.tex===========
  \setupexport[cssfile=sh_ahmad-qajar.css]
  \setupbackend[export=yes]
  \definehighlight[emphasis][style=\em]
  \definehighlight[important][style=bold]
  \starttext
  \startparagraph
  Some \emph{emphasis} and \important{important}.

  \emph{Emphasis} and \important{important}.
  \stopparagraph
  \stoptext
  ==========sh_ahmad-qajar-xml-test-highlight-div.xhtml==========
  <div>
     <div class="paragraph">Some emphasis and <div class="highlight
  important">important</div>.  <div class="break"><!--empty--></div>
  Emphasis   <div class="break"><!--empty--></div>
  and <div class="highlight important">important</div>.</div>
  </div>
  ==========

  The exported formatting of \emph vanishes in each instance, as well as
  misbehaves in the second case; \important behaves just fine.

  It seems the export doesn't like \em. Can this be fixed? Thanks and

  Best wishes

  Idris

-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Export bugs
  2015-04-25  0:31 Export bugs Idris Samawi Hamid ادريس   سماوي حامد
@ 2015-04-25  0:43 ` Idris Samawi Hamid ادريس   سماوي حامد
  2015-04-25  2:13 ` Aditya Mahajan
  1 sibling, 0 replies; 4+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2015-04-25  0:43 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

+ attachment

On Fri, 24 Apr 2015 18:31:59 -0600, Idris Samawi Hamid ادريس   سماوي حامد  
<ishamid@colostate.edu> wrote:

> Dear gang,
>
>   Here are two export bugs, full test suite attached:
>
>   ==========sh_ahmad-qajar-xml-test-highlight.tex===========
>   \setupexport[cssfile=sh_ahmad-qajar.css]
>   \setupbackend[export=yes]
>   \definehighlight[emphasis][style=\em]
>   \definehighlight[important][style=bold]
>   \starttext
>   \startparagraph
>   Some \emph{emphasis} and \important{important}.
>
>   \emph{Emphasis} and \important{important}.
>   \stopparagraph
>   \stoptext
>   ==========sh_ahmad-qajar-xml-test-highlight-div.xhtml==========
>   <div>
>      <div class="paragraph">Some emphasis and <div class="highlight
>   important">important</div>.  <div class="break"><!--empty--></div>
>   Emphasis   <div class="break"><!--empty--></div>
>   and <div class="highlight important">important</div>.</div>
>   </div>
>   ==========
>
>   The exported formatting of \emph vanishes in each instance, as well as
>   misbehaves in the second case; \important behaves just fine.
>
>   It seems the export doesn't like \em. Can this be fixed? Thanks and
>
>   Best wishes
>
>   Idris
>


-- 
Idris Samawi Hamid, Professor
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

[-- Attachment #2: test-highlight.zip --]
[-- Type: application/zip, Size: 17675 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Export bugs
  2015-04-25  0:31 Export bugs Idris Samawi Hamid ادريس   سماوي حامد
  2015-04-25  0:43 ` Idris Samawi Hamid ادريس   سماوي حامد
@ 2015-04-25  2:13 ` Aditya Mahajan
  2015-04-25  2:43   ` Idris Samawi Hamid ادريس سماوي حامد
  1 sibling, 1 reply; 4+ messages in thread
From: Aditya Mahajan @ 2015-04-25  2:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 297 bytes --]

On Fri, 24 Apr 2015, Idris Samawi Hamid ادريس   سماوي حامد wrote:

>  \definehighlight[emphasis][style=\em]
>...
>  Some \emph{emphasis} and \important{important}.
>
>  The exported formatting of \emph vanishes in each instance.

You define \emphasis but use \emph.

Aditya

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Export bugs
  2015-04-25  2:13 ` Aditya Mahajan
@ 2015-04-25  2:43   ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 4+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2015-04-25  2:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 24 Apr 2015 20:13:32 -0600, Aditya Mahajan <adityam@umich.edu>  
wrote:

> You define \emphasis but use \emph.

Indeed, that's what weeks on end without proper sleep will get you...  
Sorry for the noise and thanks!

Best wishes
Idris
-- 
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-25  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-25  0:31 Export bugs Idris Samawi Hamid ادريس   سماوي حامد
2015-04-25  0:43 ` Idris Samawi Hamid ادريس   سماوي حامد
2015-04-25  2:13 ` Aditya Mahajan
2015-04-25  2:43   ` Idris Samawi Hamid ادريس سماوي حامد

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).