LaTeX reader: remove unnecessary line
This commit is contained in:
parent
25b7df7c2a
commit
6323250bad
1 changed files with 0 additions and 1 deletions
|
@ -1867,7 +1867,6 @@ rawEnv name = do
|
||||||
rawOptions <- mconcat <$> many rawopt
|
rawOptions <- mconcat <$> many rawopt
|
||||||
let beginCommand = "\\begin{" <> name <> "}" <> rawOptions
|
let beginCommand = "\\begin{" <> name <> "}" <> rawOptions
|
||||||
pos1 <- getPosition
|
pos1 <- getPosition
|
||||||
(bs, raw) <- withRaw $ env name blocks
|
|
||||||
if parseRaw
|
if parseRaw
|
||||||
then do
|
then do
|
||||||
(_, raw) <- withRaw $ env name blocks
|
(_, raw) <- withRaw $ env name blocks
|
||||||
|
|
Loading…
Reference in a new issue