Skip to content

Commit

Permalink
Cleanup LatexDiffcoeffCommand.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Toseflo committed Nov 10, 2024
1 parent 3991e5e commit 28bffe9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package nl.hannahsten.texifyidea.lang.commands

import nl.hannahsten.texifyidea.lang.LatexPackage
import nl.hannahsten.texifyidea.lang.LatexPackage.Companion.DIFFCOEFF

/**
* @author Florian Kraft
Expand All @@ -12,7 +11,6 @@ enum class LatexDiffcoeffCommand(
override val dependency: LatexPackage = LatexPackage.DIFFCOEFF,
override val display: String? = null,
override val isMathMode: Boolean = true,
val collapse: Boolean = false
) : LatexCommand {

DIFF("diff", "order-spec".asOptional(), "differentiand".asRequired(), "variable(s)".asRequired(), "pt of eval".asOptional()),
Expand Down

0 comments on commit 28bffe9

Please sign in to comment.