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

@@ -10,9 +10,9 @@
\newtoggle{Vietnamese} \newtoggle{Vietnamese}
\ifdefined\ViFlag \ifdefined\ViFlag
\toggletrue{Vietnamese} \toggletrue{Vietnamese}
\else \else
\togglefalse{Vietnamese} \togglefalse{Vietnamese}
\fi \fi
\usetikzlibrary{fadings} \usetikzlibrary{fadings}
@@ -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}
@@ -66,7 +73,7 @@
} }
\vfill \vfill
\iftoggle{Vietnamese}{ \iftoggle{Vietnamese}{
{\addfontfeatures{Scale=1.4,LetterSpace=5,Color=red}\scshape Bao giờ?} {\addfontfeatures{Scale=1.4,LetterSpace=5,Color=red}\scshape Bao giờ?}
\textit{% \textit{%
Chủ Nhật, ngày 1, tháng 3, năm 2020 Chủ Nhật, ngày 1, tháng 3, năm 2020
@@ -81,7 +88,7 @@
Thành phố Hải Dương, Hải Dương Thành phố Hải Dương, Hải Dương
} }
}{ }{
{\addfontfeatures{Scale=1.4,LetterSpace=5,Color=red}\scshape when?} {\addfontfeatures{Scale=1.4,LetterSpace=5,Color=red}\scshape when?}
\textit{% \textit{%
March 1\/\rlap{,}\textsuperscript{st} 2020 March 1\/\rlap{,}\textsuperscript{st} 2020
@@ -96,6 +103,24 @@
Hai Duong City, Hai Duong Hai Duong City, Hai Duong
} }
} }
% \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}