Subversion Repositories bdplot

Rev

Rev 68 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68 Rev 69
Line 18... Line 18...
18
### According to word 2003, the default width for word is 21cm - 2*3.17cm = 14.66cm
18
### According to word 2003, the default width for word is 21cm - 2*3.17cm = 14.66cm
19
                         width = 14.66/2.54,
19
                         width = 14.66/2.54,
20
                         height.full = (29.7-2.54*2)/2.54,
20
                         height.full = (29.7-2.54*2)/2.54,
21
                         size.unit="in"
21
                         size.unit="in"
22
                         )
22
                         )
23
  bdpars$a4_word$height <- bdpars$a4.word$height.full/4
23
  bdpars$a4_word$height <- bdpars$a4_word$height.full/4
24
 
24
 
25
  bdpars$a4_word_half <- list(
25
  bdpars$a4_word_half <- list(
26
### According to word 2003, the default width for word is 21cm - 2*3.17cm = 14.66cm
26
### According to word 2003, the default width for word is 21cm - 2*3.17cm = 14.66cm
27
                              width = 7/2.54,
27
                              width = 7/2.54,
28
                              height = 5/2.54,
28
                              height = 5/2.54,
29
                              height.full = (29.7-2.54*2)/2.54,
29
                              height.full = (29.7-2.54*2)/2.54,
30
                              size.unit="in"
30
                              size.unit="in"
31
                         )
31
                         )
32
  bdpars$a4_word$height <- bdpars$a4.word$height.full/4
32
  bdpars$a4_word$height <- bdpars$a4_word$height.full/4
33
## for backward compatibility
33
## for backward compatibility
34
  bdpars$a4.word <- bdpars$a4_word
34
  bdpars$a4.word <- bdpars$a4_word
35
  
35
  
36
### b5 is set up for the IMM phd thesis template
36
### b5 is set up for the IMM phd thesis template
37
  ## \showthe\textwidth gives 356.0pt
37
  ## \showthe\textwidth gives 356.0pt
Line 68... Line 68...
68
    )
68
    )
69
  bdpars$a4_full=list(
69
  bdpars$a4_full=list(
70
    width=4.98,
70
    width=4.98,
71
    ## this is the full height but leaves no space for caption
71
    ## this is the full height but leaves no space for caption
72
    ##    height=8.24,
72
    ##    height=8.24,
-
 
73
    ## 7.85
73
    height.full=7.85,
74
    height.full=7.55,
74
    size.unit="in"
75
    size.unit="in"
75
    )
76
    )
76
  
77
  
77
  ### not fully tested
78
  ### not fully tested
78
  bdpars$a4_half=list(
79
  bdpars$a4_half=list(