mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
tex/*_technical: Beautify hyperlinks and stuff
This commit is contained in:
parent
c75d5924a1
commit
c12218071e
7 changed files with 21 additions and 7 deletions
5
CHANGES
5
CHANGES
|
|
@ -94,6 +94,11 @@ o devutil/scripts: fixed comment handling
|
|||
o devutil/scripts: update.sh fixed groups and added some informational opts (-x,-p)
|
||||
|
||||
1.1.6-0
|
||||
-------
|
||||
o YThread: added context argument to callbacks
|
||||
o YMidi: first appearance of this module
|
||||
o yupdate: fix in comment handling
|
||||
|
||||
1.1.7-0
|
||||
-------
|
||||
o big changes everywhere, triggered by different uclnt thread scheme
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.1.5-2-dev
|
||||
1.1.5-3-dev
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ COMPILE_DEBUG_CODE = true
|
|||
#USE_DMALLOC = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_EFENCE = true
|
||||
USE_MPATROL = true
|
||||
#USE_MPATROL = true
|
||||
USE_COMPILER_DEBUG_OPTS = true
|
||||
#USE_COMPILER_OPTIMIZATION = true
|
||||
USE_TRACING = true
|
||||
|
|
|
|||
|
|
@ -257,7 +257,7 @@ $(OUT).html.zip: $(HTMLDIR)
|
|||
|
||||
$(OUTPUT).pdf: $(GENERATED)
|
||||
@echo "-- creating pdf file"
|
||||
for i in 1 2 3 ; do echo "==== pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
|
||||
for i in 1 2 3 ; do echo "============================ pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
|
||||
mv $(MAIN).pdf $(OUTPUT).pdf
|
||||
|
||||
$(OUT).pdf.zip: $(OUTPUT).pdf
|
||||
|
|
@ -274,7 +274,7 @@ html_install: $(HTMLDIR)
|
|||
clean:
|
||||
@echo "-- cleaning up ..."
|
||||
rm -rf *.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep \
|
||||
*.lol *.bak *.idx *.ilg *.ind *.out *.brf \
|
||||
*.lol *.bak *.idx *.ilg *.ind *.out *.brf .\#* \#* \
|
||||
$(NEWDIRS) $(OUTPUT).txt \
|
||||
$(GENERATED) \
|
||||
$(CLEAN)
|
||||
|
|
|
|||
|
|
@ -125,3 +125,6 @@ DELETE
|
|||
|
||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||
|
||||
linkcolor=blue,
|
||||
linkcolor=blue,
|
||||
citecolor=blue, urlcolor=blue
|
||||
|
|
|
|||
|
|
@ -29,11 +29,13 @@
|
|||
% %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\documentclass[a4paper,12pt,oneside]{article} %
|
||||
\documentclass[a4paper,12pt,oneside,makeidx]{article} %
|
||||
|
||||
\setcounter{secnumdepth}{3}
|
||||
\setcounter{tocdepth}{3}
|
||||
%\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{longtable}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{verbatim}
|
||||
%\usepackage{lgrind}
|
||||
|
|
@ -72,7 +74,7 @@
|
|||
%\usepackage{epsfig}
|
||||
%\usepackage[umlaute]
|
||||
|
||||
\usepackage[pdftex,colorlinks,backref,pagebackref]{hyperref}
|
||||
\usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
||||
|
||||
\textwidth 15cm
|
||||
\textheight 23.5cm
|
||||
|
|
@ -127,3 +129,6 @@
|
|||
|
||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||
|
||||
\makeindex
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
\evensidemargin 0.5cm
|
||||
% \renewcommand{\baselinestretch}{1.5}
|
||||
|
||||
\usepackage[pdftex,colorlinks,backref,pagebackref]{hyperref}
|
||||
\usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
|
||||
|
||||
\newcommand{\C}{\mathbb{C}}
|
||||
\newcommand{\R}{\mathbb{R}}
|
||||
|
|
@ -128,3 +128,4 @@
|
|||
\renewcommand\textfraction{.1}
|
||||
|
||||
\newenvironment{prog}{\begin{quote}}{\end{quote} }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue