[問題] 關於引用LaTeX的語法
我想要在LaTeX裡面編譯出
LaTeX的語法出來
也就是編譯完後會顯示
\documentclass[12pt,a4paper]{article}
\begin{document}
\fontsize{12}{20pt}\selectfont
以\TeX{} 排版中文很容易;
數學式之排版, 如$\sqrt{\beta}$, 尤其精確而且簡單。
\end{document}
如上
因為想做個教學用的簡報
我是用beamer來做
相關方程式如下
\section{簡易排版}
\subsection{start up}
\begin{frame}[fragile]
\frametitle{LATEX簡介}
\begin{verbatim}
\documentclass[12pt,a4paper]{article}
\begin{document}
\fontsize{12}{20pt}\selectfont
以\TeX{} 排版中文很容易;
數學式之排版, 如$\sqrt{\beta}$, 尤其精確而且簡單。
\end{document}
\end{verbatim}
\end{frame}
但是無法編譯
請問有方法可以做出來嗎?
感謝各位
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 163.13.137.93
→
09/22 10:20, , 1F
09/22 10:20, 1F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 3 篇):
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章