ignore
This commit is contained in:
1
r15a_xray/.gitignore
vendored
1
r15a_xray/.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*.sav
|
*.sav
|
||||||
|
*.png
|
||||||
|
|||||||
2
wedding-invitation/.gitignore
vendored
Normal file
2
wedding-invitation/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.png
|
||||||
|
*.xmp
|
||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user