search for: mystyl

Displaying 10 results from an estimated 10 matches for "mystyl".

Did you mean: mystyle
2006 Jul 25
1
Battle of Namings: stylesheet_link_tag vs link_to_javascript
Link helper namings counterintuitive in an environment where convention over configuration prevails: <%= link_to_javascript ''myscript'' %> <%= stylesheet_link_tag ''mystyle'' %> A simple def in ActionView::Helpers::AssetTagHelper would fix things in a nice, backward-compatible way, such that: <%= link_to_javascript ''myscript'' %> <%= link_to_stylesheet ''mystyle'' %> In the meantime I can do a def in my o...
2006 Jan 16
1
default_url_options for relative tag URLs
...seek. :) I''m deploying my rails app beneath an Apache ProxyPass setup. I''ve got it all working fine except that any rails tagging functions in my templates create absolute URL references. For example, this stylesheet function in my layout: <%= stylesheet_link_tag ''mystyle'' %> Creates HTML like: <link href="/stylesheets/mystyle.css" ....> Referencing from the document root breaks my ProxyPass environment. Of course I could just add /stylesheets/ and /javascripts/ and /images/ to my Apache ProxyPass config. But that doesn''t s...
2014 Dec 09
2
UTF8 markdown vignette
...e UTF-8 characters aren't properly rendered in the pdf version of the vignette. $?? ????? ?????? ?????? ????? ?? ?? is rendered as $????? ?????????? ???????????? ????? ?????? ? ???????? ???????? The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is encoding = getOption("encoding"), which is "native.enc" on my system. I'll...
2014 Dec 09
4
UTF8 markdown vignette
...s. For vignettes, things are complicated, because R reads the > file to determine which vignette engine to use, then the vignette engine > reads it (perhaps more than once). > > >> The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is > encoding = getOption("encoding"), which is "native.enc" on my system. >...
2008 Nov 08
0
Sweave:How to load available colors from pkg 'color'--(Resolved)
Hello: I found a solution to my problem here, I just downloaded mystyle.sty to the same directory where my latex file resides. Then I included \usepackage{mystyle} in my preamble and that took care of coloring any section of the document. http://www.sci.usq.edu.au/staff/robertsa/LaTeX/ltxfloats.html Felipe Is there a shorter way to color the abstract,sections subse...
2014 Dec 09
0
UTF8 markdown vignette
...sinterpretation happens. For vignettes, things are complicated, because R reads the file to determine which vignette engine to use, then the vignette engine reads it (perhaps more than once). > The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is encoding = getOption("encoding"), which is "native.enc" on my system. > It...
2014 Dec 09
0
UTF8 markdown vignette
...are complicated, because R reads the > > file to determine which vignette engine to use, then the vignette engine > > reads it (perhaps more than once). > > > > > >> The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is > > encoding = getOption("encoding"), which is "native.enc" on my system....
2014 Dec 09
0
UTF8 markdown vignette
...s. For vignettes, things are complicated, because R reads the > file to determine which vignette engine to use, then the vignette engine > reads it (perhaps more than once). > > >> The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is > encoding = getOption("encoding"), which is "native.enc" on my system. >...
2014 Dec 09
2
UTF8 markdown vignette
Dear all, I'm trying to use a Markdown vignette with UTF-8 encoding. It compiles well when knitting the vignette in RStudio, but it fails to recognize the UTF-8 settings when building the source package. Can someone point out what I'm doing wrong? I tried to put the relevant information below. Best regards, Thierry Details: Using 64-bit R 3.1.2 with encoding = "native.enc"
2014 Dec 09
3
UTF8 markdown vignette
...hings are complicated, because R reads the >> file to determine which vignette engine to use, then the vignette engine >> reads it (perhaps more than once). >> >> >>> The same problem occurs when I use render("vignette.md", output_format = "mypackage::mystyle"), instead of render("vignette.md", output_format = "mypackage::mystyle", encoding = "UTF-8"). The default value of the encoding argument of rmarkdown::render() is >> encoding = getOption("encoding"), which is "native.enc" on my system....