Subversion Repositories bdplot

Rev

Rev 25 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 27
Line 30... Line 30...
30
    height=2.7,
30
    height=2.7,
31
    height.full=6.36,
31
    height.full=6.36,
32
    size.unit="in"
32
    size.unit="in"
33
    )
33
    )
34
    
34
    
35
#### these derivates from b5 will also be relevant for a4 etc. They could be calculated automatically if ie bdp()$half==TRUE.
-
 
36
  
-
 
37
  ## 2.354 works like a charm as it is with two subfigures next
-
 
38
  ## to each other
-
 
39
  bdpars$b5.half = list(
-
 
40
    width = 2.354,
-
 
41
    ## When the plots are narrower, it looks weird if they are not
-
 
42
    ## "less high" too.
-
 
43
    height = 2.15)
-
 
44
  
-
 
45
  
-
 
46
  
-
 
47
  bdpars$b5.quadratic = list(
-
 
48
    width = bdpars$b5$width,
-
 
49
    height = bdpars$b5$width)
-
 
50
 
35
 
51
  ## \showthe\textwidth gives 360.0 pt.
36
  ## \showthe\textwidth gives 360.0 pt.
52
  ## \showthe\textheight gives 595.80026pt \approx 8.244088
37
  ## \showthe\textheight gives 595.80026pt \approx 8.244088
53
  bdpars$a4=list(
38
  bdpars$a4=list(
54
    width=4.98,
39
    width=4.98,
Line 59... Line 44...
59
 
44
 
60
  ### not fully tested
45
  ### not fully tested
61
  bdpars$a4.half=list(
46
  bdpars$a4.half=list(
62
    width=2.45,
47
    width=2.45,
63
    height=2.45,
48
    height=2.45,
64
    height.full=NA,
49
    height.full=8.24,
65
    size.unit="in"
50
    size.unit="in"
66
    )
51
    )
67
  
52
  
68
 
-
 
-
 
53
#### needs height.full before it will work
69
  bdpars$beamer=list(
54
  bdpars$beamer=list(
70
    width=3.65,
55
    width=3.65,
71
    height=2.3,
56
    height=2.3,
72
    height.full=NA,
57
    height.full=NA,
73
    size.unit="in"
58
    size.unit="in"
74
    )
59
    )
-
 
60
    
-
 
61
#### these derivates from b5 will also be relevant for a4 etc. They could be calculated automatically if ie bdp()$half==TRUE.
-
 
62
    
-
 
63
      ## 2.354 works like a charm as it is with two subfigures next
-
 
64
      ## to each other
-
 
65
  bdpars$b5.half = list(
-
 
66
    width = 2.354,
-
 
67
    ## When the plots are narrower, it looks weird if they are not
-
 
68
    ## "less high" too.
-
 
69
    height = 2.15,
-
 
70
    height.full=6.36,
-
 
71
    size.unit="in"
-
 
72
    )
-
 
73
    
-
 
74
    
-
 
75
    
-
 
76
  
-
 
77
##   bdpars$b5.quadratic = list(
-
 
78
##     width = bdpars$b5$width,
-
 
79
##     height = bdpars$b5$width)
-
 
80
 
75
  
81
  
76
  bdpars
82
  bdpars
77
  
83
  
78
}
84
}
79
  
85