(s)
| 86 | TEXTTEMPS = [r"\temptwo{}", r"\tempfour{}", r"\tempsix{}", r"\tempeight{}"] |
| 87 | |
| 88 | def aplus(s) -> str: |
| 89 | return r"\aplus{" + s + r"}" |
| 90 | |
| 91 | def make_line(summary, amax, ap=False): |
| 92 | pkvals = [f"{v[amax[i]]:.1f}" for i, v in enumerate(summary.values())] |