thiep cuoi
This commit is contained in:
BIN
wedding-invitation/GAO_9361.jpg
Normal file
BIN
wedding-invitation/GAO_9361.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 MiB |
BIN
wedding-invitation/GAO_9361_01.jpg
Normal file
BIN
wedding-invitation/GAO_9361_01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 MiB |
13
wedding-invitation/Makefile
Normal file
13
wedding-invitation/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
DOC=thiep1
|
||||
INPUT=$(DOC).tex
|
||||
TARGET=$(DOC).pdf
|
||||
TEX=xelatex
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
$(TARGET): $(INPUT) Makefile
|
||||
$(TEX) $< && $(TEX) $<
|
||||
|
||||
clean:
|
||||
rm -f $(DOC).{pdf,out,aux,log}
|
||||
rm -f *.{pdf,out,aux,log,bbl,blg}
|
||||
BIN
wedding-invitation/photo.jpg
Normal file
BIN
wedding-invitation/photo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 913 KiB |
BIN
wedding-invitation/photo2.jpg
Normal file
BIN
wedding-invitation/photo2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
24
wedding-invitation/qrEvent.tex
Normal file
24
wedding-invitation/qrEvent.tex
Normal file
@@ -0,0 +1,24 @@
|
||||
\documentclass{article}
|
||||
\pagestyle{empty}
|
||||
|
||||
\usepackage{pstricks}
|
||||
\usepackage{pst-barcode}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\begin{document}
|
||||
\begin{pspicture}(2in,2in)
|
||||
\psbarcode{BEGIN:VCALENDAR^^J%
|
||||
VERSION:2.0^^J%
|
||||
BEGIN:VEVENT^^J%
|
||||
SUMMARY:25th Pacific Asia Conference on Language, Information and Computation^^J%
|
||||
ORGANIZER;CN=Assoc Prof Francis Bond:MAILTO:fcbond@ntu.edu.sg^^J%
|
||||
URL:http://portal.cohass.ntu.edu.sg/PACLIC25/^^J%
|
||||
LOCATION:Nanyang Technological University, Singapore^^J%
|
||||
DTSTART;TZID=Asia/Singapore:20111216T090000^^J%
|
||||
DTEND;TZID=Asia/Singapore:20111218T180000^^J%
|
||||
END:VEVENT^^J%
|
||||
END:VCALENDAR}
|
||||
{eclevel=M height=2 width=2}{qrcode}
|
||||
\end{pspicture}
|
||||
\end{document}
|
||||
|
||||
71
wedding-invitation/thiep1.tex
Normal file
71
wedding-invitation/thiep1.tex
Normal file
@@ -0,0 +1,71 @@
|
||||
\documentclass{article}
|
||||
\pagestyle{empty}
|
||||
\usepackage{geometry,fontspec,tikz}
|
||||
\geometry{a6paper,landscape,hmargin={1cm,1cm},vmargin={1cm,1cm}}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{ebgaramond}
|
||||
|
||||
\usepackage{pstricks}
|
||||
\usepackage{pst-barcode}
|
||||
\usepackage{graphicx}
|
||||
|
||||
|
||||
\usetikzlibrary{fadings}
|
||||
% \tikzfading[name=fade right, left color=transparent!0, right color=transparent!100]
|
||||
% \tikzfading[name=fade in, inner color=transparent!200, outer color=transparent!0]
|
||||
|
||||
\pgfdeclarehorizontalshading{FOne}{100bp} {
|
||||
color(0bp)=(pgftransparent!0);
|
||||
color(25bp)=(pgftransparent!0);
|
||||
color(50bp)=(pgftransparent!80);
|
||||
color(100bp)=(pgftransparent!100)}
|
||||
|
||||
\pgfdeclarefading{myfading}{\pgfuseshading{FOne}}
|
||||
|
||||
\setlength\parindent{0pt}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}[overlay,remember picture]
|
||||
\node[anchor=east,inner sep=0pt] (pic) at (current page.east)
|
||||
{\includegraphics[height=\pdfpageheight]{GAO_9361_01}};
|
||||
% \fill[white,path fading=fade right] (pic.north west) rectangle (pic.south east);
|
||||
\fill[white,path fading=myfading] (pic.north west) rectangle (pic.south east);
|
||||
\coordinate (pin) at (12,-2.5);
|
||||
% \filldraw[ultra thick,draw=red,fill=red!50] (pin) -- ++(70:.5) arc (-20:200:.18) -- cycle;
|
||||
% \path (pin) -- ++(0,.5) node[draw,fill,red,circle,inner sep=1pt] {};
|
||||
\end{tikzpicture}%
|
||||
|
||||
\obeylines%
|
||||
{\addfontfeatures{Scale=2.8,LetterSpace=9} INVITATION}
|
||||
|
||||
\bigbreak
|
||||
\textit{%
|
||||
Dear friend,
|
||||
|
||||
We'd love to invite you to our wedding reception.
|
||||
|
||||
Sincerly,
|
||||
|
||||
Nam and Huong
|
||||
}
|
||||
|
||||
\vfill
|
||||
|
||||
{\addfontfeatures{Scale=1.4,LetterSpace=5}\scshape when?}
|
||||
\textit{%
|
||||
March 1\/\rlap{,}\textsuperscript{st} 2020
|
||||
4\kern.5pt:\kern.5pt00 pm
|
||||
}
|
||||
\medbreak
|
||||
{\addfontfeatures{Scale=1.4,LetterSpace=5}\scshape where?}
|
||||
\textit{%
|
||||
Auco Convention Center,
|
||||
|
||||
1A Nguyen Huu Cau Str, Ngoc Chau Ward
|
||||
|
||||
Hai Duong City, Hai Duong
|
||||
}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user