tabu: Error since update
Clash Royale CLAN TAG#URR8PPP
Since the last update of tabu.sty I get the following error:
! Improper prevdepth. tabu@verticalspacing ... tempdimc t
Here is a MWE
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
The error occurs, when including pmatrix (or array) in a tabu-environment with a predefined column (using varwidth) AND strangely when including any other of a list of packages (like: color.sty, xcolor.sty, pstricks-add.sty, colortbl.sty, ...) Everything worked fine before the update!
Does anyone know, how to fix this?
Here is the first line of the log
file:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6930
64-bit) (preloaded format=latex 2019.1.13) 20 JAN 2019 12:55 entering
extended mode
tabu
add a comment |
Since the last update of tabu.sty I get the following error:
! Improper prevdepth. tabu@verticalspacing ... tempdimc t
Here is a MWE
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
The error occurs, when including pmatrix (or array) in a tabu-environment with a predefined column (using varwidth) AND strangely when including any other of a list of packages (like: color.sty, xcolor.sty, pstricks-add.sty, colortbl.sty, ...) Everything worked fine before the update!
Does anyone know, how to fix this?
Here is the first line of the log
file:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6930
64-bit) (preloaded format=latex 2019.1.13) 20 JAN 2019 12:55 entering
extended mode
tabu
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
6
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34
add a comment |
Since the last update of tabu.sty I get the following error:
! Improper prevdepth. tabu@verticalspacing ... tempdimc t
Here is a MWE
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
The error occurs, when including pmatrix (or array) in a tabu-environment with a predefined column (using varwidth) AND strangely when including any other of a list of packages (like: color.sty, xcolor.sty, pstricks-add.sty, colortbl.sty, ...) Everything worked fine before the update!
Does anyone know, how to fix this?
Here is the first line of the log
file:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6930
64-bit) (preloaded format=latex 2019.1.13) 20 JAN 2019 12:55 entering
extended mode
tabu
Since the last update of tabu.sty I get the following error:
! Improper prevdepth. tabu@verticalspacing ... tempdimc t
Here is a MWE
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
The error occurs, when including pmatrix (or array) in a tabu-environment with a predefined column (using varwidth) AND strangely when including any other of a list of packages (like: color.sty, xcolor.sty, pstricks-add.sty, colortbl.sty, ...) Everything worked fine before the update!
Does anyone know, how to fix this?
Here is the first line of the log
file:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6930
64-bit) (preloaded format=latex 2019.1.13) 20 JAN 2019 12:55 entering
extended mode
tabu
tabu
edited Jan 20 at 19:52
Kurt
37.1k847162
37.1k847162
asked Jan 20 at 11:43
chrischris
907
907
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
6
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34
add a comment |
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
6
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
6
6
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34
add a comment |
1 Answer
1
active
oldest
votes
I think this is the correct fix, if it survives some more testing I'll get tabu updated on ctan.
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
makeatletter
deftabu@verticalmeasureeverypar%
unlessifnumcurrentgrouptype=14 lettabu@currentgrouptypecurrentgrouptypefi
ifnum tabu@currentgrouptype>12 % 14=semi-simple, 15=math shift group
setboxtabu@box =hboxbgroup
lettabu@verticalspacing tabu@verticalsp@lcr
d@llarbegin % after hbox ...
else
edeftabu@tempifnumtabu@currentgrouptype=5vtop
elseifnumtabu@currentgrouptype=12vcenter
elsevboxfifi%
setboxtabu@box hboxbgroup$tabu@temp bgroup
lettabu@verticalspacing tabu@verticalsp@pmb
fi
makeatother
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
As far as I can test it right now, it works. Although the $ in the linesetboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.
– chris
Jan 20 at 13:43
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471000%2ftabu-error-since-update%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think this is the correct fix, if it survives some more testing I'll get tabu updated on ctan.
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
makeatletter
deftabu@verticalmeasureeverypar%
unlessifnumcurrentgrouptype=14 lettabu@currentgrouptypecurrentgrouptypefi
ifnum tabu@currentgrouptype>12 % 14=semi-simple, 15=math shift group
setboxtabu@box =hboxbgroup
lettabu@verticalspacing tabu@verticalsp@lcr
d@llarbegin % after hbox ...
else
edeftabu@tempifnumtabu@currentgrouptype=5vtop
elseifnumtabu@currentgrouptype=12vcenter
elsevboxfifi%
setboxtabu@box hboxbgroup$tabu@temp bgroup
lettabu@verticalspacing tabu@verticalsp@pmb
fi
makeatother
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
As far as I can test it right now, it works. Although the $ in the linesetboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.
– chris
Jan 20 at 13:43
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
add a comment |
I think this is the correct fix, if it survives some more testing I'll get tabu updated on ctan.
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
makeatletter
deftabu@verticalmeasureeverypar%
unlessifnumcurrentgrouptype=14 lettabu@currentgrouptypecurrentgrouptypefi
ifnum tabu@currentgrouptype>12 % 14=semi-simple, 15=math shift group
setboxtabu@box =hboxbgroup
lettabu@verticalspacing tabu@verticalsp@lcr
d@llarbegin % after hbox ...
else
edeftabu@tempifnumtabu@currentgrouptype=5vtop
elseifnumtabu@currentgrouptype=12vcenter
elsevboxfifi%
setboxtabu@box hboxbgroup$tabu@temp bgroup
lettabu@verticalspacing tabu@verticalsp@pmb
fi
makeatother
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
As far as I can test it right now, it works. Although the $ in the linesetboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.
– chris
Jan 20 at 13:43
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
add a comment |
I think this is the correct fix, if it survives some more testing I'll get tabu updated on ctan.
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
makeatletter
deftabu@verticalmeasureeverypar%
unlessifnumcurrentgrouptype=14 lettabu@currentgrouptypecurrentgrouptypefi
ifnum tabu@currentgrouptype>12 % 14=semi-simple, 15=math shift group
setboxtabu@box =hboxbgroup
lettabu@verticalspacing tabu@verticalsp@lcr
d@llarbegin % after hbox ...
else
edeftabu@tempifnumtabu@currentgrouptype=5vtop
elseifnumtabu@currentgrouptype=12vcenter
elsevboxfifi%
setboxtabu@box hboxbgroup$tabu@temp bgroup
lettabu@verticalspacing tabu@verticalsp@pmb
fi
makeatother
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
I think this is the correct fix, if it survives some more testing I'll get tabu updated on ctan.
documentclass[a4paper,12pt]report
usepackagetabu
usepackageamsmath
usepackagexcolor
newcolumntypeL>beginvarwidth0.91linewidthl<endvarwidth
makeatletter
deftabu@verticalmeasureeverypar%
unlessifnumcurrentgrouptype=14 lettabu@currentgrouptypecurrentgrouptypefi
ifnum tabu@currentgrouptype>12 % 14=semi-simple, 15=math shift group
setboxtabu@box =hboxbgroup
lettabu@verticalspacing tabu@verticalsp@lcr
d@llarbegin % after hbox ...
else
edeftabu@tempifnumtabu@currentgrouptype=5vtop
elseifnumtabu@currentgrouptype=12vcenter
elsevboxfifi%
setboxtabu@box hboxbgroup$tabu@temp bgroup
lettabu@verticalspacing tabu@verticalsp@pmb
fi
makeatother
begindocument
begintabuLcc
$beginpmatrix
1 \2\3
endpmatrix$& 2& 3\
endtabu
enddocument
answered Jan 20 at 12:30
David CarlisleDavid Carlisle
489k4111311877
489k4111311877
As far as I can test it right now, it works. Although the $ in the linesetboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.
– chris
Jan 20 at 13:43
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
add a comment |
As far as I can test it right now, it works. Although the $ in the linesetboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.
– chris
Jan 20 at 13:43
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
As far as I can test it right now, it works. Although the $ in the line
setboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.– chris
Jan 20 at 13:43
As far as I can test it right now, it works. Although the $ in the line
setboxtabu@box hboxbgroup$tabu@temp bgroup
confuses my editor, because it sees it as a beginning of a formular.– chris
Jan 20 at 13:43
1
1
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
@chris thanks I plan to push 2.10 to ctan now, so it should appear in texlive/miktex later in the week.
– David Carlisle
Jan 20 at 13:50
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
Thanks! However, I just found out, the above mentioned problem also occurs (exactly in the same way), when including a table (e.g tabular) in the tabu-environment and is not solved by this solution. (It also worked before the last update!)
– chris
Jan 20 at 14:06
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471000%2ftabu-error-since-update%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Might be related to tex.stackexchange.com/questions/470107/… , probably some other / more problems here.
– albert
Jan 20 at 11:49
6
It's best to raise at github.com/tabu-fixed/tabu/issues but anyway clear test file, and I can confirm it fails, I'll see what I can do... (tabu internals are not well documented and the original author is out of contact)
– David Carlisle
Jan 20 at 11:53
This should be fixed in tabu 2.10
– David Carlisle
Jan 20 at 13:34