- Timestamp:
- May 18, 2018, 2:09:21 PM (7 years ago)
- Branches:
- new-env, with_gc
- Children:
- 2472a19
- Parents:
- f6f0cca3 (diff), c7d8100c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- doc/user
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
rf6f0cca3 rff29f08 38 38 39 39 DOCUMENT = user.pdf 40 BASE = ${basename ${DOCUMENT}} 40 41 41 42 # Directives # … … 46 47 47 48 clean : 48 @rm -frv ${DOCUMENT} ${ basename ${DOCUMENT}}.ps ${Build}49 @rm -frv ${DOCUMENT} ${BASE}.ps ${Build} 49 50 50 51 # File Dependencies # 51 52 52 ${DOCUMENT} : ${ basename ${DOCUMENT}}.ps53 ${DOCUMENT} : ${BASE}.ps 53 54 ps2pdf $< 54 55 55 ${ basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi56 ${BASE}.ps : ${BASE}.dvi 56 57 dvips ${Build}/$< -o $@ 57 58 58 ${ basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \59 ${BASE}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 59 60 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib 60 61 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. … … 78 79 mkdir -p ${Build} 79 80 80 %.tex : %.fig 81 %.tex : %.fig ${Build} 81 82 fig2dev -L eepic $< > ${Build}/$@ 82 83 83 %.ps : %.fig 84 %.ps : %.fig ${Build} 84 85 fig2dev -L ps $< > ${Build}/$@ 85 86 86 %.pstex : %.fig 87 %.pstex : %.fig ${Build} 87 88 fig2dev -L pstex $< > ${Build}/$@ 88 89 fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t -
doc/user/user.tex
rf6f0cca3 rff29f08 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : S at Apr 14 19:04:30201814 %% Update Count : 331 813 %% Last Modified On : Sun May 6 10:33:53 2018 14 %% Update Count : 3319 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 1642 1642 \begin{itemize} 1643 1643 \item 1644 if ©R© is an \Index{rvalue} of type ©T &$_1$...&$_r$© where $r \ge 1$ references (©&© symbols) th an ©&R© has type ©T ®*®&$_{\color{red}2}$...&$_{\color{red}r}$©, \ie ©T© pointer with $r-1$ references (©&© symbols).1644 if ©R© is an \Index{rvalue} of type ©T &$_1$...&$_r$© where $r \ge 1$ references (©&© symbols) then ©&R© has type ©T ®*®&$_{\color{red}2}$...&$_{\color{red}r}$©, \ie ©T© pointer with $r-1$ references (©&© symbols). 1645 1645 1646 1646 \item
Note:
See TracChangeset
for help on using the changeset viewer.