-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unwanted frame with sections #26
Comments
I assume you're referring to the table of contents slide? |
There is slide before that.
…On Mon, 10 May 2021 at 7:04 PM, Steven V. Miller ***@***.***> wrote:
I assume you're referring to the table of contents slide?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQKHS6NIYGXX3XMSSJWVLLTM7OF3ANCNFSM44RFKX5Q>
.
|
Can you post some type of image as to what you're referring? It's tough to gauge what's happening without it. |
I have customised it a bit. What am asking for is that you have mentioned
in the beamer template for rmarkdown to omit out certain parts to get rid
of a slide with just part/section etc. Even after commenting out or even
deleting those I still have a page with section.
…On Mon, 10 May, 2021, 7:08 pm Steven V. Miller, ***@***.***> wrote:
Can you post some type of image as to what you're referring? It's tough to
gauge what's happening without it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQKHS6OTORVSU6GMLHBDALTM7OWZANCNFSM44RFKX5Q>
.
|
For example, in this slide "Contents" slide is automatically generated
without specifying toc: true in Rmarkdown template. How can I get rid of it?
…On Mon, May 10, 2021 at 7:16 PM Nithin .M ***@***.***> wrote:
I have customised it a bit. What am asking for is that you have mentioned
in the beamer template for rmarkdown to omit out certain parts to get rid
of a slide with just part/section etc. Even after commenting out or even
deleting those I still have a page with section.
On Mon, 10 May, 2021, 7:08 pm Steven V. Miller, ***@***.***>
wrote:
> Can you post some type of image as to what you're referring? It's tough
> to gauge what's happening without it.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#26 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/APQKHS6OTORVSU6GMLHBDALTM7OWZANCNFSM44RFKX5Q>
> .
>
|
Without something to look at, my best guess is you're referencing the table of contents slide. There is no option for that slide (though I might as well include one). There If you'd like to delete it, go here and delete/move lines 368-370. |
Thanks, I'll take a look. What do the line 123 means? Similarly line 247?
What are the effects of deleting those?
…On Mon, 10 May 2021 at 7:40 PM, Steven V. Miller ***@***.***> wrote:
Without something to look at, my best guess is you're referencing the
table of contents slide. There is no option for that slide (though I might
as well include one). There toc: doesn't do anything in this template as
it might for others.
If you'd like to delete it, go here
<https://github.com/svmiller/svm-r-markdown-templates/blob/9128aa7888e3d809441b616df9b1e1d7696888dc/svm-latex-beamer.tex#L368>
and delete/move lines 368-370.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQKHSZ7WDNCBQB7PNO2NF3TM7SNVANCNFSM44RFKX5Q>
.
|
The code around line 247 should be canceling out the code around 123. Basically, my approach to most LaTeX templates is to take the raw template and add stuff to it---even if adding stuff to it undoes some stuff. The default template (that comes via Pandoc/R Markdown) has lots of goodies and it's hard to keep track of what does what and what are the implications for removing things. So, I choose to add things afterward, even if the addition is a form of subtraction. |
Awesome, thanks! I will take a good try.. anyway the template is
awesome..gave me a good position to start with
…On Mon, 10 May, 2021, 7:50 pm Steven V. Miller, ***@***.***> wrote:
The code around line 247 should be canceling out the code around 123.
Basically, my approach to most LaTeX templates is to take the raw template
and add stuff to it---even if adding stuff to it undoes some stuff. The
default template (that comes via Pandoc/R Markdown) has lots of goodies and
it's hard to keep track of what does what and what are the implications for
removing things. So, I choose to add things afterward, even if the addition
is a form of subtraction.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQKHS7N4DDNFEL5IJB4GP3TM7TTZANCNFSM44RFKX5Q>
.
|
Inspite of my repeated tries, I am not able to remove the unwanted slide with sections
The text was updated successfully, but these errors were encountered: