-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathREADME
More file actions
35 lines (25 loc) · 953 Bytes
/
README
File metadata and controls
35 lines (25 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Hi,
I'm hamster@snap.net.nz and working on this book.
I'll keep an up to date copy of the PDF file in the repository for you.
It is written in ASCIDOC and can be used to generate
a pdf using the included Makefile. Please send me any
updates you would like.
Cover page
==========
Sorry but I can't get ASCIIDOC to put a graphic on the front page,
so I've made "cover.jpg" for you to print out seperately if you wish!
UCF File Syntax highlighting
============================
To syntax highlight the UCF files, then add the following
into /usr/share/texmf/tex/latex/listings/lstlang1.sty:
%%
%% UCF definition (c) 2012 Mike Field
%%
\lst@definelanguage{ucf}%
{morekeywords={NET,LOC,IOSTANDARD,LVTTL,LVCMOS25,DRIVE,SLEW,SLOW,FAST},% Arnaud Tisserand
sensitive=f,% 1998 Gaurav Aggarwal
morecomment=[l]\#,%
morestring=[d]{"}%
}[keywords,comments,strings]%
This was just a quick hack - if you know some better way let me know.
Thanks