Dear gang,
Two issues:

1. What is the proper way to tag heads in itemize? I do

==========
\startitemize[n]
\starthead {Head 1}

Test 1
\stophead
\starthead {Head 2}

Test 2
\stophead
\stopitemize
==========

but {Head 1} and {Head 2} are not tagged in the output *div.html. Is there a special tagging command for the heads?

2. In a browser, everything within a <div class="itemgroup itemize level-1 symbol-n"> etc is ignored (tried different browers); nothing shows up at all, so nothing to tweak in css.

==============
 <div class="itemgroup itemize level-1 symbol-n">
  <div class="item">
   <div class="itemtag">1.</div>
<div class="itemcontent">Head 1 <div class="break"><!--empty--></div>
Test 1</div>
  </div>
  <div class="item">
   <div class="itemtag">2.</div>
<div class="itemcontent">Head 2 <div class="break"><!--empty--></div>
Test 2</div>
  </div>
 </div>
==============

Is there something wrong with context's xhtml output? test files attached and

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

Attachment: test-itemize-export-div.xhtml
Description: application/xhtml

Attachment: test-itemize-export.tex
Description: TeX document

/*

	author    : Idris Samawi Hamid (derived from Hans Hagen's example-export.css)
	copyright : 
	license   : 
	comment   : 

*/

/* ignore  : mixed   */
/* metadata: display */



body {
	font-family: "TeXGyreSchola", "DejaVu Serif", "Lucida Bright", serif ;
}



 
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to