2c46e4bd30
Leonardo Taccari in PR 49818. Changes: 1.12: scalability + performance - scalability: reduced TeX memory consumption for huge inline tables - scalability: lualatex allows bigger 3d graphics - scalability: lualatex now reduces compilation time for huge 3d graphics (requires \pgfplotsset{compat=newest} at the time of this writing) surf shader=faceted: time reduced to 61% of pdflatex (\addplot3[surf,samples=70] {exp(-x^2-y^2 +x*y)}) surf shader=interp: time reduced to 25% of pdflatex (\addplot3[surf,shader=interp,samples=70] {exp(-x^2-y^2 +x*y)}) surf shader=interp, parametric: time reduced to 36% of pdflatex (\addplot3[surf,shader=interp,z buffer=sort, samples=50,domain=- 1:0,y domain=0:2*pi] ({sqrt(1-x^2) * cos(deg(y))}, {sqrt( 1-x^2 ) * sin(deg(y))} , x);) surf shader=faceted, parametric: time reduced to 40% of pdflatex (\addplot3[surf,z buffer=sort, samples=50,domain=-1:0,y domain=0 :2*pi] ({sqrt(1-x^2) * cos(deg(y))}, {sqrt( 1-x^2 ) * sin(deg(y))}, x);) - scalability: lualated now reduces compilation time for boxplots. 10000 input points from table: time reduced to 23% of pdflatex - fixed bug: 3d axes where all axes used log scale produced compile failure - fixed bug: axis equal did not respect "disabledatascaling" - fixed bug: mesh legend was confused by color input=explicit - fixed bug: colorbar style did not reset zmin/zmax - fixed bug: memory allocation in FPU consumed too much memory - fixed bug: boxplots: removed compilation error due to spurious spaces in optio ns list - fixed bug: boxplots: now uses standard quantile estimators: has all 9 estimato rs of R and uses the same as in Excel as default (as of compat=1.12) - fixed bug: boxplots: sometimes failed to compute boxplot statistics for specia l inputs - fixed bug: boxplots: now, it sets 'mark=*' for outliers if there is no mark (c ompat=1.12) - fixed regression: compat=1.11 broke arcs inside of axis - new feature: ensured that arcs inside of axis make use of 'axis cs' and 'axis direction cs' automatically - new feature: ensured that (0:1) is evaluated with axis cs - fixed bug: precision of transformation cartesian to polar was too low (added a tan2 to fpu) - fixed bug: z buffer caused 'mesh legend' to produce a compile error - new feature: added 'y filter/.expression={y==3 ? nan : y}' to simplify coordin ate filters 1.11: usability + bug fixes. - new feature: "hide obscured x ticks=false" to disable the feature which hides ticks - simplified UI for symbolic coords: now, it accepts unexpandable dictionary entries including umlauts, undefined macros, math mode, ... - simplified UI for symbolic coords: added magic prefix [normalized]<number> to allow something like xmin={[normalized]0.7} - simplified UI for custom annotations: one does not need to say "axis cs" any l onger; coordinates like (1,2) are now automatically interpreted as (axis cs:1,2) - new feature: 'type ticklabels with struts' improves baseline alignment of tick labels - new feature: 'trig format plots=rad' allows to use radians in trigonometric ev aluations - simplified 'external lib': added driver auto-detection for pdflatex, lualatex, xelatex, dvips (\usepgfplotslibrary{external}, or, with the next PGF release, \usetikzl ibrary{external}) - simplified UI for \addplot coordinates: now, it expands macros as it goes. - new feature: 'intersection segments' now accepts negative indices to count fro m the last backwards - simplified UI: 'intersection segments' now accepts new syntax with 1-based ind ices (old 0-based are still supported) - fixed bug: fillbetween has had a problem with pins on input paths - fixed bug: now, 'stacked ignores zero' is no longer applied to error bars. - fixed bug: tick lines were drawn incorrectly for centered axis lines in 3d - fixed bug: variable=u failed to work in some contexts - fixed bug: fill between implicitly activated layers, but did not install the correct layers for grid lines etc. - fixed bug: z grid style was applied to y grid style - fixed bug: using 'x=1cm' failed to work in axis descriptions (legends) - fixed bug: mesh legend failed to work with 'shader=interp' - fixed bug: bounding box of shader=interp was wrong if there were transformatio ns. - fixed bug: added support for \addplot graphics in ConTeXt - fixed bug: external lib failed to work with dvips (since PGF 3.0.0 I suppose); now it produces correct bounding boxes - fixed bug: \pgfplotstablenew can now overwrite existing tables. - fixed bug: extra ticks near intersections of axis lines were hidden - fixed bug: 'intersection segments' did not work with '--cycle' - fixed bug: 'intersection segments' did not update the last tikz point - fixed bug: tick lines/grid lines have been clipped when they were near the bou ndary - fixed bug: soft clip decoration failed to apply the transformation matrix - fixed bug: polar axes and units library resulted in broken bounding box - fixed bug: \addplot[stack plots=false] used to work up to 1.8, but failed unti l now. Fixed. - fixed bug: hist/density was broken since some time 1.10: - new feature: fill between plots (library fillbetween) - new feature: concatenate intersection segments (library fillbetween) - fixed bug: xelatex failed to run contour external - fixed incompatibility with \label and \usepackage{mcaption} - fixed bug: histograms produced wrong point meta - fixed bug: histograms reported the wrong 'plot name' and confused shifts of ba r plots 1.9: - new feature: asymmetric error bars - new feature: activated math parser for axis limit arguments, arguments in axis cs, and domain argument in log plots - new feature: stacked bar plots place their 'nodes near coords' correctly in th e middle and print the increment (compat=1.9) - new feature: stacked bar plots suppress empty increments (compat=1.9). - new feature: 'scatter/position=relative|absolute' allow to position 'nodes nea r coords' absolutely. use-case: bar plots + nodes near coords which are at, say, y=0 rather than th eir y value - new feature: integration of smooth shadings & auto-CMYK conversion \usepackage[cmyk]{xcolor} or \selectcolormodel{cmyk} will reconfigure pgfplo ts to use CMYK (document-wide) - new feature (advanced audience only): programmatic access to data coordinates during the visualization phase -> allows much more customization for error bars, stacked plots, nodes n ear coords. - wrote beginner tutorials - fixed bug: error bars and point meta did not work together - fixed bug: stacked plots did not respect 'visualization depends on' - fixed bug: luatex 0.76 is not backwards compatible; added version switch - fixed bug: ternary library precision has been improved - fixed bug: problem with axis limits very close to 0 - fixed bug: colormap specification limit case produced out of bounds exception 1.8: - new feature: tight bounding box even if the axis is no box and bb excludes cli p path - new feature: mesh/color input=explicit - new feature: shader=interp now has drivers for both dvipdfmx and xetex - new feature: support for more color spaces in colormap definitions - new feature: shader=interp and device-level gray colorspaces - new feature: 'contour/contour dir=[xyz]' to draw contours in different directi ons - new feature: statistics library with boxplot handler (both boxplot prepared an d automatic computation) - fixed bug: 3d centered axis lines and label placement (requires compat=1.8 or higher) - fixed bug: axis lines and placement of labels, tick scale labels, and reversed axes (requires compat=1.8 or higher) - fixed bug: filtering out coords from a mesh plot failed - fixed bug: every legend image post was not respected inside of \ref{plotlabel} - fixed bug: high-order patches computed the shader=flat mean in a wrong way. - fixed bug: remember picture inside of pgfplots axes failed (due to cell pictur e) - fixed bug: now, the tick scale label will be omitted if there are no ticks - fixed bug: axis box path was not closed - fixed bug: the bounding box was non-empty even if the axis was hidden. - fixed bug: auto-alignment of nodes near coords failed for xbar plots - fixed bug: providing bar width / bar shift in terms of axis units did not work with [xy]bar and nodes near coords - fixed bug: transformation 'data cs=cart' -> polar is more robust now - fixed bug: code did not compile against pgf 2.00 - fixed bug: patch plot lib and shader=interp,patch type=biquadratic - fixed bug: context path searching issue (pgfplots.lua) - fixed bug: shader=interp and dvips driver - fixed bug: error bars with explicit relative input failed 1.7 - added feature: 'bar shift' and 'bar width' can now be expressed in terms of ax is units (compat=1.7 or higher) - fixed incompatibility regression pgfplots 1.6.1 pgf 2.10: layers - fixed incompatibility pgfplots and imakeidx - added feature: 'enlargelimits={abs=1cm}', i.e. enlarge by dimension rather tha n unit - patchplots lib: added patch type=bicubic - patchplots lib: added support for global paths (fillable) - patchplots lib: added patch type sampling feature - patchplots lib: improved usability (documentation and improvements) - fixed path issues in context: moved lua input file to tex/generic - fixed bug: \ref{legendimage} inside of legend text was wrong. 1.6.1: - fixed incompatibility lualatex,shader=interp, and german package (introduced i n 1.6) 1.6: - added support for layered graphics (main use case: multiple axes and layers) - added support for second colormap in mesh plots (mesh/interior colormap name) - added support for scopes inside of axes - contour plots: added ability to provide list of discrete labels (mesh/levels) - empty lines are interpreted as interruptions in data plots (was undocumented s ince 1.4) - added more scaling options to 'scale mode=scale uniformly' (affects axis equal in 3d and \addplot3 graphics) - fixed wrong implementation of 'axis equal' and 'unit vector ratio' in 3d (backwards compatible for 2d, but not for 3d - the 3d implementation was plain wrong) - fixed incompatibility of lualatex and shader=interp - fixed bugs/added features around \addplot3 graphics - fixed bug: colorbar did not support ymode=log - fixed a couple of minor bugs - fixed bounding box computation for clip=false,axis lines=none 1.5.1: - more operations for FPU library (==, !=,<=,>=,?) - fixed bug in usage of decorations in \addplot - bugfix for contour prepared format=matlab - added 'const plot mark mid' and 'jump mark mid' plot handlers - nodes on a plot (\addplot ... node[pos=<fraction>] {};) - 'trim axis group left' and 'trim axis group right' - bugfixes for polar axes and log+stacked plots - added style 'log ticks with fixed point' - introduced patched tikz paths to simplify circles and ellipses within an axis - patchplots lib: patch type=polygon - some more bugfixes 1.5: - Contour plots, - Histograms, - Quiver plots, - patch plots (library) - Triangle Meshes - Bilinear Elements - Quadratic Triangles - Biquadratic Quadrilaterals - Coons Patches - Discrete colorbars, - Table sorting, - Linear regression, - Ternary diagrams, - Tieline Plots - Smith Charts - Polar axes, - Empty lines in input files result in interrupted plots, - PDF user defined coordinate mouse popups - CMYK colormaps and shadings, - new markers and cycle lists - access to axis limits, - \addplot3 graphics: pgfplots draws an appropriate axis for a three-dimensiona l(!) external png graphics - 3D axes: support to provide explicit unit vectors: - explicit unit vectors - explicit unit vectors which are uniformly rescaled to match width/heig ht - 3D axes: improved support for unit vector ratios - improvements of the groupplot styles - preliminary support for (2d) bar plots in 3d axes - new shader 'faceted interp' - table package: - 'every nth row' style - 'comment chars' key to define comment characters in input files - 'skip first n' style - lots of smaller bugfixes (see ChangeLog for details) |
||
---|---|---|
.. | ||
a2ps | ||
abc2ps | ||
abcm2ps | ||
acroread7 | ||
acroread8 | ||
acroread9 | ||
adobeps-win | ||
advi | ||
apsfilter | ||
auctex | ||
bg5pdf | ||
bg5ps | ||
bibtool | ||
bww2tex | ||
chktex | ||
cjkutils | ||
cnprint | ||
cups | ||
cups-drivers-Magicolor5440DL | ||
cups-filters | ||
cups-pdf | ||
cups15 | ||
deforaos-pdfviewer | ||
diffpdf | ||
dvidvi | ||
dviljk | ||
dvipdfmx | ||
dvipsk | ||
electrix | ||
enscript | ||
epdfview | ||
epstool | ||
evince | ||
evince-nautilus | ||
evince3 | ||
flpsed | ||
foo2zjs | ||
foomatic-filters | ||
foomatic-filters-cups | ||
foomatic-ppds | ||
foomatic-ppds-cups | ||
foomatic4-db | ||
foomatic4-db-engine | ||
foomatic4-filters | ||
ghostscript | ||
ghostscript-agpl | ||
ghostscript-gpl | ||
glabels | ||
gtklp | ||
gutenprint-lib | ||
gv | ||
hpijs | ||
hplip | ||
html2ps | ||
if-psprint | ||
ijs | ||
img2eps | ||
imposter | ||
ja-a2ps | ||
ja-ptex | ||
ja-vflib | ||
ja-vflib-lib | ||
ja-vflib-utils | ||
ja-vfxdvik | ||
jcabc2ps | ||
kbibtex | ||
kbibtex-kde3 | ||
kpathsea | ||
latex-mk | ||
latexmk | ||
lgrind | ||
libgnomecups | ||
libgnomeprint | ||
libgnomeprintui | ||
libgxps | ||
libpaper | ||
libspectre | ||
lilypond | ||
LPRng | ||
LPRng-core | ||
LPRng-doc | ||
luatex | ||
magicfilter | ||
mp | ||
mpage | ||
mupdf | ||
okular | ||
p5-biblatex-biber | ||
p5-LaTeX-Driver | ||
p5-LaTeX-Encode | ||
p5-LaTeX-Table | ||
p5-Net-CUPS | ||
p5-PostScript | ||
p5-PostScript-MailLabels | ||
p5-PostScript-Simple | ||
papersize | ||
paps | ||
pcps | ||
pdf2djvu | ||
pdfjam | ||
pdflib | ||
pdflib-lite | ||
pdfmod | ||
pdfshuffler | ||
pdvipsk | ||
php-pdflib | ||
pmw | ||
pnm2ppa | ||
podofo | ||
poppler | ||
poppler-cpp | ||
poppler-data | ||
poppler-glib | ||
poppler-includes | ||
poppler-qt | ||
poppler-qt4 | ||
poppler-qt5 | ||
poppler-utils | ||
poppler016 | ||
poster | ||
pscal | ||
psify | ||
psjoin | ||
pslib | ||
psutils | ||
ptexenc | ||
py-cups | ||
py-Pdf | ||
py-PDF2 | ||
py-pisa | ||
py-poppler | ||
py-pslib | ||
py-reportlab | ||
qpdf | ||
qpdfview | ||
R-knitr | ||
rlpr | ||
rtf2latex | ||
rtf2latex2e | ||
ruby-gnome2-poppler | ||
ruby-pdf-core | ||
ruby-pdf-reader | ||
ruby-pdf-writer | ||
ruby-prawn | ||
scribus | ||
scribus-qt4 | ||
stylewriter | ||
tcl-pdflib | ||
teTeX | ||
teTeX3-bin | ||
teTeX3-texmf | ||
tex-2up | ||
tex-2up-doc | ||
tex-a0poster | ||
tex-a0poster-doc | ||
tex-a4wide | ||
tex-a4wide-doc | ||
tex-a5comb | ||
tex-a5comb-doc | ||
tex-abc | ||
tex-abc-doc | ||
tex-abstract | ||
tex-abstract-doc | ||
tex-acmconf | ||
tex-acmconf-doc | ||
tex-acmtrans | ||
tex-acmtrans-doc | ||
tex-acromake | ||
tex-acromake-doc | ||
tex-acronym | ||
tex-acronym-doc | ||
tex-adjustbox | ||
tex-adrconv | ||
tex-adrconv-doc | ||
tex-advdate | ||
tex-advdate-doc | ||
tex-aeguill | ||
tex-aeguill-doc | ||
tex-algorithm2e | ||
tex-algorithm2e-doc | ||
tex-algorithmicx | ||
tex-algorithmicx-doc | ||
tex-algorithms | ||
tex-algorithms-doc | ||
tex-amscls | ||
tex-amscls-doc | ||
tex-amsmath | ||
tex-amsmath-doc | ||
tex-amsrefs | ||
tex-amsrefs-doc | ||
tex-anonchap | ||
tex-anonchap-doc | ||
tex-answers | ||
tex-answers-doc | ||
tex-anysize | ||
tex-anysize-doc | ||
tex-appendix | ||
tex-appendix-doc | ||
tex-arabi | ||
tex-arabi-doc | ||
tex-arabtex | ||
tex-arabtex-doc | ||
tex-babel | ||
tex-babel-doc | ||
tex-babelbib | ||
tex-babelbib-doc | ||
tex-bagpipetex | ||
tex-beamer | ||
tex-beamer-doc | ||
tex-beton | ||
tex-beton-doc | ||
tex-bezos | ||
tex-bezos-doc | ||
tex-biblatex | ||
tex-biblatex-doc | ||
tex-bibtex | ||
tex-bibtex-doc | ||
tex-bibtex8 | ||
tex-bibtopic | ||
tex-bibtopic-doc | ||
tex-bibunits | ||
tex-bibunits-doc | ||
tex-block | ||
tex-block-doc | ||
tex-bold-extra | ||
tex-bold-extra-doc | ||
tex-booktabs | ||
tex-booktabs-doc | ||
tex-boxedminipage | ||
tex-boxedminipage-doc | ||
tex-braket | ||
tex-braket-doc | ||
tex-breakcites | ||
tex-breakcites-doc | ||
tex-cancel | ||
tex-cancel-doc | ||
tex-capt-of | ||
tex-capt-of-doc | ||
tex-captdef | ||
tex-captdef-doc | ||
tex-caption | ||
tex-caption-doc | ||
tex-carlisle | ||
tex-carlisle-doc | ||
tex-cases | ||
tex-cases-doc | ||
tex-cellspace | ||
tex-cellspace-doc | ||
tex-changebar | ||
tex-changebar-doc | ||
tex-changepage | ||
tex-changepage-doc | ||
tex-chbibref | ||
tex-chbibref-doc | ||
tex-chemarrow | ||
tex-chemarrow-doc | ||
tex-chessfss | ||
tex-chessfss-doc | ||
tex-chngcntr | ||
tex-chngcntr-doc | ||
tex-circle | ||
tex-circle-doc | ||
tex-cite | ||
tex-cite-doc | ||
tex-cjk | ||
tex-cjk-doc | ||
tex-cjkutils | ||
tex-cjkutils-doc | ||
tex-clrscode | ||
tex-clrscode-doc | ||
tex-collectbox | ||
tex-collection-basic | ||
tex-collection-basic-doc | ||
tex-collection-genericrecommended | ||
tex-collection-genericrecommended-doc | ||
tex-collection-latex | ||
tex-collection-latex-doc | ||
tex-colortbl | ||
tex-colortbl-doc | ||
tex-comment | ||
tex-comment-doc | ||
tex-context | ||
tex-context-doc | ||
tex-cooking | ||
tex-cooking-doc | ||
tex-csquotes | ||
tex-csquotes-doc | ||
tex-cweb | ||
tex-cweb-doc | ||
tex-cyrillic | ||
tex-cyrillic-bin | ||
tex-cyrillic-bin-doc | ||
tex-cyrillic-doc | ||
tex-datatool | ||
tex-datatool-doc | ||
tex-datetime | ||
tex-datetime-doc | ||
tex-dblfloatfix | ||
tex-dblfloatfix-doc | ||
tex-dehyph-exptl | ||
tex-dehyph-exptl-doc | ||
tex-draftwatermark | ||
tex-draftwatermark-doc | ||
tex-dvipdfmx | ||
tex-dvipdfmx-def | ||
tex-dvipdfmx-doc | ||
tex-dvips | ||
tex-dvips-doc | ||
tex-elsarticle | ||
tex-elsarticle-doc | ||
tex-enctex | ||
tex-enctex-doc | ||
tex-endfloat | ||
tex-endfloat-doc | ||
tex-endnotes | ||
tex-endnotes-doc | ||
tex-enumitem | ||
tex-enumitem-doc | ||
tex-environ | ||
tex-environ-doc | ||
tex-epsf | ||
tex-epsf-doc | ||
tex-eso-pic | ||
tex-eso-pic-doc | ||
tex-etex | ||
tex-etex-doc | ||
tex-etex-pkg | ||
tex-etex-pkg-doc | ||
tex-euler | ||
tex-euler-doc | ||
tex-everypage | ||
tex-everypage-doc | ||
tex-exam | ||
tex-exam-doc | ||
tex-excludeonly | ||
tex-excludeonly-doc | ||
tex-extsizes | ||
tex-extsizes-doc | ||
tex-fancybox | ||
tex-fancybox-doc | ||
tex-fancyhdr | ||
tex-fancyhdr-doc | ||
tex-fancyvrb | ||
tex-fancyvrb-doc | ||
tex-fix2col | ||
tex-fix2col-doc | ||
tex-fixme | ||
tex-fixme-doc | ||
tex-float | ||
tex-float-doc | ||
tex-fmtcount | ||
tex-fmtcount-doc | ||
tex-fncylab | ||
tex-fncylab-doc | ||
tex-fnpara | ||
tex-fnpara-doc | ||
tex-foiltex | ||
tex-footmisc | ||
tex-footmisc-doc | ||
tex-forloop | ||
tex-forloop-doc | ||
tex-framed | ||
tex-framed-doc | ||
tex-ftcap | ||
tex-ftcap-doc | ||
tex-fwlw | ||
tex-fwlw-doc | ||
tex-genmisc | ||
tex-geometry | ||
tex-geometry-doc | ||
tex-german | ||
tex-german-doc | ||
tex-glossaries | ||
tex-glossaries-doc | ||
tex-graphics | ||
tex-graphics-doc | ||
tex-guide-to-latex | ||
tex-gustlib | ||
tex-gustlib-doc | ||
tex-harvard | ||
tex-harvard-doc | ||
tex-here | ||
tex-here-doc | ||
tex-hyper | ||
tex-hyper-doc | ||
tex-hypernat | ||
tex-hypernat-doc | ||
tex-hyperref | ||
tex-hyperref-doc | ||
tex-hyph-utf8 | ||
tex-hyph-utf8-doc | ||
tex-hyphen-ancientgreek | ||
tex-hyphen-arabic | ||
tex-hyphen-base | ||
tex-hyphen-basque | ||
tex-hyphen-bulgarian | ||
tex-hyphen-catalan | ||
tex-hyphen-chinese | ||
tex-hyphen-coptic | ||
tex-hyphen-croatian | ||
tex-hyphen-czech | ||
tex-hyphen-danish | ||
tex-hyphen-dutch | ||
tex-hyphen-esperanto | ||
tex-hyphen-estonian | ||
tex-hyphen-farsi | ||
tex-hyphen-finnish | ||
tex-hyphen-french | ||
tex-hyphen-galician | ||
tex-hyphen-german | ||
tex-hyphen-greek | ||
tex-hyphen-greek-doc | ||
tex-hyphen-hungarian | ||
tex-hyphen-hungarian-doc | ||
tex-hyphen-icelandic | ||
tex-hyphen-indonesian | ||
tex-hyphen-interlingua | ||
tex-hyphen-irish | ||
tex-hyphen-italian | ||
tex-hyphen-latin | ||
tex-hyphen-lithuanian | ||
tex-hyphen-mongolian | ||
tex-hyphen-norwegian | ||
tex-hyphen-polish | ||
tex-hyphen-portuguese | ||
tex-hyphen-romanian | ||
tex-hyphen-russian | ||
tex-hyphen-sanskrit | ||
tex-hyphen-serbian | ||
tex-hyphen-slovak | ||
tex-hyphen-slovenian | ||
tex-hyphen-spanish | ||
tex-hyphen-swedish | ||
tex-hyphen-turkish | ||
tex-hyphen-ukenglish | ||
tex-hyphen-ukrainian | ||
tex-hyphen-uppersorbian | ||
tex-hyphen-welsh | ||
tex-hyphenat | ||
tex-hyphenat-doc | ||
tex-IEEEconf | ||
tex-IEEEconf-doc | ||
tex-IEEEtran | ||
tex-IEEEtran-doc | ||
tex-ifluatex | ||
tex-ifluatex-doc | ||
tex-ifmtarg | ||
tex-ifmtarg-doc | ||
tex-ifnextok | ||
tex-ifplatform | ||
tex-ifplatform-doc | ||
tex-ifxetex | ||
tex-ifxetex-doc | ||
tex-igo | ||
tex-index | ||
tex-index-doc | ||
tex-jadetex | ||
tex-jadetex-doc | ||
tex-japanese | ||
tex-japanese-doc | ||
tex-jsclasses | ||
tex-jurabib | ||
tex-jurabib-doc | ||
tex-kix | ||
tex-kix-doc | ||
tex-koma-script | ||
tex-kotex | ||
tex-kotex-dev | ||
tex-kotex-dev-doc | ||
tex-kotex-doc | ||
tex-kotex-utils | ||
tex-kpathsea | ||
tex-kpathsea-doc | ||
tex-lambda | ||
tex-lastpage | ||
tex-lastpage-doc | ||
tex-latex | ||
tex-latex-bin | ||
tex-latex-bin-doc | ||
tex-latex-doc | ||
tex-latexconfig | ||
tex-lazylist | ||
tex-lazylist-doc | ||
tex-leaflet | ||
tex-leaflet-doc | ||
tex-lipsum | ||
tex-lipsum-doc | ||
tex-listing | ||
tex-listing-doc | ||
tex-listings | ||
tex-listings-doc | ||
tex-logreq | ||
tex-logreq-doc | ||
tex-ltxmisc | ||
tex-luatex | ||
tex-luatex-doc | ||
tex-magaz | ||
tex-magaz-doc | ||
tex-marginnote | ||
tex-marginnote-doc | ||
tex-mdframed | ||
tex-mdframed-doc | ||
tex-mdwtools | ||
tex-mdwtools-doc | ||
tex-memoir | ||
tex-memoir-doc | ||
tex-metalogo | ||
tex-metalogo-doc | ||
tex-mfnfss | ||
tex-mfnfss-doc | ||
tex-mh | ||
tex-mh-doc | ||
tex-mhchem | ||
tex-mhchem-doc | ||
tex-microtype | ||
tex-microtype-doc | ||
tex-midpage | ||
tex-midpage-doc | ||
tex-minitoc | ||
tex-minitoc-doc | ||
tex-minted | ||
tex-minted-doc | ||
tex-misc | ||
tex-misc209 | ||
tex-mltex | ||
tex-mltex-doc | ||
tex-moreverb | ||
tex-moreverb-doc | ||
tex-ms | ||
tex-ms-doc | ||
tex-multirow | ||
tex-multirow-doc | ||
tex-musixtex | ||
tex-musixtex-doc | ||
tex-natbib | ||
tex-natbib-doc | ||
tex-needspace | ||
tex-needspace-doc | ||
tex-nextpage | ||
tex-nolbreaks | ||
tex-nolbreaks-doc | ||
tex-nomencl | ||
tex-nomencl-doc | ||
tex-nopageno | ||
tex-nopageno-doc | ||
tex-notoccite | ||
tex-notoccite-doc | ||
tex-ntgclass | ||
tex-ntgclass-doc | ||
tex-ntheorem | ||
tex-ntheorem-doc | ||
tex-oberdiek | ||
tex-oberdiek-doc | ||
tex-octavo | ||
tex-octavo-doc | ||
tex-optional | ||
tex-optional-doc | ||
tex-oubraces | ||
tex-oubraces-doc | ||
tex-pageslts | ||
tex-paralist | ||
tex-paralist-doc | ||
tex-parskip | ||
tex-parskip-doc | ||
tex-passivetex | ||
tex-path | ||
tex-path-doc | ||
tex-pdfcomment | ||
tex-pdfcomment-doc | ||
tex-pdfpages | ||
tex-pdfpages-doc | ||
tex-pdftex | ||
tex-pdftex-def | ||
tex-pdftex-doc | ||
tex-pdftools | ||
tex-pdftools-doc | ||
tex-pgf | ||
tex-pgf-doc | ||
tex-pgfplots | ||
tex-pgfplots-doc | ||
tex-picinpar | ||
tex-picinpar-doc | ||
tex-pkfix | ||
tex-pkfix-doc | ||
tex-placeins | ||
tex-placeins-doc | ||
tex-placeins-plain | ||
tex-plain | ||
tex-polytable | ||
tex-polytable-doc | ||
tex-preprint | ||
tex-preprint-doc | ||
tex-preview | ||
tex-preview-doc | ||
tex-printlen | ||
tex-printlen-doc | ||
tex-prosper | ||
tex-prosper-doc | ||
tex-psfrag | ||
tex-psfrag-doc | ||
tex-pslatex | ||
tex-pspicture | ||
tex-pspicture-doc | ||
tex-ptex | ||
tex-ptex-doc | ||
tex-rcsinfo | ||
tex-rcsinfo-doc | ||
tex-readarray | ||
tex-realscripts | ||
tex-realscripts-doc | ||
tex-relsize | ||
tex-resume | ||
tex-romanneg | ||
tex-romanneg-doc | ||
tex-rotating | ||
tex-rotating-doc | ||
tex-ruhyphen | ||
tex-sansmath | ||
tex-sansmath-doc | ||
tex-sauerj | ||
tex-sauerj-doc | ||
tex-secdot | ||
tex-secdot-doc | ||
tex-section | ||
tex-section-doc | ||
tex-sectsty | ||
tex-sectsty-doc | ||
tex-selectp | ||
tex-seminar | ||
tex-seminar-doc | ||
tex-sepnum | ||
tex-sepnum-doc | ||
tex-setspace | ||
tex-shadethm | ||
tex-shadow | ||
tex-shadow-doc | ||
tex-showtags | ||
tex-showtags-doc | ||
tex-SIstyle | ||
tex-SIstyle-doc | ||
tex-SIunits | ||
tex-SIunits-doc | ||
tex-skak | ||
tex-skak-doc | ||
tex-skaknew | ||
tex-skaknew-doc | ||
tex-soul | ||
tex-soul-doc | ||
tex-sphack | ||
tex-sphack-doc | ||
tex-splitbib | ||
tex-srcltx | ||
tex-srcltx-doc | ||
tex-statex | ||
tex-statex-doc | ||
tex-sttools | ||
tex-sttools-doc | ||
tex-subfig | ||
tex-subfig-doc | ||
tex-subfigmat | ||
tex-subfigmat-doc | ||
tex-subfigure | ||
tex-subfigure-doc | ||
tex-substr | ||
tex-substr-doc | ||
tex-supertabular | ||
tex-supertabular-doc | ||
tex-svninfo | ||
tex-svninfo-doc | ||
tex-t2 | ||
tex-t2-doc | ||
tex-tabls | ||
tex-tabls-doc | ||
tex-tabu | ||
tex-tetex | ||
tex-tetex-doc | ||
tex-tex | ||
tex-texconfig | ||
tex-texconfig-doc | ||
tex-texdoc | ||
tex-texdoc-doc | ||
tex-texlive-common-doc | ||
tex-texlive-docindex | ||
tex-texlive-docindex-doc | ||
tex-texlive-en-doc | ||
tex-texlive-scripts | ||
tex-texlive.infra | ||
tex-texmate | ||
tex-texmate-doc | ||
tex-texpower | ||
tex-texpower-doc | ||
tex-textcase | ||
tex-textcase-doc | ||
tex-thailatex | ||
tex-threeparttable | ||
tex-threeparttable-doc | ||
tex-titleref | ||
tex-titleref-doc | ||
tex-titlesec | ||
tex-titlesec-doc | ||
tex-tocbibind | ||
tex-tocbibind-doc | ||
tex-tocloft | ||
tex-tocloft-doc | ||
tex-tools | ||
tex-tools-doc | ||
tex-tpslifonts | ||
tex-tpslifonts-doc | ||
tex-truncate | ||
tex-truncate-doc | ||
tex-tufte-latex | ||
tex-tufte-latex-doc | ||
tex-twoinone | ||
tex-twoinone-doc | ||
tex-type1cm | ||
tex-type1cm-doc | ||
tex-typehtml | ||
tex-typehtml-doc | ||
tex-ucs | ||
tex-ucs-doc | ||
tex-ukrhyph | ||
tex-ukrhyph-doc | ||
tex-ulem | ||
tex-ulem-doc | ||
tex-umlaute | ||
tex-umlaute-doc | ||
tex-underscore | ||
tex-underscore-doc | ||
tex-undolabl | ||
tex-units | ||
tex-units-doc | ||
tex-upquote | ||
tex-upquote-doc | ||
tex-url | ||
tex-url-doc | ||
tex-varwidth | ||
tex-verbasef | ||
tex-verbasef-doc | ||
tex-verbatimbox | ||
tex-verbdef | ||
tex-verbdef-doc | ||
tex-version | ||
tex-version-doc | ||
tex-vertbars | ||
tex-vruler | ||
tex-vruler-doc | ||
tex-wallpaper | ||
tex-wallpaper-doc | ||
tex-wrapfig | ||
tex-wrapfig-doc | ||
tex-xargs | ||
tex-xargs-doc | ||
tex-xcolor | ||
tex-xcolor-doc | ||
tex-xcomment | ||
tex-xcomment-doc | ||
tex-xdvi | ||
tex-xetex | ||
tex-xetex-def | ||
tex-xetex-doc | ||
tex-xetexconfig | ||
tex-xfor | ||
tex-xfor-doc | ||
tex-xkeyval | ||
tex-xkeyval-doc | ||
tex-xltxtra | ||
tex-xltxtra-doc | ||
tex-xtab | ||
tex-xtab-doc | ||
tex-xunicode | ||
tex-xunicode-doc | ||
tex-ydoc | ||
tex-yfonts | ||
tex-yfonts-doc | ||
texlive | ||
transfig | ||
web2c | ||
xdvik | ||
xdvipdfmx | ||
xetex | ||
xfce4-print | ||
xpdf | ||
xpdf-arabic | ||
xpdf-chinese-simplified | ||
xpdf-chinese-traditional | ||
xpdf-cyrillic | ||
xpdf-greek | ||
xpdf-hebrew | ||
xpdf-japanese | ||
xpdf-korean | ||
xpdf-latin2 | ||
xpdf-thai | ||
xpdf-turkish | ||
xpdfopen | ||
xpp | ||
yup | ||
Makefile |