Skip to content

Instantly share code, notes, and snippets.

@silasolla
Last active April 22, 2025 02:09
Show Gist options
  • Save silasolla/806c4c50702fd743ef6789cedeea84cb to your computer and use it in GitHub Desktop.
Save silasolla/806c4c50702fd743ef6789cedeea84cb to your computer and use it in GitHub Desktop.
letter of resignation
\documentclass[12pt]{ltjsarticle}
\usepackage[top=30mm, bottom=30mm, left=25mm, right=25mm]{geometry}
\pagestyle{empty}
\begin{document}
\hspace*{\fill}\textbf{\LARGE 退職届}\hspace*{\fill}
\vspace{5mm}
\begin{flushright}
\textbf{\和暦\today}
\end{flushright}
\vspace{2mm}
\begin{flushleft}
\textbf{株式会社〇〇〇〇}\\
\textbf{代表取締役 〇〇 〇〇 殿}
\end{flushleft}
\vspace{2mm}
\begin{flushright}
\textbf{〇〇部 ひらしゃいん}\\
\textbf{〇〇 〇〇}
\end{flushright}
\vspace{15mm}
\begin{flushright}
私儀
\end{flushright}
\vspace{2mm}
\noindent
このたび,一身上の都合により,\\
令和y年m月d日をもって退職いたします。
\vspace{2mm}
\begin{center}
\begin{tabular}{|c|l|} \hline
退職後の連絡先 & {
\begin{tabular}{l}
〒123--4567\\
東京都 某所\\
電話番号: 090--0123--4567\\
メールアドレス: \texttt{me@example.com}
\end{tabular}
}\\ \hline
\end{tabular}
\end{center}
\vspace{2mm}
\begin{flushright}
以上
\end{flushright}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment