Skip to content

Inconsistent use of \colcol vs. ::\brk{} #1359

Closed
@jensmaurer

Description

@jensmaurer

\colcol is defined to allow line breaks before and after the colon. Yet, we also use ::\brk{} fairly often.

\colcol 48
::\brk{} 31

For comparison, total lines with :: 4086.

We should harmonize this somehow. Suggestions:

  • (1) Replace ::\brk{} with \colcol
  • (2) Replace \colcol with ::\brk{} where still necessary (otherwise plain ::) and remove the macro.
  • (3) Replace all :: in running text with \colcol to give LaTeX more line break opportunities, possibly improving layout in a few cases.

My recommendation is (1) or (2). Opinions?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions