Can't compile dgruyter and caption packagesLaTeX templates/packages for writing a patent specificationLatex...
Why does Arabsat 6A need a Falcon Heavy to launch
Etiquette around loan refinance - decision is going to cost first broker a lot of money
What is the PIE reconstruction for word-initial alpha with rough breathing?
Is "remove commented out code" correct English?
Why do I get two different answers for this counting problem?
Blender 2.8 I can't see vertices, edges or faces in edit mode
Where does SFDX store details about scratch orgs?
1960's book about a plague that kills all white people
How can saying a song's name be a copyright violation?
UK: Is there precedent for the governments e-petition site changing the direction of a government decision?
Is delete *p an alternative to delete [] p?
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Assassin's bullet with mercury
Combinations of multiple lists
Neighboring nodes in the network
How to prevent "they're falling in love" trope
Is the Joker left-handed?
I Accidentally Deleted a Stock Terminal Theme
Were any external disk drives stacked vertically?
How to draw the figure with four pentagons?
prove that the matrix A is diagonalizable
Should I tell management that I intend to leave due to bad software development practices?
Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Can't compile dgruyter and caption packages
LaTeX templates/packages for writing a patent specificationLatex compile errors with copernicus discussions templateUnable to compile a templateBuilding TeX file from knitr Rnw as child of larger parent TeX file to use R objects and outputCaption and keyval conflict in harvard thesis templateLatex already defined clash between cls file and multiple packagesCan't get this template to workCan't install webomints packageWhich LaTeX template and packages are used to make this type of paper?Adding packages in springer latex template
I’m having trouble combining the dgruyter and caption packages.
The following code does not run with the dgruyter package (see my comments).
documentclass[USenglish]{article}
usepackage[utf8]{inputenc}
usepackage{lmodern}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{microtype}
usepackage{longtable}
usepackage{threeparttablex}
usepackage{graphicx}
usepackage{subfigure}
usepackage{amsmath}
usepackage{amssymb}
usepackage{mathtools}
usepackage{threeparttable}
usepackage{epsfig}
usepackage[justification=centering]{caption}[2007/12/23]
usepackage{lscape}
newcommand{bunderline}[2][4]{underline{#2mkern-#1mu}mkern#1mu}
newcommand{boverline}[2][4]{overline{#2mkern-#1mu}mkern#1mu}
DeclareMathOperator*{argmin}{arg!min}
begin{document}
author{...} % ONLY WORKS IF I COMMENT THIS
runningauthor{...} % ONLY WORKS IF I COMMENT THIS
affil{....} % ONLY WORKS IF I COMMENT THIS
title{...} % ONLY WORKS IF I COMMENT THIS
runningtitle{...} % ONLY WORKS IF I COMMENT THIS
abstract{...} % ONLY WORKS IF I COMMENT THIS
classification[JEL classification]{J24,J22,J44,J13} % ONLY WORKS IF I COMMENT THIS
received{...} % ONLY WORKS IF I COMMENT THIS
accepted{...} % ONLY WORKS IF I COMMENT THIS
journalname{...} % ONLY WORKS IF I COMMENT THIS
journalyear{...} % ONLY WORKS IF I COMMENT THIS
journalvolume{..} % ONLY WORKS IF I COMMENT THIS
journalissue{..} % ONLY WORKS IF I COMMENT THIS
startpage{1} % ONLY WORKS IF I COMMENT THIS
aop % ONLY WORKS IF I COMMENT THIS
DOI{...} % ONLY WORKS IF I COMMENT THIS
maketitle % ONLY WORKS IF I COMMENT THIS
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
% %\
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endfirsthead
multicolumn{4}{c}%
{tablename thetable -- textit{Continued from previous page}} \
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endhead
hline multicolumn{4}{r}{textit{Continued on next page}} \
endfoot
hline
endlastfoot
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
end{longtable}
end{document}
I appreciate your help.
templates
|
show 2 more comments
I’m having trouble combining the dgruyter and caption packages.
The following code does not run with the dgruyter package (see my comments).
documentclass[USenglish]{article}
usepackage[utf8]{inputenc}
usepackage{lmodern}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{microtype}
usepackage{longtable}
usepackage{threeparttablex}
usepackage{graphicx}
usepackage{subfigure}
usepackage{amsmath}
usepackage{amssymb}
usepackage{mathtools}
usepackage{threeparttable}
usepackage{epsfig}
usepackage[justification=centering]{caption}[2007/12/23]
usepackage{lscape}
newcommand{bunderline}[2][4]{underline{#2mkern-#1mu}mkern#1mu}
newcommand{boverline}[2][4]{overline{#2mkern-#1mu}mkern#1mu}
DeclareMathOperator*{argmin}{arg!min}
begin{document}
author{...} % ONLY WORKS IF I COMMENT THIS
runningauthor{...} % ONLY WORKS IF I COMMENT THIS
affil{....} % ONLY WORKS IF I COMMENT THIS
title{...} % ONLY WORKS IF I COMMENT THIS
runningtitle{...} % ONLY WORKS IF I COMMENT THIS
abstract{...} % ONLY WORKS IF I COMMENT THIS
classification[JEL classification]{J24,J22,J44,J13} % ONLY WORKS IF I COMMENT THIS
received{...} % ONLY WORKS IF I COMMENT THIS
accepted{...} % ONLY WORKS IF I COMMENT THIS
journalname{...} % ONLY WORKS IF I COMMENT THIS
journalyear{...} % ONLY WORKS IF I COMMENT THIS
journalvolume{..} % ONLY WORKS IF I COMMENT THIS
journalissue{..} % ONLY WORKS IF I COMMENT THIS
startpage{1} % ONLY WORKS IF I COMMENT THIS
aop % ONLY WORKS IF I COMMENT THIS
DOI{...} % ONLY WORKS IF I COMMENT THIS
maketitle % ONLY WORKS IF I COMMENT THIS
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
% %\
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endfirsthead
multicolumn{4}{c}%
{tablename thetable -- textit{Continued from previous page}} \
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endhead
hline multicolumn{4}{r}{textit{Continued on next page}} \
endfoot
hline
endlastfoot
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
end{longtable}
end{document}
I appreciate your help.
templates
2
Welcome to TeX.SX! I don't have thedgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?
– Phelype Oleinik
6 hours ago
1
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
1
@Sebastiano Well, perhaps the used packagedgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...
– Kurt
5 hours ago
1
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
1
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago
|
show 2 more comments
I’m having trouble combining the dgruyter and caption packages.
The following code does not run with the dgruyter package (see my comments).
documentclass[USenglish]{article}
usepackage[utf8]{inputenc}
usepackage{lmodern}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{microtype}
usepackage{longtable}
usepackage{threeparttablex}
usepackage{graphicx}
usepackage{subfigure}
usepackage{amsmath}
usepackage{amssymb}
usepackage{mathtools}
usepackage{threeparttable}
usepackage{epsfig}
usepackage[justification=centering]{caption}[2007/12/23]
usepackage{lscape}
newcommand{bunderline}[2][4]{underline{#2mkern-#1mu}mkern#1mu}
newcommand{boverline}[2][4]{overline{#2mkern-#1mu}mkern#1mu}
DeclareMathOperator*{argmin}{arg!min}
begin{document}
author{...} % ONLY WORKS IF I COMMENT THIS
runningauthor{...} % ONLY WORKS IF I COMMENT THIS
affil{....} % ONLY WORKS IF I COMMENT THIS
title{...} % ONLY WORKS IF I COMMENT THIS
runningtitle{...} % ONLY WORKS IF I COMMENT THIS
abstract{...} % ONLY WORKS IF I COMMENT THIS
classification[JEL classification]{J24,J22,J44,J13} % ONLY WORKS IF I COMMENT THIS
received{...} % ONLY WORKS IF I COMMENT THIS
accepted{...} % ONLY WORKS IF I COMMENT THIS
journalname{...} % ONLY WORKS IF I COMMENT THIS
journalyear{...} % ONLY WORKS IF I COMMENT THIS
journalvolume{..} % ONLY WORKS IF I COMMENT THIS
journalissue{..} % ONLY WORKS IF I COMMENT THIS
startpage{1} % ONLY WORKS IF I COMMENT THIS
aop % ONLY WORKS IF I COMMENT THIS
DOI{...} % ONLY WORKS IF I COMMENT THIS
maketitle % ONLY WORKS IF I COMMENT THIS
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
% %\
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endfirsthead
multicolumn{4}{c}%
{tablename thetable -- textit{Continued from previous page}} \
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endhead
hline multicolumn{4}{r}{textit{Continued on next page}} \
endfoot
hline
endlastfoot
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
end{longtable}
end{document}
I appreciate your help.
templates
I’m having trouble combining the dgruyter and caption packages.
The following code does not run with the dgruyter package (see my comments).
documentclass[USenglish]{article}
usepackage[utf8]{inputenc}
usepackage{lmodern}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{microtype}
usepackage{longtable}
usepackage{threeparttablex}
usepackage{graphicx}
usepackage{subfigure}
usepackage{amsmath}
usepackage{amssymb}
usepackage{mathtools}
usepackage{threeparttable}
usepackage{epsfig}
usepackage[justification=centering]{caption}[2007/12/23]
usepackage{lscape}
newcommand{bunderline}[2][4]{underline{#2mkern-#1mu}mkern#1mu}
newcommand{boverline}[2][4]{overline{#2mkern-#1mu}mkern#1mu}
DeclareMathOperator*{argmin}{arg!min}
begin{document}
author{...} % ONLY WORKS IF I COMMENT THIS
runningauthor{...} % ONLY WORKS IF I COMMENT THIS
affil{....} % ONLY WORKS IF I COMMENT THIS
title{...} % ONLY WORKS IF I COMMENT THIS
runningtitle{...} % ONLY WORKS IF I COMMENT THIS
abstract{...} % ONLY WORKS IF I COMMENT THIS
classification[JEL classification]{J24,J22,J44,J13} % ONLY WORKS IF I COMMENT THIS
received{...} % ONLY WORKS IF I COMMENT THIS
accepted{...} % ONLY WORKS IF I COMMENT THIS
journalname{...} % ONLY WORKS IF I COMMENT THIS
journalyear{...} % ONLY WORKS IF I COMMENT THIS
journalvolume{..} % ONLY WORKS IF I COMMENT THIS
journalissue{..} % ONLY WORKS IF I COMMENT THIS
startpage{1} % ONLY WORKS IF I COMMENT THIS
aop % ONLY WORKS IF I COMMENT THIS
DOI{...} % ONLY WORKS IF I COMMENT THIS
maketitle % ONLY WORKS IF I COMMENT THIS
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
% %\
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endfirsthead
multicolumn{4}{c}%
{tablename thetable -- textit{Continued from previous page}} \
hline
textbf{First entry} & textbf{Second entry} & textbf{Third entry} & textbf{Fourth entry} \
hline
endhead
hline multicolumn{4}{r}{textit{Continued on next page}} \
endfoot
hline
endlastfoot
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \ 1 & 2 & 3 & 4 \
end{longtable}
end{document}
I appreciate your help.
templates
templates
edited 6 hours ago
Phelype Oleinik
24.8k54689
24.8k54689
asked 6 hours ago
Rocio Nuñez Del ArcoRocio Nuñez Del Arco
102
102
2
Welcome to TeX.SX! I don't have thedgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?
– Phelype Oleinik
6 hours ago
1
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
1
@Sebastiano Well, perhaps the used packagedgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...
– Kurt
5 hours ago
1
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
1
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago
|
show 2 more comments
2
Welcome to TeX.SX! I don't have thedgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?
– Phelype Oleinik
6 hours ago
1
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
1
@Sebastiano Well, perhaps the used packagedgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...
– Kurt
5 hours ago
1
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
1
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago
2
2
Welcome to TeX.SX! I don't have the
dgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?– Phelype Oleinik
6 hours ago
Welcome to TeX.SX! I don't have the
dgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?– Phelype Oleinik
6 hours ago
1
1
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
1
1
@Sebastiano Well, perhaps the used package
dgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...– Kurt
5 hours ago
@Sebastiano Well, perhaps the used package
dgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...– Kurt
5 hours ago
1
1
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
1
1
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
The example can be reduced to
documentclass[ngerman]{article}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{longtable}
begin{document}
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
A & B & C & D \
end{longtable}
end{document}
which leads to the error message
! Undefined control sequence.
@preamble ...skip 1spd@llarbegin @tablefont
ignorespaces @sharp uns...
LT@mcol ...def @sharp {#3}@arstrut @preamble
null ignorespaces
...
l.7 caption{A simple longtable example}
label{tab:stat} \
So in fact this is an incompatibility between dgruyter
and longtable
.
(The dgruyter
package was taken from https://www.degruyter.com/dg/page/production-for-authors )
Addendum: The definition of @classz
inside dgruyter.sty
uses @tablefont
but this macro isn't defined inside a longtable
. For supertabular
there is a patch inside dgruyter.sty
but there is one missing for longtable
.
So to make this short: dgruyter
isn't adapted to the longtable
package (yet), so use supertabular
instead. In parallel you could request the adaption to longtable
from the De Gruyter publisher.
The package also doesp@=1bp
, which is likely to break many constructs.
– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
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%2f483240%2fcant-compile-dgruyter-and-caption-packages%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
The example can be reduced to
documentclass[ngerman]{article}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{longtable}
begin{document}
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
A & B & C & D \
end{longtable}
end{document}
which leads to the error message
! Undefined control sequence.
@preamble ...skip 1spd@llarbegin @tablefont
ignorespaces @sharp uns...
LT@mcol ...def @sharp {#3}@arstrut @preamble
null ignorespaces
...
l.7 caption{A simple longtable example}
label{tab:stat} \
So in fact this is an incompatibility between dgruyter
and longtable
.
(The dgruyter
package was taken from https://www.degruyter.com/dg/page/production-for-authors )
Addendum: The definition of @classz
inside dgruyter.sty
uses @tablefont
but this macro isn't defined inside a longtable
. For supertabular
there is a patch inside dgruyter.sty
but there is one missing for longtable
.
So to make this short: dgruyter
isn't adapted to the longtable
package (yet), so use supertabular
instead. In parallel you could request the adaption to longtable
from the De Gruyter publisher.
The package also doesp@=1bp
, which is likely to break many constructs.
– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
add a comment |
The example can be reduced to
documentclass[ngerman]{article}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{longtable}
begin{document}
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
A & B & C & D \
end{longtable}
end{document}
which leads to the error message
! Undefined control sequence.
@preamble ...skip 1spd@llarbegin @tablefont
ignorespaces @sharp uns...
LT@mcol ...def @sharp {#3}@arstrut @preamble
null ignorespaces
...
l.7 caption{A simple longtable example}
label{tab:stat} \
So in fact this is an incompatibility between dgruyter
and longtable
.
(The dgruyter
package was taken from https://www.degruyter.com/dg/page/production-for-authors )
Addendum: The definition of @classz
inside dgruyter.sty
uses @tablefont
but this macro isn't defined inside a longtable
. For supertabular
there is a patch inside dgruyter.sty
but there is one missing for longtable
.
So to make this short: dgruyter
isn't adapted to the longtable
package (yet), so use supertabular
instead. In parallel you could request the adaption to longtable
from the De Gruyter publisher.
The package also doesp@=1bp
, which is likely to break many constructs.
– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
add a comment |
The example can be reduced to
documentclass[ngerman]{article}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{longtable}
begin{document}
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
A & B & C & D \
end{longtable}
end{document}
which leads to the error message
! Undefined control sequence.
@preamble ...skip 1spd@llarbegin @tablefont
ignorespaces @sharp uns...
LT@mcol ...def @sharp {#3}@arstrut @preamble
null ignorespaces
...
l.7 caption{A simple longtable example}
label{tab:stat} \
So in fact this is an incompatibility between dgruyter
and longtable
.
(The dgruyter
package was taken from https://www.degruyter.com/dg/page/production-for-authors )
Addendum: The definition of @classz
inside dgruyter.sty
uses @tablefont
but this macro isn't defined inside a longtable
. For supertabular
there is a patch inside dgruyter.sty
but there is one missing for longtable
.
So to make this short: dgruyter
isn't adapted to the longtable
package (yet), so use supertabular
instead. In parallel you could request the adaption to longtable
from the De Gruyter publisher.
The example can be reduced to
documentclass[ngerman]{article}
usepackage[small]{dgruyter} % ONLY WORKS IF I COMMENT THIS
usepackage{longtable}
begin{document}
begin{longtable}{|c|c|c|c|}
caption{A simple longtable example} label{tab:stat} \
A & B & C & D \
end{longtable}
end{document}
which leads to the error message
! Undefined control sequence.
@preamble ...skip 1spd@llarbegin @tablefont
ignorespaces @sharp uns...
LT@mcol ...def @sharp {#3}@arstrut @preamble
null ignorespaces
...
l.7 caption{A simple longtable example}
label{tab:stat} \
So in fact this is an incompatibility between dgruyter
and longtable
.
(The dgruyter
package was taken from https://www.degruyter.com/dg/page/production-for-authors )
Addendum: The definition of @classz
inside dgruyter.sty
uses @tablefont
but this macro isn't defined inside a longtable
. For supertabular
there is a patch inside dgruyter.sty
but there is one missing for longtable
.
So to make this short: dgruyter
isn't adapted to the longtable
package (yet), so use supertabular
instead. In parallel you could request the adaption to longtable
from the De Gruyter publisher.
edited 4 hours ago
answered 5 hours ago
Axel SommerfeldtAxel Sommerfeldt
12.2k22855
12.2k22855
The package also doesp@=1bp
, which is likely to break many constructs.
– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
add a comment |
The package also doesp@=1bp
, which is likely to break many constructs.
– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
The package also does
p@=1bp
, which is likely to break many constructs.– egreg
5 hours ago
The package also does
p@=1bp
, which is likely to break many constructs.– egreg
5 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
From dgruyter guide (...table format, etc.) will be carried out in the production department i.e it iuses the supplied tablefont etc.
– KJO
2 hours ago
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%2f483240%2fcant-compile-dgruyter-and-caption-packages%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
2
Welcome to TeX.SX! I don't have the
dgruyter
package in my TeX distribution. Where did you get it from? Can you give us the link so we can test, please?– Phelype Oleinik
6 hours ago
1
Why do you have so many blank lines in your code? Is there a special reason to write the code in this way? You know that blank lines have a special meaning: start new paragraph?
– Kurt
6 hours ago
1
@Sebastiano Well, perhaps the used package
dgruyter
needs it? Without a link to this package it can only be a guess, but you might be right ...– Kurt
5 hours ago
1
Hi, all suggestions are welcomed, thank you very much. Here you can find all the files that were given to me drive.google.com/drive/folders/…
– Rocio Nuñez Del Arco
5 hours ago
1
I think you should write a bug report to the maintainer of that package!
– Kurt
4 hours ago