-
Notifications
You must be signed in to change notification settings - Fork 22
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
Figure and table related bug in pdf-anon output file #15
Comments
I re-ran my toy |
Thanks for the quick reply, there seems to be some variation of that happening: My figures appear as the first tables and figures in the appendix, which I have created directly in the Rmd file. This screws up the entire numbering of the appendix items, which I refer to throughout my text. That's definitely not optimal. Thus, is there any piece of code I can write in any of the src files that can override this default? In addition, the code also seems to produce some sort of other oddity where it seems to input placeholders for all my appendix tables and figures in the appendix itself. This definitely feels like some weird LaTex behavior that I cannot figure out how to solve. If interested, I can compile my documents with a .tex and append it here. Sorry for finding ever-more creative ways of messing up your hard work, and thanks for putting in the time on maintaining it. |
In my head, I designed My recommendation, at least within the particular design that I have, would be to make a separate file called https://github.com/svmiller/peacesciencer/blob/master/manuscript/appendix.Rmd (notice You can see what the https://github.com/svmiller/peacesciencer/tree/master/manuscript/src Simple Makefile lines can be seen here: https://github.com/svmiller/peacesciencer/blob/master/manuscript/Makefile Now, I'm sure there is a solution if you wanted the appendix in the main manuscript itself and wanted it to be appropriately labeled/anonymized. However, I don't think it would play nicely with the |
Hi,
Thanks for great templates. I have gotten more and more used to the workflow from steveproj, but today I ran into an unexpected bug. When trying to add the "thanks" YAML parameter to the source file for the abstract (because most journals want me to have the acknowledgements and abstract on a separate page), something happened which replaced all in-text figures and tables in the pdf-anon output file with the output Table 1 (or 2, or 3) about here.
Is this a known bug, and do you have any indication what might be causing it? Very likely that I have screwed something up, but I have no idea what. Let me know if you need any sort of YAML or source code to test against your defaults.
The text was updated successfully, but these errors were encountered: