tex/*_technical: Beautify hyperlinks and stuff

This commit is contained in:
Jan Lindemann 2003-08-14 11:52:47 +00:00 committed by Jan Lindemann
commit c12218071e
7 changed files with 21 additions and 7 deletions

View file

@ -94,6 +94,11 @@ o devutil/scripts: fixed comment handling
o devutil/scripts: update.sh fixed groups and added some informational opts (-x,-p) o devutil/scripts: update.sh fixed groups and added some informational opts (-x,-p)
1.1.6-0 1.1.6-0
-------
o YThread: added context argument to callbacks o YThread: added context argument to callbacks
o YMidi: first appearance of this module o YMidi: first appearance of this module
o yupdate: fix in comment handling o yupdate: fix in comment handling
1.1.7-0
-------
o big changes everywhere, triggered by different uclnt thread scheme

View file

@ -1 +1 @@
1.1.5-2-dev 1.1.5-3-dev

View file

@ -50,7 +50,7 @@ COMPILE_DEBUG_CODE = true
#USE_DMALLOC = true #USE_DMALLOC = true
#USE_MEMWATCH = true #USE_MEMWATCH = true
#USE_EFENCE = true #USE_EFENCE = true
USE_MPATROL = true #USE_MPATROL = true
USE_COMPILER_DEBUG_OPTS = true USE_COMPILER_DEBUG_OPTS = true
#USE_COMPILER_OPTIMIZATION = true #USE_COMPILER_OPTIMIZATION = true
USE_TRACING = true USE_TRACING = true

View file

@ -257,7 +257,7 @@ $(OUT).html.zip: $(HTMLDIR)
$(OUTPUT).pdf: $(GENERATED) $(OUTPUT).pdf: $(GENERATED)
@echo "-- creating pdf file" @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 mv $(MAIN).pdf $(OUTPUT).pdf
$(OUT).pdf.zip: $(OUTPUT).pdf $(OUT).pdf.zip: $(OUTPUT).pdf
@ -274,7 +274,7 @@ html_install: $(HTMLDIR)
clean: clean:
@echo "-- cleaning up ..." @echo "-- cleaning up ..."
rm -rf *.aux *.toc *.dvi *.pdf *.ps *~ *.log *.done *.rep \ 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 \ $(NEWDIRS) $(OUTPUT).txt \
$(GENERATED) \ $(GENERATED) \
$(CLEAN) $(CLEAN)

View file

@ -125,3 +125,6 @@ DELETE
\newenvironment{prog}{\begin{quote}}{\end{quote} } \newenvironment{prog}{\begin{quote}}{\end{quote} }
linkcolor=blue,
linkcolor=blue,
citecolor=blue, urlcolor=blue

View file

@ -29,11 +29,13 @@
% % % %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,12pt,oneside]{article} % \documentclass[a4paper,12pt,oneside,makeidx]{article} %
\setcounter{secnumdepth}{3} \setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3} \setcounter{tocdepth}{3}
%\usepackage{amsmath} %\usepackage{amsmath}
\usepackage{amsfonts} \usepackage{amsfonts}
\usepackage{longtable}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{verbatim} \usepackage{verbatim}
%\usepackage{lgrind} %\usepackage{lgrind}
@ -72,7 +74,7 @@
%\usepackage{epsfig} %\usepackage{epsfig}
%\usepackage[umlaute] %\usepackage[umlaute]
\usepackage[pdftex,colorlinks,backref,pagebackref]{hyperref} \usepackage[pdftex,colorlinks,backref,pagebackref,linkcolor=blue,citecolor=blue, urlcolor=blue]{hyperref}
\textwidth 15cm \textwidth 15cm
\textheight 23.5cm \textheight 23.5cm
@ -127,3 +129,6 @@
\newenvironment{prog}{\begin{quote}}{\end{quote} } \newenvironment{prog}{\begin{quote}}{\end{quote} }
\makeindex

View file

@ -81,7 +81,7 @@
\evensidemargin 0.5cm \evensidemargin 0.5cm
% \renewcommand{\baselinestretch}{1.5} % \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{\C}{\mathbb{C}}
\newcommand{\R}{\mathbb{R}} \newcommand{\R}{\mathbb{R}}
@ -128,3 +128,4 @@
\renewcommand\textfraction{.1} \renewcommand\textfraction{.1}
\newenvironment{prog}{\begin{quote}}{\end{quote} } \newenvironment{prog}{\begin{quote}}{\end{quote} }