Guest User

Untitled

a guest
Feb 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. usepackage[authoryear,sort,round]{natbib}
  2. bibliographystyle{apa}
  3.  
  4. %ltxtable configuration
  5. newcolumntype{L}{>{RaggedRightarraybackslash}X} % flush-left, while allowing hyphenation
  6. newcolumntype{C}{>{Centeringarraybackslash}X} % centered, while allowing hyphenation
  7. newcolumntype{P}[1]{>{RaggedRightarraybackslash}p{#1}}
  8.  
  9. usepackage{letltxmacro}
  10.  
  11. LetLtxMacro{originalcite}{cite}
  12. deftablecite#1#{%
  13. defpretablecite{#1}%
  14. tableciteaux}
  15. deftableciteaux#1{%
  16. textsuperscript{expandafteroriginalcitepretablecite{#1}}%
  17. }
  18. AtBeginEnvironment{table}{letcitetablecite}
Add Comment
Please, Sign In to add comment