diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-30 22:16:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-30 22:16:45 +0000 |
commit | 855bcb7aa33f468a9bd1e50617084a784e6a397a (patch) | |
tree | 3ae26790ca4a318084e1709b5f2dfe77069a623e /Master/texmf-dist/doc/latex/transparent | |
parent | 3820b8f6b5f78e1d878a74dfb643539cfc047855 (diff) |
transparent (30nov19)
git-svn-id: svn://tug.org/texlive/trunk@52981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/transparent')
-rw-r--r-- | Master/texmf-dist/doc/latex/transparent/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/transparent/transparent-example.tex | 61 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/transparent/transparent.pdf | bin | 0 -> 266358 bytes |
3 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/transparent/README.md b/Master/texmf-dist/doc/latex/transparent/README.md new file mode 100644 index 00000000000..d45c0c16688 --- /dev/null +++ b/Master/texmf-dist/doc/latex/transparent/README.md @@ -0,0 +1,8 @@ +# transparent + +transparent package for LaTeX + +Since version 1.40 pdfTeX supports several color stacks. This +package shows, how a separate color stack can be used for transparency, +a property besides color. + diff --git a/Master/texmf-dist/doc/latex/transparent/transparent-example.tex b/Master/texmf-dist/doc/latex/transparent/transparent-example.tex new file mode 100644 index 00000000000..56827bda032 --- /dev/null +++ b/Master/texmf-dist/doc/latex/transparent/transparent-example.tex @@ -0,0 +1,61 @@ +%% +%% This is file `transparent-example.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% transparent.dtx (with options: `example') +%% +%% This is a generated file. +%% +%% Project: transparent +%% Version: 2019/11/29 v1.4 +%% +%% Copyright (C) +%% 2007 Heiko Oberdiek +%% 2016-2019 Oberdiek Package Support Group +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3c of this license or (at your option) any later +%% version. This version of this license is in +%% https://www.latex-project.org/lppl/lppl-1-3c.txt +%% and the latest version of this license is in +%% https://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainers of this work are +%% Heiko Oberdiek and the Oberdiek Package Support Group +%% https://github.com/ho-tex/transparent/issues +%% +%% +%% This work consists of the main source file transparent.dtx +%% and the derived files +%% transparent.sty, transparent.pdf, transparent.ins, transparent.drv, +%% transparent-example.tex. +%% +\documentclass[12pt]{article} + +\usepackage{color} +\usepackage{transparent} + +\begin{document} +\colorbox{yellow}{% + \bfseries + \color{blue}% + Blue and % + \transparent{0.6}% + transparent blue% +} + +\bigskip +Hello World +\texttransparent{0.5}{Hello\newpage World} +Hello World +\end{document} +\endinput +%% +%% End of file `transparent-example.tex'. diff --git a/Master/texmf-dist/doc/latex/transparent/transparent.pdf b/Master/texmf-dist/doc/latex/transparent/transparent.pdf Binary files differnew file mode 100644 index 00000000000..3eec17c7363 --- /dev/null +++ b/Master/texmf-dist/doc/latex/transparent/transparent.pdf |