Skip to content

Commit

Permalink
Reinstate space between milestone name and code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdswinbank committed Aug 19, 2020
1 parent 1c84a5f commit 521e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_milestones.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_commentary(milestones):
for ms in sorted([ms for ms in milestones
if ms.code.startswith("LDM-503")],
key=lambda x: (x.due, x.code)):
output.write(f"\\subsection{{{escape_latex(ms.short_name)}")
output.write(f"\\subsection{{{escape_latex(ms.short_name)} ")
output.write(f"(\\textbf{{{escape_latex(ms.code)}}})}}\n")
output.write(f"\\label{{{escape_latex(ms.code)}}}\n\n")
output.write("\\subsubsection{Execution Procedure}\n\n")
Expand Down

0 comments on commit 521e6e4

Please sign in to comment.