acmart icon indicating copy to clipboard operation
acmart copied to clipboard

ACM Documentation discrepancy on provided packages

Open krono opened this issue 3 years ago • 0 comments

The follwing packages are documented as “included in the "acmart" package”:

  • amsmath
  • array
  • booktabs
  • caption
  • fancyvrb
  • graphicx
  • hypdoc
  • libertine
  • longtable
  • newtxmath
  • tabularx
  • zi4

The following packages are actually loaded by acmart:

  • amsmath (via AMSART)
  • booktabs
     acmart.dtx:2453:\RequirePackage{booktabs}
    
  • caption
     acmart.dtx:3369:\RequirePackage{caption, float}
    
  • graphicx:
     acmart.dtx:2932:\RequirePackage{graphicx}
    
  • libertine
    acmart.dtx:3244:    \RequirePackage[tt=false]{libertine}
    acmart.dtx:3249:      \RequirePackage[tt=false]{libertine}
    acmart.dtx:3252:       \RequirePackage[tt=false, type1=true]{libertine}
    
  • newtxmath
    acmart.dtx:3244:    \RequirePackage[tt=false]{libertine}
    acmart.dtx:3248:      \RequirePackage[libertine]{newtxmath}
    acmart.dtx:3249:      \RequirePackage[tt=false]{libertine}
    acmart.dtx:3252:       \RequirePackage[tt=false, type1=true]{libertine}
    
  • zi4
    acmart.dtx:3253:       \RequirePackage[varqu]{zi4}
    

The following packages are not loaded by either acmart or amsart:

  • array
  • fancyvrb
  • hypdoc
  • longtable
  • tabularx (see #419)

Should the page at ACM be updated or are these inteded to be included? (cc @Craig-Rodkin)

krono avatar Dec 31 '20 09:12 krono