This commit is contained in:
2020-02-07 10:57:12 -06:00
parent d22f588bdd
commit 51eed15c4a
3 changed files with 60 additions and 32 deletions

View File

@@ -1,2 +1,3 @@
*.bak *.bak
*.sav *.sav
*.png

2
wedding-invitation/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.png
*.xmp

View File

@@ -26,6 +26,13 @@
\pgfdeclarefading{myfading}{\pgfuseshading{FOne}} \pgfdeclarefading{myfading}{\pgfuseshading{FOne}}
\pgfdeclarehorizontalshading{FTwo}{100bp} {
color(0bp)=(pgftransparent!100);
color(25bp)=(pgftransparent!100);
color(50bp)=(pgftransparent!100);
color(100bp)=(pgftransparent!100)}
\pgfdeclarefading{nofading}{\pgfuseshading{FTwo}}
\setlength\parindent{0pt} \setlength\parindent{0pt}
\begin{document} \begin{document}
@@ -98,4 +105,22 @@
} }
} }
% \newpage
% {\addfontfeatures{Scale=1.4,LetterSpace=5,Color=red}\scshape
% \iftoggle{Vietnamese}{Chỉ dẫn}{Direction}
% }
% \medbreak
% \begin{tikzpicture}[scale=1, transform shape]
% \node[anchor=center,inner sep=0pt] (map) at (current page.east) {\includegraphics[width=\linewidth]{map}};
% \fill[white,path fading=nofading] (map.north west) rectangle (map.south east);
% \iftoggle{Vietnamese}{
% \node[anchor=south west, inner sep=0pt] (qrEvent_vi) at (map.south west) {\includegraphics[height=3.5cm]{qrEvent_vi}};
% }{
% \node[anchor=south west, inner sep=0pt] (qrEvent_en) at (map.south west) {\includegraphics[height=3.5cm]{qrEvent_en}};
% }
% \end{tikzpicture}
\end{document} \end{document}