LaTeX Error: Environment DoxyRefList undefined. DoxyRefList
Im trying to generate pdf with doxygen. Already I have tex file generates, like "refman.tex". I can't compile with latex, or pdflatex. Here is the obtained error:
*latex refman.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
restricted write18 enabled.
entering extended mode
(./refman.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, loaded.
! LaTeX Error: Environment DoxyRefList undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 begin{DoxyRefList}
?*
Edit: doxygen: http://www.doxygen.nl/
Edit: added some code of "refman.tex"
begin{DoxyRefList}
item[label{test__test000001}%
hypertarget{test__test000001}{}%
Member hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__interleaver__top__test__vm}{Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)]hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F(-Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)}
item[label{test__test000098}%
hypertarget{test__test000098}{}%
Member hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__deinterleaver__top__test__vm}{Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)]hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F(-Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)}
.
.
.
end{DoxyRefList}
errors pdftex pdf compiling
add a comment |
Im trying to generate pdf with doxygen. Already I have tex file generates, like "refman.tex". I can't compile with latex, or pdflatex. Here is the obtained error:
*latex refman.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
restricted write18 enabled.
entering extended mode
(./refman.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, loaded.
! LaTeX Error: Environment DoxyRefList undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 begin{DoxyRefList}
?*
Edit: doxygen: http://www.doxygen.nl/
Edit: added some code of "refman.tex"
begin{DoxyRefList}
item[label{test__test000001}%
hypertarget{test__test000001}{}%
Member hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__interleaver__top__test__vm}{Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)]hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F(-Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)}
item[label{test__test000098}%
hypertarget{test__test000098}{}%
Member hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__deinterleaver__top__test__vm}{Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)]hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F(-Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)}
.
.
.
end{DoxyRefList}
errors pdftex pdf compiling
1
Without any example code it is impossible to help. Not everyone even know thatdoxygen
is.
– daleif
Jul 21 '15 at 13:25
Do you have adoxygen.sty
in your directory there?
– Christian Hupfer
Jul 21 '15 at 21:14
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04
add a comment |
Im trying to generate pdf with doxygen. Already I have tex file generates, like "refman.tex". I can't compile with latex, or pdflatex. Here is the obtained error:
*latex refman.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
restricted write18 enabled.
entering extended mode
(./refman.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, loaded.
! LaTeX Error: Environment DoxyRefList undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 begin{DoxyRefList}
?*
Edit: doxygen: http://www.doxygen.nl/
Edit: added some code of "refman.tex"
begin{DoxyRefList}
item[label{test__test000001}%
hypertarget{test__test000001}{}%
Member hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__interleaver__top__test__vm}{Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)]hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F(-Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)}
item[label{test__test000098}%
hypertarget{test__test000098}{}%
Member hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__deinterleaver__top__test__vm}{Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)]hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F(-Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)}
.
.
.
end{DoxyRefList}
errors pdftex pdf compiling
Im trying to generate pdf with doxygen. Already I have tex file generates, like "refman.tex". I can't compile with latex, or pdflatex. Here is the obtained error:
*latex refman.tex
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
restricted write18 enabled.
entering extended mode
(./refman.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, loaded.
! LaTeX Error: Environment DoxyRefList undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.2 begin{DoxyRefList}
?*
Edit: doxygen: http://www.doxygen.nl/
Edit: added some code of "refman.tex"
begin{DoxyRefList}
item[label{test__test000001}%
hypertarget{test__test000001}{}%
Member hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__interleaver__top__test__vm}{Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)]hyperlink{group__sldpc__fine__interleaver__top__test_ga3d668b96ab81f86ac7312b9bfe592abe}{T-E-S-T-_--F(-Sldpc-_-fine-_-interleaver-_-top-_-test-_-vm, T-E-S-T-_--B-A-S-I-C-_--B-Y-P-A-S-S)}
item[label{test__test000098}%
hypertarget{test__test000098}{}%
Member hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F} (hyperlink{classSldpc__fine__deinterleaver__top__test__vm}{Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm}, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)]hyperlink{group__sldpc__fine__deinterleaver__top__test_ga778c0bdd3d0d50ec2d8e1081589e7c31}{T-E-S-T-_--F(-Sldpc-_-fine-_-deinterleaver-_-top-_-test-_-vm, T-E-S-T-_--B-Y-P-A-S-S-_--Q-A-M64-_-3kx5x32)}
.
.
.
end{DoxyRefList}
errors pdftex pdf compiling
errors pdftex pdf compiling
edited 18 mins ago
albert
625414
625414
asked Jul 21 '15 at 12:56
eduardo.sufan
134
134
1
Without any example code it is impossible to help. Not everyone even know thatdoxygen
is.
– daleif
Jul 21 '15 at 13:25
Do you have adoxygen.sty
in your directory there?
– Christian Hupfer
Jul 21 '15 at 21:14
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04
add a comment |
1
Without any example code it is impossible to help. Not everyone even know thatdoxygen
is.
– daleif
Jul 21 '15 at 13:25
Do you have adoxygen.sty
in your directory there?
– Christian Hupfer
Jul 21 '15 at 21:14
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04
1
1
Without any example code it is impossible to help. Not everyone even know that
doxygen
is.– daleif
Jul 21 '15 at 13:25
Without any example code it is impossible to help. Not everyone even know that
doxygen
is.– daleif
Jul 21 '15 at 13:25
Do you have a
doxygen.sty
in your directory there?– Christian Hupfer
Jul 21 '15 at 21:14
Do you have a
doxygen.sty
in your directory there?– Christian Hupfer
Jul 21 '15 at 21:14
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04
add a comment |
active
oldest
votes
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%2f256318%2flatex-error-environment-doxyreflist-undefined-doxyreflist%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f256318%2flatex-error-environment-doxyreflist-undefined-doxyreflist%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
1
Without any example code it is impossible to help. Not everyone even know that
doxygen
is.– daleif
Jul 21 '15 at 13:25
Do you have a
doxygen.sty
in your directory there?– Christian Hupfer
Jul 21 '15 at 21:14
Yes. What is that file?
– eduardo.sufan
Jul 22 '15 at 12:04