loopspace / tikzmark

The dread tikzmark arrives on github
14 stars 3 forks source link

running tex on dtx file #13

Closed drtoche closed 2 years ago

drtoche commented 2 years ago

I ran tex tikzmark.dtx on the dtx but got errors. Am I doing something wrong? Thanks.

This is TeX, Version 3.141592653 (TeX Live 2021) (preloaded format=tex 2021.4.30)  23 OCT 2021 13:43
**tikzmark
(./tikzmark.dtx
! Missing $ inserted.
<inserted text> 
                $
<to be read again> 
                   _
l.8 ...-color-mode="dark" data-light-theme="light_
                                                  colorblind" data-dark-them...

? 
! Missing $ inserted.
<inserted text> 
                $
<to be read again> 
                   \par 
l.17 

? 

Overfull \hbox (1.46748pt too wide) in paragraph at lines 7--17
[]\tenrm <!DOCTYPE html> <html lang="en" data-color-mode="dark" data-light-them
e="light$[]\teni olorblind\tenrm "\teni data \tensy ^^@|

\hbox(6.94444+1.94444)x469.75499, glue set - 1.0
.\hbox(0.0+0.0)x20.0
.\tenrm <
.\tenrm !
.\tenrm D
.\tenrm O
.etc.

Overfull \hbox (5.07285pt too wide) in paragraph at lines 7--17
\teni dark \tensy ^^@ \teni theme \tenrm = "\teni dark[]immed\tenrm " \teni >< 
head >< metacharset \tenrm = "\teni utf \tensy ^^@ \tenrm 8" \teni >< linkrel \
tenrm = "\teni dns \tensy ^^@ \teni prefetch\tenrm "\teni href \tenrm =|

\hbox(6.94444+1.94444)x469.75499, glue set - 1.0
.\teni d
.\teni a
.\teni r
.\kern0.27779
.\teni k
.etc.

Overfull \hbox (68.45192pt too wide) in paragraph at lines 7--17
\tenrm "\teni https \tenrm : \teni ==github:githubassets:com\tenrm " \teni >< l
inkrel \tenrm = "\teni dns \tensy ^^@ \teni prefetch\tenrm "\teni href \tenrm =
 "\teni https \tenrm : \teni ==avatars:githubusercontent:com\tenrm " \teni ><|

\hbox(7.5+2.5)x469.75499, glue set - 1.0
.\tenrm "
.\teni h
.\teni t
.\teni t
.\teni p
.etc.

Overfull \hbox (97.44408pt too wide) in paragraph at lines 7--17
\tenrm "\teni https \tenrm : \teni ==github:githubassets:com\tenrm "\teni cross
origin >< linkrel \tenrm = "\teni preconnect\tenrm "\teni href \tenrm = "\teni 
https \tenrm : \teni ==avatars:githubusercontent:com\tenrm " \teni >$ |

\hbox(7.5+2.5)x469.75499
.\tenrm "
.\teni h
.\teni t
.\teni t
.\teni p
.etc.

! Missing $ inserted.
<inserted text> 
                $
<to be read again> 
                   _
l.20 ...tps://github.githubassets.com/assets/dark_
                                                  dimmed-c650d5f5e97b0a377e2...

? 
! Missing $ inserted.
<inserted text> 
                $
<to be read again> 
                   \par 
l.23 

? 
! Emergency stop.
<inserted text> 
                $
<to be read again> 
                   \par 
l.23 

End of file on the terminal!

No pages of output.
loopspace commented 2 years ago

The line:

<!DOCTYPE html> <html lang="en" data-color-mode="dark" data-light-them

makes it look a bit like you've downloaded a web page rather than the actual dtx.

drtoche commented 2 years ago

You're right, something went wrong during the download! Thanks!