3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-22 18:52:40 +01:00

applets/gencstd: minor tweak to instructions

This commit is contained in:
Pragmatic Software 2024-12-14 15:12:14 -08:00
parent 411f0ebbd8
commit 5c24e5f17d
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE

6
applets/gencstd.pl vendored
View File

@ -14,7 +14,7 @@
# n3220: pdftotext -layout -y 80 -H 700 -W 1000 n3220.pdf n3220.in # n3220: pdftotext -layout -y 80 -H 700 -W 1000 n3220.pdf n3220.in
# n3301: pdftotext -layout -y 80 -H 700 -W 1000 n3301.pdf n3301.in # n3301: pdftotext -layout -y 80 -H 700 -W 1000 n3301.pdf n3301.in
# #
# Step 2: manually edit file.in as follows. Compare with existing n3047.in # Step 2: manually edit file.in as follows. Compare with existing n3220.in
# for guidance. # for guidance.
# #
# a) Add ABSTRACT., CONTENTS., INTRO., FOREWORD. BIBLIO. section headers # a) Add ABSTRACT., CONTENTS., INTRO., FOREWORD. BIBLIO. section headers
@ -67,10 +67,10 @@
# successfully added. Look in the contents to see which section/paragraph # successfully added. Look in the contents to see which section/paragraph
# was slurped up. Fix that section/paragraph. # was slurped up. Fix that section/paragraph.
# #
# 99% of the time the fix is to simply adjust indentation to exactly 4 # Most of the time the fix is to simply adjust indentation to exactly 4
# spaces for the section/footnote identifier. # spaces for the section/footnote identifier.
# #
# Rarely there will be a numerical literal or a section reference at the # Sometimes there will be a numerical literal or a section reference at the
# beginning of the line that belongs to the paragraph's contents but it's # beginning of the line that belongs to the paragraph's contents but it's
# being parsed as a section/paragraph identifier. In this case, put a ~~ # being parsed as a section/paragraph identifier. In this case, put a ~~
# at the beginning of the line to mask the literal/reference. # at the beginning of the line to mask the literal/reference.