svmiller / svm-r-markdown-templates

This is my (deprecated) suite of R Markdown templates for academic manuscripts, beamer presentations, and syllabi. DOWNLOAD {stevetemplates} INSTEAD.
http://svmiller.com/stevetemplates/
Other
896 stars 737 forks source link

Unwanted frame with sections #26

Open nithinmkp opened 3 years ago

nithinmkp commented 3 years ago

Inspite of my repeated tries, I am not able to remove the unwanted slide with sections

svmiller commented 3 years ago

I assume you're referring to the table of contents slide?

nithinmkp commented 3 years ago

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 https://github.com/svmiller/svm-r-markdown-templates/issues/26#issuecomment-836706575, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQKHS6NIYGXX3XMSSJWVLLTM7OF3ANCNFSM44RFKX5Q .

svmiller commented 3 years ago

Can you post some type of image as to what you're referring? It's tough to gauge what's happening without it.

nithinmkp commented 3 years ago

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 https://github.com/svmiller/svm-r-markdown-templates/issues/26#issuecomment-836711963, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQKHS6OTORVSU6GMLHBDALTM7OWZANCNFSM44RFKX5Q .

nithinmkp commented 3 years ago

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 https://github.com/svmiller/svm-r-markdown-templates/issues/26#issuecomment-836711963, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQKHS6OTORVSU6GMLHBDALTM7OWZANCNFSM44RFKX5Q .

svmiller commented 3 years ago

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 and delete/move lines 368-370.

nithinmkp commented 3 years ago

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 https://github.com/svmiller/svm-r-markdown-templates/issues/26#issuecomment-836748656, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQKHSZ7WDNCBQB7PNO2NF3TM7SNVANCNFSM44RFKX5Q .

svmiller commented 3 years ago

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.

nithinmkp commented 3 years ago

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 https://github.com/svmiller/svm-r-markdown-templates/issues/26#issuecomment-836759937, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQKHS7N4DDNFEL5IJB4GP3TM7TTZANCNFSM44RFKX5Q .