This commit is contained in:
@@ -114,15 +114,18 @@
|
||||
- **Flooding** in Southeast Asia, India, and Australia.
|
||||
- **Droughts** in western South America and parts of the U.S. (southwest).
|
||||
- **Colder winters** in northern U.S. and Canada due to jet stream shifts.
|
||||
- Healthier marine ecosystems off South America (nutrient-rich upwelling).
|
||||
- Healthier marine ecosystems off South America (nutrient-rich upwelling).
|
||||
|
||||
# Images
|
||||
- Albedo: 
|
||||
- Atmosphere: 
|
||||
- Water Saturation: 
|
||||
- Air Circulation: 
|
||||
- Hadley Cell: 
|
||||
- Coriolis: 
|
||||
- Wind Currents: 
|
||||
- Ocean Currents: 
|
||||
- Thermohaline: 
|
||||
- Rain Shadow: 
|
||||
|
||||
- Albedo: {width=4in}
|
||||
- Atmosphere: {width=4in}
|
||||
- Water Saturation: {width=4in}
|
||||
- Air Circulation: {width=4in}
|
||||
- Hadley Cell: {width=4in}
|
||||
- Coriolis: {width=4in}
|
||||
- Wind Currents: {width=4in}
|
||||
- Ocean Currents: {width=4in}
|
||||
- Thermohaline: {width=4in}
|
||||
- Rain Shadow: {width=4in}
|
||||
|
||||
|
||||
BIN
255-277/258-277.pdf
Normal file
BIN
255-277/258-277.pdf
Normal file
Binary file not shown.
12
convert.sh
Normal file
12
convert.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo "Usage: $0 <markdown-file>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
input="$1"
|
||||
output="${input%.md}.pdf"
|
||||
|
||||
pandoc -V geometry:margin=1cm --pdf-engine=xelatex "$input" -o "$output"
|
||||
|
||||
Reference in New Issue
Block a user