ngscopeclient/scopehal-docs

Can't copy paste the command on the getting started manual directly

Closed this issue · 2 comments

If I tried to copy paste the commands in https://www.antikernel.net/temp/glscopeclient-manual.pdf, for some reason it pastes it with spaces and it breaks the command
This is one of the example from section 3.4.1 Linux:
image
When I paste it into the terminal it becomes like this:

sudo apt install build - essential cmake pkg - config libglm - dev \
libgtkmm -3.0 - dev libsigc ++ -2.0 - dev libyaml - cpp - dev \
liblxi - dev texlive texlive - fonts - extra libglew - dev \
catch2 libclfft - dev

Moving to scopehal-docs since this is a documentation issue.

Can confirm that Google Chrome's built in PDF viewer does this on windows. It might be because the tex parser uses the weirdly spaced special - unicode char instead of a plain '-'.