svmiller / stevetemplates

My collection of R Markdown templates, as an R package.
http://svmiller.com/stevetemplates
128 stars 22 forks source link

cv template footer - possible typo #2

Closed waternumbers closed 3 years ago

waternumbers commented 3 years ago

Issue

I've had trouble getting the footer to generate correctly with the CV template - the - part was replaced by the page number.</p> <p><strong>Possible Fix</strong></p> <p>Lines 202-203 read <code> \lfoot{ </code> <code> \cfoot{\scriptsize $author-meta$ - $title$ }} </code> when replaced with <code> \lfoot{} </code> <code> \cfoot{\scriptsize $author-meta$ - $title$ } </code> footer generates correctly</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/svmiller"><img src="https://avatars.githubusercontent.com/u/4589542?v=4" />svmiller</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>Huh. I see it now. It's weird because I'd never know there was an issue from my end. I'll fix that now. Thank you for bringing that to my attention.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/svmiller"><img src="https://avatars.githubusercontent.com/u/4589542?v=4" />svmiller</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>Should've staged that commit now (with time to spare before the grad class starts). I'll close it after the class if there's no other issue.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/svmiller"><img src="https://avatars.githubusercontent.com/u/4589542?v=4" />svmiller</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>Calling this closed. I think we're good here.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/waternumbers"><img src="https://avatars.githubusercontent.com/u/29105940?v=4" />waternumbers</a> commented <strong> 3 years ago</strong> </div> <div class="markdown-body"> <p>Cheers that fixed the problem for me - only just had time to test</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>