%% %% This is file `transparent.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% transparent.dtx (with options: `package-new') %% %% This is a generated file. %% %% Project: transparent %% Version: 2022-10-27 v1.5 %% %% Copyright (C) %% 2007 Heiko Oberdiek %% 2016-2022 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-nometadata.sty, transparent.pdf, %% transparent.ins, transparent.drv, transparent-example.tex. %% \NeedsTeXFormat{LaTeX2e}[2020/10/01] \ProvidesExplPackage{transparent}{2022-10-27}{1.5} {Transparency with color stacks}% \@ifl@t@r\fmtversion{2022-06-01} { \IfDocumentMetadataTF {}{\RequirePackage{transparent-nometadata}} \IfDocumentMetadataTF {}{\endinput} } {\RequirePackage{transparent-nometadata}} \RequirePackage{l3opacity} \NewDocumentCommand{\transparent} { m } { \opacity_select:n{\fp_eval:n{ min(max(0,#1),1) } } } \NewDocumentCommand{\texttransparent}{m m} { \mode_leave_vertical: \group_begin: \transparent{#1} #2 \group_end: } \endinput %% %% End of file `transparent.sty'.