ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: hf@hongfeng.ch
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: [NTG-context] Re: GB7714-2015 of author-year format
Date: Tue, 15 Oct 2024 21:56:28 +0000	[thread overview]
Message-ID: <d2677c4b1d6f285ab8694f355e4c361d122bf264@hongfeng.ch> (raw)


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

Do you have the pdf file for the spec of BG/T 7714-2015?
send me one please if you have it.
Cheers,
Hong
2024年10月14日 07:51, "wangzhongtian" <wangzht@189.cn (mailto:wangzht@189.cn?to=%22wangzhongtian%22%20%3Cwangzht%40189.cn%3E)> 写到:
sorry,corrected the title .
I am trying to implement bibliography management in GB/T 7714-2015 (Chinese bibliography style standard), of Author-Year format. The bib list should be sorted by language, author, year, and then the title of the book. The sorting algorithm should use PinYin of Chinese characters to compare the order.
I am wondering is this feature already implemented for LuaMetatex?
Or if not, any suggestions on how can I implemented this? Like
1. How to implement the sorting algorithm?
2. Which part of the source code can I rewrite to implement this feature?
Thank you all for your time!
Best,
	----------------------------

	zhongtian wang

	Shijiazhuang YouWen Information Technology Co.,Ltd,China

	13311202589 wangzht@189.cn
------------------ 原始邮件 ------------------
发件人:wangzhongtian "wangzht@189.cn"
时 间:2024/10/12 15:03:51 周六
收件人:mailing list for ConTeXt users "ntg-context@ntg.nl"
抄送人:
主 题:[NTG-context] Re: Artifact in flow cell connection
I am trying to implement bibliography management in GB/T 7714-2015 (Chinese bibliography style standard), of Author-Year format. The bib list should be sorted by language, author, year, and then the title of the book. The sorting algorithm should use PinYin of Chinese characters to compare the order.
I am wondering is this feature already implemented for LuaMetatex?
Or if not, any suggestions on how can I implemented this? Like
1. How to implement the sorting algorithm?
2. Which part of the source code can I rewrite to implement this feature?
Thank you all for your time!
Best,
----------------------------

	zhongtian wang

	Shijiazhuang YouWen Information Technology Co.,Ltd,China

	13311202589 wangzht@189.cn (mailto:wangzhongtian@189.cn)
------------------ 原始邮件 ------------------
发件人:Bernd Donner via ntg-context "ntg-context@ntg.nl"
时 间:2024/10/12 04:47:29 周六
收件人:ntg-context@ntg.nl
抄送人:Bernd Donner "bleau1975@googlemail.com"
主 题:[NTG-context] Artifact in flow cell connection
Hi,
I have a broken flow cell connection in this minimal example. The broken flow cell is only triggered when drawn within a subsection with an overlay. The logic to create the underlined subsection is by the way copied from the metafun manual source. I do not have the slightest clue what is going wrong in this example. Thanks for ideas.
Best, Bernd
\usemodule[chart]
\startuniqueMPgraphic{SectionUnderline}
path p;
p:= unitsquare xscaled OverlayWidth yscaled OverlayHeight;
draw llcorner p -- lrcorner p;
setbounds currentpicture to p;
\stopuniqueMPgraphic
\defineoverlay[SectionUnderline][\uniqueMPgraphic{SectionUnderline}]
\starttexdefinition unexpanded ChapterCommand #1#2
\framed [background=SectionUnderline] {#2}
\stoptexdefinition
\setuphead
[subsection]
[command=\ChapterCommand]
\starttext
\subsection[title=Introduction]
\startFLOWchart[toolchain]
\startFLOWcell
\location{1,1}
\connection [bt] {compiler}
\stopFLOWcell
\startFLOWcell
\name {compiler}
\location{1,2}
\shape{product}
\stopFLOWcell
\stopFLOWchart
\FLOWchart[toolchain]
\stoptext

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

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2024-10-15 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 21:56 hf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-13 23:51 [NTG-context] " wangzhongtian
2024-10-14 16:18 ` [NTG-context] " 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=d2677c4b1d6f285ab8694f355e4c361d122bf264@hongfeng.ch \
    --to=hf@hongfeng.ch \
    --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).