\frac 函數 - 找不到文件

\frac 函數 - 找不到文件

有人知道為什麼我的\frac功能不起作用?是不是標註有問題?

\documentclass[10pt]{article}
\usepackage[•]{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}

\begin{document}
\\

\section*{Question4}
\gg\)is a monotone preference \rightarrow ||y-x|| \leq \epsilon ,\forall \epsilon \textgreater\) 0 and $y \textgreater x$\.
\\
\textbf{Proof}\\

Given $x\) \in $X\) \subseteq $R^L$) and  \forall \epsilon \textgreater\) 0. \\

Let e \eq (1,2....,l) \in $R^L$) and let $y \eq x$) + \frac{\epsilon}{\sqrt{L}} e$)

先感謝您。

答案1

內聯數學是$ math expression $.例如:

\documentclass[10pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amsthm}

\begin{document}

    Given $x \in X \subseteq R^L$ and  $\forall \epsilon > 0$. 

    Let $e = (1,2....,l) \in R^L$ and let $y = x + \frac{\epsilon}{\sqrt{L}} e$

\end{document}

在此輸入影像描述

並且不要使用所有這些\\

相關內容