Skip to content
/ stellavox Public

โœ‡๐Ÿ› โœ‡ manuals for the Stellavox SP8

Notifications You must be signed in to change notification settings

zzkt/stellavox

Repository files navigation

Stellavox SP8 Manuals

This unofficial version of the Stellavox SP8 manuals has been reconstructed from notes, scans and partial transcriptions in the hope it may be useful. There are almost certainly transcription errors, missing data and unreadable 1bit diagramsโ€ฆ

Any corrections, additions or comments โ†’ https://github.com/zzkt/stellavox

img/stellavox_sp8-4.jpg

edit โ†’ guidelines

notes on transcription/editing/formatting/updates/errata

  • use point rather than comma as decimal marker (check for OCR errors)
  • fix obvious spelling errors e.g. โ€˜aandโ€™ or โ€˜the theโ€™
  • page numbers are linked to sections where relevant
  • diagram links have been added
  • metric and/or imperial conversions added inline. e.g 38 cm/s (18 ips)
  • some footnotes have been included inline

edit โ†’ output

The manuals are in org-mode format and can be exported to pdf from emacs. The LaTeX class stellavox-manual is required for layout and can be added to org-latex-classes

(add-to-list 'org-latex-classes
             '("stellavox-manual"
               "\\documentclass[11pt,a4paper,oneside]{memoir}
\\usepackage{graphicx}
\\usepackage[style=iso]{datetime2}
\\usepackage{parskip}

\\usepackage{enumitem}
\\setlist{nosep}
\\setlist[enumerate]{itemsep=2pt, topsep=0pt, parsep=0pt, partopsep=0pt, leftmargin=2em}
\\setlist[itemize]{itemsep=2pt, topsep=0pt, parsep=0pt, partopsep=0pt, leftmargin=2em}

\\usepackage[no-math]{fontspec}
\\setmainfont{Fira Sans Book}[Ligatures=Common,
                              BoldFont={Fira Sans Bold},
                              ItalicFont={Fira Sans Book Italic}]
\\setsansfont{Fira Sans Book}
\\setmonofont[Scale=0.9]{Fira Code Light}

\\usepackage{geometry}
\\geometry{a4paper, textwidth=160mm, textheight=250mm, marginparsep=11pt, marginparwidth=15mm}

\\setcounter{secnumdepth}{0}
\\setcounter{tocdepth}{2}

\\setcounter{figure}{0}
\\renewcommand{\\figurename}{}

\\setlength{\\parindent}{0em}
\\setlength{\\parskip}{0.8em}
\\renewcommand{\\baselinestretch}{1.1}

\\pagestyle{Ruled}

\\usepackage[colorlinks=true,linkcolor=cyan,menucolor=cyan]{hyperref}

[NO-DEFAULT-PACKAGES]
[NO-PACKAGES]"

               ("\\section{%s}" . "\\section*{%s}")
               ("\\subsection{%s}" . "\\subsection*{%s}")
               ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
               ("\\paragraph{%s}" . "\\paragraph*{%s}")
               ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))

About

โœ‡๐Ÿ› โœ‡ manuals for the Stellavox SP8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published