search for: 38px

Displaying 3 results from an estimated 3 matches for "38px".

Did you mean: 38pm
2019 Nov 30
1
Re: virt-df for KVM
On Sat, Nov 30, 2019 at 06:49:29PM +0800, zxs11289 wrote: > I face a problem on KVM using virt-df。 I have two computer,they > have installed tools for KVM. The computer(ip 15)has no virtual > machine and computer(ip 33)has two virtual machines。on the > computer(ip33), i run the command “virt-df” if on the computer(ip15), > i run the command “virt-df --connect
2017 Jun 07
1
rmarkdown and font size
Suppose I have a file (named "tmp.rmd") containing: --- title: Test --- ```{r example, echo=FALSE, results='asis'} tmp <- data.frame(a=1:5, b=letters[1:5]) print( knitr::kable(tmp, row.names=FALSE)) ``` And I render it with: rmarkdown::render('tmp.rmd', output_format=c('html_document','pdf_document')) I get two files: tmp.pdf tmp.html Is
2017 Jun 13
0
WG: Fw: Re: rmarkdown and font size
...nge the style, modifying a variety of things. E.g, > > --- > title: Test > --- > > <style type="text/css"> > > body{ /* Normal */ > font-size: 12px; > } > td { /* Table */ > font-size: 8px; > } > h1.title { > font-size: 38px; > color: DarkRed; > } > h1 { /* Header 1 */ > font-size: 28px; > color: DarkBlue; > } > h2 { /* Header 2 */ > font-size: 22px; > color: DarkBlue; > } > h3 { /* Header 3 */ > font-size: 18px; > font-family: "Times New Roman", Times, s...