diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 19:33:22 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-21 19:33:22 +0200 |
| commit | cf5d84a6fc9cb18eb4217171fe8cf61604aff1f5 (patch) | |
| tree | 8f6618288ea74dea656040d3b4d2be596dd574fc | |
| parent | ef799ca43701a6ddde5244e972e3e4350a068b73 (diff) | |
| download | radio-cf5d84a6fc9cb18eb4217171fe8cf61604aff1f5.tar.zst | |
Update
| -rw-r--r-- | Makefile | 4 | ||||
| -rwxr-xr-x | embed-css.sh | 7 | ||||
| -rw-r--r-- | radio.tex | 8 |
3 files changed, 10 insertions, 9 deletions
@@ -2,8 +2,10 @@ output: lualatex radio.tex + rm -f radio.html lwarpmk html - tidy -modify -indent radio.html + tidy -modify -indent --sort-attributes "alpha" --wrap 120 --vertical-space yes --indent yes radio.html + bash embed-css.sh clean: rm -f lwarp* comment* *.aux *.txt *.pdf *.toc *.log *.lwarpmkconf *.out radio.html sample_project.css radio_html.* diff --git a/embed-css.sh b/embed-css.sh new file mode 100755 index 0000000..9b80892 --- /dev/null +++ b/embed-css.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +sed -i '/<link[^>]*href="lwarp\.css"[^>]*>/{ + i <style> + r lwarp.css + a </style> + d +}' radio.html @@ -287,12 +287,4 @@ For detailed specifications, classified briefings, or to schedule a field demons \textbf{Available:} Technical data packages, test reports, reference architectures, and operational concept briefings. -\section*{Next Steps for Procurement Evaluation} - -For detailed specifications, classified briefings, or to schedule a field demonstration with your operational units: - -\textbf{Contact:} [Point of Contact - Program Manager] - -\textbf{Available:} Technical data packages, test reports, reference architectures, and operational concept briefings. - \end{document} |
