5

Although I wrote a LaTeX-like design for Taiwanese train station signs, the resemblance is still somewhat lacking.

enter image description here

\documentclass{article}
\usepackage{xeCJK,amssymb}

\usepackage[
  paperwidth=5in,
  paperheight=3in,
  margin=0.2in
]{geometry}

\usepackage{graphicx}
\usepackage{tikz}

\pagestyle{empty}

\begin{document}

\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west, xshift=0in, yshift=0in] 
at (current page.north west) {
    \includegraphics[width=0.5in,height=0.5in]{960px-ROC_Taiwan_Railways_Administration_Logo.svg.png}
};
\end{tikzpicture}

\begin{tikzpicture}[remember picture,overlay]
\node[align=center, text=black, yshift=0.25in] 
at (current page.center) {
    {\fontsize{28pt}{34pt}\selectfont Miaoli} \\[0.2em]
    {\fontsize{32pt}{38pt}\selectfont 苗栗}
};
\end{tikzpicture}

\begin{tikzpicture}[remember picture,overlay]
\node[
    draw,
    line width=0.8pt,
    minimum size=0.9in,
    inner sep=0pt,
    align=center,
    font=\fontsize{12pt}{12pt}\selectfont
] at ([xshift=1.25in, yshift=0.25in]current page.center) {
    苗栗縣\\
    苗栗市
};
\end{tikzpicture}

\begin{tikzpicture}[remember picture,overlay]
\node[anchor=south west, xshift=0.2in, yshift=0.2in] 
at (current page.south west) {
    {\Large 豐富 Fengfu}
};

\node[anchor=south east, xshift=-0.2in, yshift=0.2in] 
at (current page.south east) {
    {\Large 南勢 Nanshi}
};
\end{tikzpicture}

\begin{tikzpicture}[remember picture,overlay]
\draw[green!60!black, line width=1.2pt]
  ([yshift=0.65in]current page.south west)
  --
  ([yshift=0.65in]current page.south east);

\node[anchor=west, text=green!60!black] 
at ([yshift=0.78in]current page.south west) 
{\large $\blacktriangleleft$ 3.9 公里 (km)};

\node[anchor=east, text=green!60!black] 
at ([yshift=0.78in]current page.south east) 
{\large 6.6 公里 (km) $\blacktriangleright$};

\end{tikzpicture}

\end{document}

A better version should be:

enter image description here

Source:

1
  • You need to learn something tikz-basis.... I see no tooo difficulity with line width,rounded corners, draw=blue, fill=green actually.... Commented yesterday

2 Answers 2

9

enter image description here

% Source - https://tex.stackexchange.com/q/763872
% Posted by mathrm alpha
% Retrieved 2026-06-16, License - CC BY-SA 4.0

\documentclass{article}
\usepackage{xeCJK,amssymb}
\usepackage[
  paperwidth=3.5in,
  paperheight=2in,
  margin=0.2in
]{geometry}
\setCJKmainfont{SimHei}
\setmainfont{Inter}

\usepackage{graphicx}
\usepackage{tikz}
\definecolor{bgcol}{RGB}{234,238,234}
\pagestyle{empty}

\begin{document}

\begin{tikzpicture}[remember picture,overlay]
\fill[fill=bgcol] (current page.south west) rectangle (current page.north east);
\node[anchor=north west, xshift=0in, yshift=0in] 
at (current page.north west) {
    \includegraphics[width=0.3in,height=0.3in]{ROC_Taiwan_Railways_Administration_Logo.svg.png}
};
\node[align=center, text=black, yshift=0.25in] 
at (current page.center) {
    {\fontsize{32pt}{38pt}\selectfont 苗\ 栗}\\[0.2em]
    {\fontsize{20pt}{20pt}\selectfont Miaoli}
};
\node[
    draw=blue,
    line width=0.8pt,
    % minimum size=0.9in,
    inner sep=2pt,
    align=center,
    rounded corners=1pt,
    font=\fontsize{10pt}{10pt}\selectfont
] at ([xshift=1in, yshift=0.05in]current page.center) {
    苗栗縣\\
    苗栗市
};
\fill[fill=green] ([yshift=0.45in]current page.south west)
  rectangle ([yshift=0.7in]current page.south east);

\node[anchor=west] 
at ([yshift=0.58in]current page.south west) 
{\large $\blacktriangleleft$ 3.9 公里 (km)};

\node[anchor=east] 
at ([yshift=0.58in]current page.south east) 
{\large 6.6 公里 (km) $\blacktriangleright$};

\node[anchor=south west] 
at (current page.south west) {
    {\Large 豐富 Fengfu}
};
\node[anchor=south east] 
at (current page.south east) {
    {\Large 南勢 Nanshi}
};

\end{tikzpicture}

\end{document}

6

It's quite relaxing when drawing with TikZ's node. There is only one \path ^^ XeLaTeX is required for Taiwan characters - traditional Chinese. Here is my overleaf link.

You can ask AI for more TikZ ways. Other fonts, like Lishu would be worth to try.

station-signs-for-taiwan-railways

\documentclass[border=2mm]{standalone}
\usepackage{xeCJK}
\usepackage{amssymb}
%\usepackage{graphicx}
\usepackage{tikz}
\pagecolor{yellow!50}
\begin{document}
\begin{tikzpicture}
\path 
(0,0) node[fill=green!50,yscale=1.2] (H) {
$\blacktriangleleft$ 3.9 公里 (km)
\hspace{1.5cm}
6.6 公里 (km) $\blacktriangleright$}
(H.west)+(0,3) node[below right]{
\includegraphics[width=0.5in,height=0.5in]{960px-ROC_Taiwan_Railways_Administration_Logo.svg.png}}    
(0,2) node[scale=3.3] (ML) {\bfseries 苗栗}
(ML.center) node[below=5mm,xscale=2,yscale=1.5]{Miaoli}
(2.6,1.3) node[draw=blue,align=center,rounded corners]{苗栗縣\\苗栗市}
(H.south west) node[yscale=1.5,below right] {\bfseries 豐富 Fengfu}
(H.south east) node[yscale=1.5,below left] {\bfseries 南勢 Nanshi}
;
\end{tikzpicture}
\end{document}

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.