diff --git a/pandoc-server.cabal b/pandoc-server.cabal
--- a/pandoc-server.cabal
+++ b/pandoc-server.cabal
@@ -1,6 +1,6 @@
 cabal-version:   2.4
 name:            pandoc-server
-version:         0.1.3.1
+version:         0.1.4
 build-type:      Simple
 license:         GPL-2.0-or-later
 license-file:    COPYING.md
@@ -49,7 +49,7 @@
 
 library
   import:        common-options
-  build-depends: pandoc                >= 3.10      && < 3.11,
+  build-depends: pandoc                >= 3.11      && < 3.12,
                  pandoc-types          >= 1.22     && < 1.24,
                  containers            >= 0.6.0.1  && < 0.9,
                  aeson                 >= 2.0      && < 2.4,
diff --git a/src/Text/Pandoc/Server.hs b/src/Text/Pandoc/Server.hs
--- a/src/Text/Pandoc/Server.hs
+++ b/src/Text/Pandoc/Server.hs
@@ -319,7 +319,7 @@
              , writerListOfFigures = optListOfFigures opts
              , writerListOfTables = optListOfTables opts
              , writerIncremental = optIncremental opts
-             , writerHTMLMathMethod = optHTMLMathMethod opts
+             , writerMathMethod = optMathMethod opts
              , writerNumberSections = optNumberSections opts
              , writerNumberOffset = optNumberOffset opts
              , writerSectionDivs = optSectionDivs opts
