## Setup
$ rm -rf dist
$ echo "dist/" >> .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$red-50: hsl(350, 100.0%, 96.08%); | |
$red-100: hsl(354, 100.0%, 90.2%); | |
$red-200: hsl(0, 72.65%, 77.06%); | |
$red-300: hsl(0, 68.67%, 67.45%); | |
$red-400: hsl(1, 83.25%, 62.55%); | |
$red-500: hsl(4, 89.62%, 58.43%); | |
$red-600: hsl(1, 77.19%, 55.29%); | |
$red-700: hsl(0, 65.08%, 50.59%); | |
$red-800: hsl(0, 66.39%, 46.67%); | |
$red-900: hsl(0, 73.46%, 41.37%); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Here are some tips and tricks to make ACM TAPS stop complaining about your LaTeX source submission.
Remove all packages that are not listed in this webpage.
Below are three steps to highlight changes made in a paper revision with LaTeX.
We first take a snapshot of the last version of the LaTeX project before the paper's original submission. If you use Git to version control your project, it is easy to checkout the exact version used for the original submission.
- Use
latexpand
to flatten the LaTeX structure. It combines all LaTeX files into one file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iso2_iso3_map = { | |
"AF": 'AFG', | |
"AX": 'ALA', | |
"AL": 'ALB', | |
"DZ": 'DZA', | |
"AS": 'ASM', | |
"AD": 'AND', | |
"AO": 'AGO', | |
"AI": 'AIA', | |
"AQ": 'ATA', |
OlderNewer