This commit is contained in:
@@ -114,15 +114,18 @@
|
|||||||
- **Flooding** in Southeast Asia, India, and Australia.
|
- **Flooding** in Southeast Asia, India, and Australia.
|
||||||
- **Droughts** in western South America and parts of the U.S. (southwest).
|
- **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.
|
- **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
|
# Images
|
||||||
- Albedo: 
|
|
||||||
- Atmosphere: 
|
- Albedo: {width=4in}
|
||||||
- Water Saturation: 
|
- Atmosphere: {width=4in}
|
||||||
- Air Circulation: 
|
- Water Saturation: {width=4in}
|
||||||
- Hadley Cell: 
|
- Air Circulation: {width=4in}
|
||||||
- Coriolis: 
|
- Hadley Cell: {width=4in}
|
||||||
- Wind Currents: 
|
- Coriolis: {width=4in}
|
||||||
- Ocean Currents: 
|
- Wind Currents: {width=4in}
|
||||||
- Thermohaline: 
|
- Ocean Currents: {width=4in}
|
||||||
- Rain Shadow: 
|
- 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