-
Notifications
You must be signed in to change notification settings - Fork 31
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
Adjust page margins, column wrap for pdf outputs #699
Conversation
`v3.0.0` quick fixes
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #699 +/- ##
=======================================
Coverage 77.17% 77.17%
=======================================
Files 33 33
Lines 4872 4872
=======================================
Hits 3760 3760
Misses 1112 1112 ☔ View full report in Codecov by Sentry. |
I am convinced that R Markdown and tinytex were never designed to work together. Here, the system would just hang, but at least I could see the message in the *.log file The solution for me was to install the full tinytex. No possibility of any missing *.sty files here.
Of course, the tinytex distribution is installed in your Appdata/Roaming directory, and is not seen by
|
One way we can "standardize" the installation of tinytex is to have everyone just download |
I think our big problem is deployment though. |
Or just use |
FYI, when I use I figured this out. Not an issue anymore. |
Hi @AARON-CLARK |
@Robert-Krajcik I got this working on my machine as well and can see the wrapping. However, in order to accomplish this I had to follow your instructions on "standardizing" the installation of TinyTex (previously kableExtra code would not work for me). I guess my main concern is how do we set up deployment environments. Is this something that we can do on Posit Connect? If not, all this work will have to be discarded when we do #702 which is high priority. |
So another approach to this problem could be to use a package such as |
Currently in the windows environment, installing the tinytex distributions don't work. |
Hi @Robert-Krajcik, good to hear that it works in a unix / linux env. Technically, windows is not as important, even though it's our common dev env among contributors. Regarding linux install, which command did you use to gain success? I see you reference three different commands in this PR, so I'm just curious which one I should play with myself? First
Second
Third
One thing I think this PR needs may be a small blurb added to our "Deployments" article describing how users may need this system dependency, if they don't already have it. Last, I think before merging this PR, we should test it on our Posit Connect instance. It looks like @Jeff-Thompson12 may have cracked the code for system installation, but we can work with Biogen IT to verify. |
Hi @AARON-CLARK |
Okay, converting to draft. But my comments above apply for any future PRs. I assume #723 will require syncing the |
I would try using |
Redundant with #734, which was merged yesterday |
Closes #651