How do i get table of contents in one separate page and the heading file in one single page when rendering into pdf ?? #8754
Unanswered
Siddhu2502
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
title: "Assignment 1"
subtitle: "RL Assignment 1"
authors:
abstract: " In this paper we will compare 2 RL algorithms A2C and DQN and alalyze how they perform on a simple environment which a cart pole environment provided by OpenAI gym. We will neatly understand all the contents of the workings of each of the algorithms and then compare their performance."
format:
pdf:
toc: true
toc-depth: 3
number-sections: true
colorlinks: true
I am trying to render my project as pdf but the problem is that i want the author and abstract in one page and then the TOC in another page basically i want a custom front page but as of now i am just cutting the pdf upto TOC and then reattaching with my custom page form pdf editor but is there a way around it ik there is a way around but i am not able to figure it out ? what should i do to acheive that
Beta Was this translation helpful? Give feedback.
All reactions