コンテキスト object Fibonacci {
final val Threshold = 30
def fibonacci(n: Int)(implicit implementation: Fibonacci): Int = implementation match {
case f: functional.type if n > Threshold => f
LaTeXが方程式の改行を解釈する方法を逆転する方法があるのだろうか?例えば、私は明示的に \begin{gather}
x = y \\
a = c
\end{gather}
、のようにそれらを挿入したいのですが、暗黙のうちに \begin{gather}
x = y
a = c
\end{gather}
おかげで、好きではありません。