File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed 
inst/rmarkdown/templates/ieee_article Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 11rticles 0.14
22--------------------------------------------------------------------- 
33
4+ -  Added a multi-line authoring option in the IEEE template (thanks, @DunLug  , #264  ).
5+ 
46-  Added the ` citation_sorting `  YAML option to change the biblatex's sorting option in ` ieee_article() `  output (thanks, @DunLug  , #265  ).
57
68rticles 0.13
Original file line number Diff line number Diff line change 436436% % ---- classic IEEETrans wide authors' list ----------------
437437$ if(affiliation.wide)$ 
438438\IEEEauthorblockN {
439+ $ if(affiliation.author)$ 
440+ $ for(affiliation.author)$ 
441+ $ affiliation.author.name$ \IEEEauthorrefmark {$ affiliation.author.mark$  }$ sep$  ,
442+ $ endfor$ 
443+ $ else$ 
444+ $ if(affiliation.author_multiline)$ 
445+ $ for(affiliation.author_multiline)$ 
446+ $ for(affiliation.author_multiline.line)$ 
447+ $ affiliation.author_multiline.line.name$ \IEEEauthorrefmark {$ affiliation.author_multiline.line.mark$  }
448+ $ sep$  ,
449+ $ endfor$ 
450+ $ sep$  }\IEEEauthorblockN {
451+ $ endfor$ 
452+ $ else$ 
439453$ for(affiliation.institution)$   % % -- beg for/affiliation.institution
440454$ for(affiliation.institution.author)$    % % -- beg for/affiliation.institution.author
441455$ affiliation.institution.author.name$ \IEEEauthorrefmark {$ affiliation.institution.mark$  }
442456$ sep$  ,
443457$ endfor$   % % -- end for/affiliation.institution.author
444458$ sep$  ,
445459$ endfor$   % % -- end for/affiliation.institution
460+ $ endif$ 
461+ $ endif$ 
446462}
447463
448464$ for(affiliation.institution)$   % % -- beg for/affiliation.institution
Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ affiliation:
66  institution-columnar : true   # # one column per institution (multiple autors eventually)
77  #  wide: true                  ## one column wide author/affiliation fields
88
9+   # author_multiline: ## Put authors in a given order, with multiline possibility. Authors cited in institution are ignored if exists
10+   #   - line:         ## Create a new author line
11+   #     - name: Michael Shell
12+   #       mark: 1
13+   #     - name: Homer Simpson
14+   #       mark: 2
15+   #       email: homer@thesimsons.com
16+   #     - name: Roy Batty
17+   #       mark: 4
18+   #       email: roy@replicant.offworld
19+   #   - line:         ## Create a second author line
20+   #     - name: Montgomery Scott
21+   #       mark: 3
22+   #     - name: Eldon Tyrell
23+   #       mark: 4
24+ 
925  institution :
1026    - name : Georgia Institute of Technology 
1127      department : School of Electrical and Computer Engineering 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments