9front - general discussion about 9front
 help / color / mirror / Atom feed
From: sirjofri <sirjofri+ml-9front@sirjofri.de>
To: 9front@9front.org
Subject: Re: [9front] Troff ms srefs, weird commata
Date: Wed, 17 Feb 2021 17:52:02 +0000 (UTC)	[thread overview]
Message-ID: <214cb94e-8617-46d9-9b9d-e2b8cff70dd6@sirjofri.de> (raw)

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

Sorry, I have issues with my mail setup and attachments. Here's the 
patch.

17.02.2021 18:48:32 sirjofri <sirjofri+ml-9front@sirjofri.de>:
> this patch places the commas behind the quotes around the title.
>
> Before: Author, "Title," Journal, ...
> After: Author, "Title", Journal, ...
>
> It also changes the quoting style from the old troff ``Title'' to 
> “Title”.

[-- Attachment #2: tmac.srefs.patch --]
[-- Type: text/x-diff, Size: 1343 bytes --]

/sys/lib/tmac/tmac.srefs:1,4 - tmac.srefs:1,5
  .\" REFER macros .... citations
  .de []
  .][ \\$1
  ..
/sys/lib/tmac/tmac.srefs:12,19 - tmac.srefs:13,22
  .if t .ds .] \v'.4m'\s+2\fP
  .if n .ds [o ""
  .if n .ds [c ""
- .if t .ds [o ``
- .if t .ds [c ''
+ .\"if t .ds [o ``
+ .\"if t .ds [c ''
+ .if t .ds [o “
+ .if t .ds [c ”
  .\" the next lines deal with the problem of .[1] or [1].
  .\" refer will write "linexxx\*(<.[1]\*(>.
  .\" and either "<." or ">." should produce the .;
/sys/lib/tmac/tmac.srefs:62,68 - tmac.srefs:65,71
  .if !"\\*([R"" .rm [C
  .if !"\\*([F"" .IP "\\*([F.\0"
  .if !"\\*([A"" \\*([A,
- .if !"\\*([T"" \\*([o\\*([T,\\*([c
+ .if !"\\*([T"" \\*([o\\*([T\\*([c,
  \\f2\\*([J\\f1\c
  .if !"\\*([C"" , \\*([C\c
  .if !"\\*([V"" .if n ,\& Vol.\&\c
/sys/lib/tmac/tmac.srefs:101,107 - tmac.srefs:104,110
  .FS
  .if !"\\*([F"" .IP "\\*([F.\0"
  .nr %T 1
- \\*([A, \\*([o\\*([T,\\*([c
+ \\*([A, \\*([o\\*([T\\*([c,
  \\*([R\c
  .if !"\\*([G"" \& (\\*([G)\c
  .if !"\\*([I"" ,  \\*([I\c
/sys/lib/tmac/tmac.srefs:118,124 - tmac.srefs:121,127
  .nr %T 1
  .if !"\\*([F"" .IP "\\*([F.\0"
  .if !"\\*([A"" \\*([A,
- .if !"\\*([T"" \\*([o\\*([T,\\*([c
+ .if !"\\*([T"" \\*([o\\*([T\\*([c,
  .if !"\\*([P"" pp. \\*([P
  in \\f2\\*([B\\f1\c
  .if !"\\*([E"" , ed. \\*([E\c



             reply	other threads:[~2021-02-17 18:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-17 17:52 sirjofri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-17 17:15 sirjofri
2021-02-17 17:48 ` sirjofri
2021-02-17 17:48 ` sirjofri
2021-02-17 20:24 ` Amavect

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=214cb94e-8617-46d9-9b9d-e2b8cff70dd6@sirjofri.de \
    --to=sirjofri+ml-9front@sirjofri.de \
    --cc=9front@9front.org \
    /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).