I need the contents in a single page before the title of the article with page numbers












0















I want to add a Contents table along with page numbers in a single page before the tile of my article.



I have used the following Code:



documentclass[12pt,leqno]{amsart}


topmargin=0.02cm


textwidth = 17cm


textheight = 23cm


baselineskip=11pt


setlength{oddsidemargin}{0.01 pt}


setlength{evensidemargin}{0.01 pt}


renewcommand{baselinestretch}{1.6}


usepackage{amsmath,amsfonts,amssymb,amsthm}


usepackage{graphicx}


graphicspath{ }


usepackage{wrapfig}


usepackage[autostyle]{csquotes}


usepackage{accents}


usepackage{caption}


usepackage{subcaption}


usepackage{calligra}


newtheorem{fig}{figure}[section]


numberwithin{figure}{section}


newcommandnorm[1]{leftlVert#1rightrVert}



theoremstyle{plain}


newtheorem{thm}{Theorem}[section]


newtheorem{lem}[thm]{Lemma}


newtheorem{prop}[thm]{Proposition}


newtheorem{cor}{Corollary}[thm]


theoremstyle{definition}


newtheorem{defn}{Definition}[section]


newtheorem{conj}{Conjecture}[section]


newtheorem{exmp}{Example}[section]



theoremstyle{remark}


newtheorem*{rem}{Remark}


newtheorem*{note}{Note}


usepackage{mathtools}



begin{document}


tableofcontents



title{Term Paper}


author{Mathuser}



maketitle


section{Introduction}


end{document}


This is the code I have used the code with special code tableofcontents but this does not give subsections and subsubsections. Also I need the contents in a single page before the title of the article with page numbers.



Do I need these format or book format?



Help me



enter image description here










share|improve this question

























  • You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

    – Sigur
    Feb 16 at 18:47











  • Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

    – M. A. SARKAR
    Feb 16 at 18:50











  • Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

    – Sigur
    Feb 16 at 18:54











  • It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

    – M. A. SARKAR
    Feb 16 at 18:59











  • Looking at the comments to the answer below, i have to say... This question is more than confusing.

    – Johannes_B
    Feb 18 at 12:43
















0















I want to add a Contents table along with page numbers in a single page before the tile of my article.



I have used the following Code:



documentclass[12pt,leqno]{amsart}


topmargin=0.02cm


textwidth = 17cm


textheight = 23cm


baselineskip=11pt


setlength{oddsidemargin}{0.01 pt}


setlength{evensidemargin}{0.01 pt}


renewcommand{baselinestretch}{1.6}


usepackage{amsmath,amsfonts,amssymb,amsthm}


usepackage{graphicx}


graphicspath{ }


usepackage{wrapfig}


usepackage[autostyle]{csquotes}


usepackage{accents}


usepackage{caption}


usepackage{subcaption}


usepackage{calligra}


newtheorem{fig}{figure}[section]


numberwithin{figure}{section}


newcommandnorm[1]{leftlVert#1rightrVert}



theoremstyle{plain}


newtheorem{thm}{Theorem}[section]


newtheorem{lem}[thm]{Lemma}


newtheorem{prop}[thm]{Proposition}


newtheorem{cor}{Corollary}[thm]


theoremstyle{definition}


newtheorem{defn}{Definition}[section]


newtheorem{conj}{Conjecture}[section]


newtheorem{exmp}{Example}[section]



theoremstyle{remark}


newtheorem*{rem}{Remark}


newtheorem*{note}{Note}


usepackage{mathtools}



begin{document}


tableofcontents



title{Term Paper}


author{Mathuser}



maketitle


section{Introduction}


end{document}


This is the code I have used the code with special code tableofcontents but this does not give subsections and subsubsections. Also I need the contents in a single page before the title of the article with page numbers.



Do I need these format or book format?



Help me



enter image description here










share|improve this question

























  • You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

    – Sigur
    Feb 16 at 18:47











  • Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

    – M. A. SARKAR
    Feb 16 at 18:50











  • Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

    – Sigur
    Feb 16 at 18:54











  • It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

    – M. A. SARKAR
    Feb 16 at 18:59











  • Looking at the comments to the answer below, i have to say... This question is more than confusing.

    – Johannes_B
    Feb 18 at 12:43














0












0








0








I want to add a Contents table along with page numbers in a single page before the tile of my article.



I have used the following Code:



documentclass[12pt,leqno]{amsart}


topmargin=0.02cm


textwidth = 17cm


textheight = 23cm


baselineskip=11pt


setlength{oddsidemargin}{0.01 pt}


setlength{evensidemargin}{0.01 pt}


renewcommand{baselinestretch}{1.6}


usepackage{amsmath,amsfonts,amssymb,amsthm}


usepackage{graphicx}


graphicspath{ }


usepackage{wrapfig}


usepackage[autostyle]{csquotes}


usepackage{accents}


usepackage{caption}


usepackage{subcaption}


usepackage{calligra}


newtheorem{fig}{figure}[section]


numberwithin{figure}{section}


newcommandnorm[1]{leftlVert#1rightrVert}



theoremstyle{plain}


newtheorem{thm}{Theorem}[section]


newtheorem{lem}[thm]{Lemma}


newtheorem{prop}[thm]{Proposition}


newtheorem{cor}{Corollary}[thm]


theoremstyle{definition}


newtheorem{defn}{Definition}[section]


newtheorem{conj}{Conjecture}[section]


newtheorem{exmp}{Example}[section]



theoremstyle{remark}


newtheorem*{rem}{Remark}


newtheorem*{note}{Note}


usepackage{mathtools}



begin{document}


tableofcontents



title{Term Paper}


author{Mathuser}



maketitle


section{Introduction}


end{document}


This is the code I have used the code with special code tableofcontents but this does not give subsections and subsubsections. Also I need the contents in a single page before the title of the article with page numbers.



Do I need these format or book format?



Help me



enter image description here










share|improve this question
















I want to add a Contents table along with page numbers in a single page before the tile of my article.



I have used the following Code:



documentclass[12pt,leqno]{amsart}


topmargin=0.02cm


textwidth = 17cm


textheight = 23cm


baselineskip=11pt


setlength{oddsidemargin}{0.01 pt}


setlength{evensidemargin}{0.01 pt}


renewcommand{baselinestretch}{1.6}


usepackage{amsmath,amsfonts,amssymb,amsthm}


usepackage{graphicx}


graphicspath{ }


usepackage{wrapfig}


usepackage[autostyle]{csquotes}


usepackage{accents}


usepackage{caption}


usepackage{subcaption}


usepackage{calligra}


newtheorem{fig}{figure}[section]


numberwithin{figure}{section}


newcommandnorm[1]{leftlVert#1rightrVert}



theoremstyle{plain}


newtheorem{thm}{Theorem}[section]


newtheorem{lem}[thm]{Lemma}


newtheorem{prop}[thm]{Proposition}


newtheorem{cor}{Corollary}[thm]


theoremstyle{definition}


newtheorem{defn}{Definition}[section]


newtheorem{conj}{Conjecture}[section]


newtheorem{exmp}{Example}[section]



theoremstyle{remark}


newtheorem*{rem}{Remark}


newtheorem*{note}{Note}


usepackage{mathtools}



begin{document}


tableofcontents



title{Term Paper}


author{Mathuser}



maketitle


section{Introduction}


end{document}


This is the code I have used the code with special code tableofcontents but this does not give subsections and subsubsections. Also I need the contents in a single page before the title of the article with page numbers.



Do I need these format or book format?



Help me



enter image description here







table-of-contents






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 16 at 18:44







M. A. SARKAR

















asked Feb 16 at 17:39









M. A. SARKARM. A. SARKAR

1255




1255













  • You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

    – Sigur
    Feb 16 at 18:47











  • Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

    – M. A. SARKAR
    Feb 16 at 18:50











  • Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

    – Sigur
    Feb 16 at 18:54











  • It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

    – M. A. SARKAR
    Feb 16 at 18:59











  • Looking at the comments to the answer below, i have to say... This question is more than confusing.

    – Johannes_B
    Feb 18 at 12:43



















  • You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

    – Sigur
    Feb 16 at 18:47











  • Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

    – M. A. SARKAR
    Feb 16 at 18:50











  • Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

    – Sigur
    Feb 16 at 18:54











  • It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

    – M. A. SARKAR
    Feb 16 at 18:59











  • Looking at the comments to the answer below, i have to say... This question is more than confusing.

    – Johannes_B
    Feb 18 at 12:43

















You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

– Sigur
Feb 16 at 18:47





You wrote but this does not give subsections and subsubsections. This is because you didn't use subsection{} neither subsubsection{}. How it could be in contents if you didn't insert anywhere. But, if you don't want them like in my second page below, simply delete it.

– Sigur
Feb 16 at 18:47













Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

– M. A. SARKAR
Feb 16 at 18:50





Sir, this page is the 2nd page which I attached and I do not want the box part in the 2nd part and I want the content only in the first page.

– M. A. SARKAR
Feb 16 at 18:50













Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

– Sigur
Feb 16 at 18:54





Sorry. I suggest you to learn a little bit about basic LaTeX. You are confusing the contents with the ((sub)sub)section's header. I can only suggest you to delete the lines subsection{title} and subsubsection{title} if you don't want them.

– Sigur
Feb 16 at 18:54













It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

– M. A. SARKAR
Feb 16 at 18:59





It is ok. Thanks for your good effort to make me understand but I did not get it fully though it was helpful

– M. A. SARKAR
Feb 16 at 18:59













Looking at the comments to the answer below, i have to say... This question is more than confusing.

– Johannes_B
Feb 18 at 12:43





Looking at the comments to the answer below, i have to say... This question is more than confusing.

– Johannes_B
Feb 18 at 12:43










1 Answer
1






active

oldest

votes


















1














Just use



tableofcontents
clearpage
maketitle


to insert title page in a new page. Also, move author{} and title{} to preamble (ie., before begin{document}).



To print subsections and subsubsection on table of contents you have to change the tocdepth counter.



enter image description here



So,



documentclass[12pt,leqno]{amsart}
% .... your full preamble here

title{Term Paper} % <--- moved to here
author{Mathuser} % <--- moved to here

setcounter{tocdepth}{3} % <--- added

begin{document}
tableofcontents
clearpage % <--- added
maketitle
section{Introduction}
subsection{title} % <--- added
subsubsection{title} % <--- added
end{document}





share|improve this answer


























  • This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

    – M. A. SARKAR
    Feb 16 at 17:58













  • @M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

    – Sigur
    Feb 16 at 18:01











  • I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

    – M. A. SARKAR
    Feb 16 at 18:18











  • @M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

    – Sigur
    Feb 16 at 18:19













  • Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

    – M. A. SARKAR
    Feb 16 at 18:43













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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f475225%2fi-need-the-contents-in-a-single-page-before-the-title-of-the-article-with-page-n%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









1














Just use



tableofcontents
clearpage
maketitle


to insert title page in a new page. Also, move author{} and title{} to preamble (ie., before begin{document}).



To print subsections and subsubsection on table of contents you have to change the tocdepth counter.



enter image description here



So,



documentclass[12pt,leqno]{amsart}
% .... your full preamble here

title{Term Paper} % <--- moved to here
author{Mathuser} % <--- moved to here

setcounter{tocdepth}{3} % <--- added

begin{document}
tableofcontents
clearpage % <--- added
maketitle
section{Introduction}
subsection{title} % <--- added
subsubsection{title} % <--- added
end{document}





share|improve this answer


























  • This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

    – M. A. SARKAR
    Feb 16 at 17:58













  • @M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

    – Sigur
    Feb 16 at 18:01











  • I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

    – M. A. SARKAR
    Feb 16 at 18:18











  • @M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

    – Sigur
    Feb 16 at 18:19













  • Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

    – M. A. SARKAR
    Feb 16 at 18:43


















1














Just use



tableofcontents
clearpage
maketitle


to insert title page in a new page. Also, move author{} and title{} to preamble (ie., before begin{document}).



To print subsections and subsubsection on table of contents you have to change the tocdepth counter.



enter image description here



So,



documentclass[12pt,leqno]{amsart}
% .... your full preamble here

title{Term Paper} % <--- moved to here
author{Mathuser} % <--- moved to here

setcounter{tocdepth}{3} % <--- added

begin{document}
tableofcontents
clearpage % <--- added
maketitle
section{Introduction}
subsection{title} % <--- added
subsubsection{title} % <--- added
end{document}





share|improve this answer


























  • This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

    – M. A. SARKAR
    Feb 16 at 17:58













  • @M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

    – Sigur
    Feb 16 at 18:01











  • I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

    – M. A. SARKAR
    Feb 16 at 18:18











  • @M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

    – Sigur
    Feb 16 at 18:19













  • Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

    – M. A. SARKAR
    Feb 16 at 18:43
















1












1








1







Just use



tableofcontents
clearpage
maketitle


to insert title page in a new page. Also, move author{} and title{} to preamble (ie., before begin{document}).



To print subsections and subsubsection on table of contents you have to change the tocdepth counter.



enter image description here



So,



documentclass[12pt,leqno]{amsart}
% .... your full preamble here

title{Term Paper} % <--- moved to here
author{Mathuser} % <--- moved to here

setcounter{tocdepth}{3} % <--- added

begin{document}
tableofcontents
clearpage % <--- added
maketitle
section{Introduction}
subsection{title} % <--- added
subsubsection{title} % <--- added
end{document}





share|improve this answer















Just use



tableofcontents
clearpage
maketitle


to insert title page in a new page. Also, move author{} and title{} to preamble (ie., before begin{document}).



To print subsections and subsubsection on table of contents you have to change the tocdepth counter.



enter image description here



So,



documentclass[12pt,leqno]{amsart}
% .... your full preamble here

title{Term Paper} % <--- moved to here
author{Mathuser} % <--- moved to here

setcounter{tocdepth}{3} % <--- added

begin{document}
tableofcontents
clearpage % <--- added
maketitle
section{Introduction}
subsection{title} % <--- added
subsubsection{title} % <--- added
end{document}






share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 16 at 18:20

























answered Feb 16 at 17:45









SigurSigur

25.6k456139




25.6k456139













  • This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

    – M. A. SARKAR
    Feb 16 at 17:58













  • @M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

    – Sigur
    Feb 16 at 18:01











  • I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

    – M. A. SARKAR
    Feb 16 at 18:18











  • @M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

    – Sigur
    Feb 16 at 18:19













  • Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

    – M. A. SARKAR
    Feb 16 at 18:43





















  • This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

    – M. A. SARKAR
    Feb 16 at 17:58













  • @M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

    – Sigur
    Feb 16 at 18:01











  • I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

    – M. A. SARKAR
    Feb 16 at 18:18











  • @M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

    – Sigur
    Feb 16 at 18:19













  • Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

    – M. A. SARKAR
    Feb 16 at 18:43



















This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

– M. A. SARKAR
Feb 16 at 17:58







This gives a new page of the content but same content (repeatedly) again is being appeared in the introduction part after the 'tile' $Mathuser$. Can you check by running it?

– M. A. SARKAR
Feb 16 at 17:58















@M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

– Sigur
Feb 16 at 18:01





@M.A.SARKAR, please, do like I did, use the commands tableofcontents clearpage maketitle only once in that order and compile twice to update the table of contents.

– Sigur
Feb 16 at 18:01













I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

– M. A. SARKAR
Feb 16 at 18:18





I request to run the code in your machine in order to see the outcome. Your code can help me a lot if you check it yourself it. As I said the content section is appearing twice, once before the title page and once in the introduction part. plaese run the code yourself and help me. Otherwise give your email address I will sent you the output PDF file to show the output

– M. A. SARKAR
Feb 16 at 18:18













@M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

– Sigur
Feb 16 at 18:19







@M.A.SARKAR, are you kidding me? Do you think that I didn't compile it? See the screenshot. That introduction part is the section head. Type something there and you'll see.

– Sigur
Feb 16 at 18:19















Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

– M. A. SARKAR
Feb 16 at 18:43







Sir I am saying that I want to remove the same content in the 2nd page of the output (as you attached). I just highlighted the page which i want to remove. Please see the attched page in my answer part, I want to remove the part within highlighted box

– M. A. SARKAR
Feb 16 at 18:43




















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f475225%2fi-need-the-contents-in-a-single-page-before-the-title-of-the-article-with-page-n%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?