ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	"Jairo A. del Rio" <jairoadelrio6@gmail.com>
Subject: Re: Unexpected behavior of subsection labels
Date: Sun, 6 Oct 2019 23:49:09 +0200	[thread overview]
Message-ID: <72a1cce7-fe79-afb8-acaa-8fdd900bd194@gmail.com> (raw)
In-Reply-To: <CAKyqqab8s6wAtpm=9vFEhddmWnvtU_nerzDn0pRBgWfsn5SAkA@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3753 bytes --]

Hi,

1. Try to make shorter example because your example contains too much 
stuff for a minimal example.

2. You forgot \starttext in your example.

3. Your fonts don't contain greek letters which explains the missing 
counter in the PDF. Did you check if the fallback fonts are loaded.

\setuphead
   [section]
   [number=no]

\setuphead
   [subsection]
   [number=yes,
    sectionsegments=subsection,
    conversion=g]

\setupbodyfont[dejavu]

\starttext

\completecontent

\chapter{yay}

\section{wow}

\subsection{Text}

\stoptext

Wolfgang


Jairo A. del Rio schrieb am 06.10.2019 um 23:29:
> I tried the following
>
> \setuphead[chapter][align=middle,header=empty,footer=empty]
> \setuphead[section][align=middle,number=no]
> \setuphead[subsection][align=middle,number=yes,sectionsegments=subsection,conversion=g]
> \mainlanguage[spanish]
> \definefallbackfamily[mainface][rm][newgardiner][range=egyptianhieroglyphs, 
> force=yes]
> \definefallbackfamily[mainface][rm][quivira][range={ancientgreeknumbers,phoenician}, 
> force=yes]
> \definefallbackfamily[mainface][rm][notosanscuneiform][range={cuneiform,cuneiformnumbersandpunctuation}, 
> force=yes]
> \definefallbackfamily[mainface][rm][Noto Serif CJK 
> KR][preset=range:korean, force=yes]
> \definefallbackfamily[mainface][rm][quivira][range={greekandcoptic,greekextended}, 
> force=yes]
> \definefallbackfamily[mainface][ss][CMU Sans 
> Serif][preset=range:greek, force=yes]
> \definefallbackfamily[mainface][tt][CMU Typewriter 
> Text][preset=range:greek, force=yes]
> \definefontfamily[mainface][rm][Latin Modern 
> Roman][sc=file:lmromancaps10regular]
> \definefontfamily[mainface][ss][Latin Modern Sans]
> \definefontfamily[mainface][tt][Latin Modern Typewriter]
> \definefontfamily[mainface][mm][Latin Modern Math]
> \setupbodyfont[mainface,10pt]
> \setuplayout[backspace=2cm,topspace=2cm]
> \definepapersize[nice][width=180mm,height=250mm]
> \setuppapersize[nice][nice]
> \setupinteraction[state=start]
> \placebookmarks[chapter,section,subsection][chapter,section,subsection]
> \setupinteractionscreen[option=bookmark]
> \setupindenting[medium,yes]
> \definestructureconversionset [frontpart:pagenumber] [] [romannumerals]
> \startsectionblockenvironment [bodypart]
> \setcounter [userpage] [1]
> \stopsectionblockenvironment
> \setuppagenumbering[location=,alternative=doublesided]
> \setupheadertexts[\setups{text right}][][][\setups{text left}]
> \startsetups[text right]
> \rlap{}
> \hfill
> \sc \getmarking[section]
> \hfill
> \llap{\userpagenumber}
> \stopsetups
> \startsetups[text left]
> \rlap{\userpagenumber}
> \hfill
> \sc \getmarking[chapter]
> \hfill
> \llap{}
> \stopsetups
> \startfrontmatter
> Hello
> \completecontent
> \stopfrontmatter
> \startbodymatter
> \startchapter[title=yay]
> \startsection[title=wow]
> \startsubsection[title=Text]
> Bye
> \stopsubsection
> \stopsection
> \stopchapter
> \stopbodymatter
> \stoptext
>
> What is puzzling to me is the absence of subsection labels. What I 
> expect is:
>
> 1. Yay
>    Wow
>       α. Text
>
> However, what I've got is:
>
> 1. Yay
> Wow
>       Text
>
> It's weird that bookmarks and TOC correctly show α before "Text". I 
> don't know what is wrong. Thank you in advance.
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 5103 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2019-10-06 21:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 21:29 Jairo A. del Rio
2019-10-06 21:49 ` Wolfgang Schuster [this message]
     [not found]   ` <CAKyqqaby2TRw5g+PySHHgm4ciox+-E9CqDWFa9KuxV2jPhtRAA@mail.gmail.com>
2019-10-07 21:19     ` Wolfgang Schuster

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=72a1cce7-fe79-afb8-acaa-8fdd900bd194@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=jairoadelrio6@gmail.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).