You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if there is another option. But introducing \pagestyle in only one chapter of the 10 chapters of the book, the header style is applied to the entire book. I think that may lead to problems in case that I want to have a different header in the appendix or introduction chapter.
Is there a way to apply the changes to only the chapter where \pagestyle{headings} is written?
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tufte'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/tufte').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
I am trying to change the header style in a tufte book. For that purpose, I am adding in the YAML, the following line:
\pagestyle{headings}
the entire YAML looks like:
I am not sure if there is another option. But introducing \pagestyle in only one chapter of the 10 chapters of the book, the header style is applied to the entire book. I think that may lead to problems in case that I want to have a different header in the appendix or introduction chapter.
Is there a way to apply the changes to only the chapter where \pagestyle{headings} is written?
By filing an issue to this repo, I promise that
xfun::session_info('tufte')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/tufte')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: