Numerous simple noob questions












0














I'm new to LaTeX and have a desire to learn as I'm completing a PhD and have been told LaTeX is a great platform for writing scientific documents.



So, I have written a short plain English piece in TeXstudio, but have a few problems:



documentclass[a4paper,10pt]{article}
usepackage{natbib}
usepackage{graphicx}
usepackage{gensymb}
usepackage{url}
usepackage{wrapfig}

bibliographystyle{plainnat}

begin{document}

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{withstupid}
caption{I'm with stupid citep{adcock2018}}
end{figure}

{LARGE Save our planet and our species, now!?} \

The human species faces the most important crossroads in our history, we have two choices; [1] to continue down our existing path, ignoring the impact our actions are having on the environment or [2] to take immediate action and reduce our carbon dioxide emissions, in an attempt to manage the rate of global warming and save not just the very planet we depend on to survive but also to secure a future for our own species. I believe our species is currently facing an existential risk of our own making. \

Analysis of air bubbles from ice in the poles has shown that for thousands of years, the $CO_2$ levels in the atmosphere was stable at around 280 PPM, until 1800, when the $CO_2$ concentrations begin to exponentially increase. The start of the industrial revolution circa 1900 marked an unprecedented rate of increase in measured $CO_2$ levels in the atmosphere.\

We burn fossil fuels to generate electricity, fuel vehicles and power industry. When we burn fossil fuel or biomaterial it produces $CO_2$ among other things. Laboratory analysis allows us to trace the sources of $CO_2$ in the atmosphere and there is no doubt that the increase in $CO_2$ is a result of human activity.\

Fast forward to 2018 and the current levels of carbon dioxide in the atmosphere are 408PPM and rising every day. These are the highest levels measured in over 800,000 possibly even the last 20 million years.\

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{co2variation}
caption{$CO_2$ variation citep{Wikipedia17122018}}
end{figure}

$CO_2$ is a greenhouse gas and excess levels of this gas in the atmosphere are increasing the greenhouse effect, trapping more heat in the atmosphere and raising the temperature of the Earth. Increasing global temperatures will cause irreversible damage to the environment and ecosystems around the planet.\

International recognition of this risk resulted in a landmark agreement between Parties to the United Nations Framework Convention on Climate Change (UNFCCC) in Paris on 12th December 2015. It was agreed to combat climate change by maintaining a global temperature rise below 2degree C above pre-industrial levels and to pursue actions to further limit the global temperature rise to 1.5degree C. To date: 195 Parties have signed the Agreement, 179 Parties ratified. The Parties include industrialized (developed) countries and developing countries alike. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{parties}
caption{Countries signed Paris agreement citep{ratified}}
end{figure}

To date temperatures have increased by around 1degree C and we have witnessed significant climate events around the planet – extreme weather events, flooding, fires, coral bleaching, drought and heat waves.
On the 8th October 2018, the Intergovernmental Panel on Climate Change (IPCC) published a Special Report on Global Warming of 1.5degree C. This report was called for by the IPCC in December 2015. This report was compiled by the worlds leading scientists comprising 91 authors from 40 countries. This report considers evidence and arguments from over 6,000 scientific sources. \

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{riskrisingtemp}
caption{Risk of rising temperatures citep{indep2014}}
end{figure}

The IPCC report states that we could see the 1.5degree C temperature rise between 12 and 34 years if it continues to increase at the current rate.\

The report provides several possible pathways to achieve 1.5degree C, all of which require fossil-fuel use to half in less than 15 years and completely eliminate their use within 30 years. This means no gas, oil, diesel, or coal use in our homes, transport or industry unless the $CO_2$ is captured and stored. We will need to increase bioenergy crop production for energy and additional forestation for natural carbon dioxide absorption. A shift towards renewable energy production and large scale carbon capture and storage will be nessecary. Widespread dietary shifts towards eating less meat and reduced material consumption, would have a significant impact on reducing $CO_2$ emissions. \

“Without the full involvement and alignment of our technical, social, and political dimensions, 1.5degree C and even 2degree C won’t be possible” says Glen Peters, Research Director at Norway’s Center for International Climate Research. \

Despite the cold hard facts, Donald Trump, ‘has his doubts about climate change’ and thinks that the climate could “change back again”. Trump has also stated that he wishes to withdraw the US from the Paris agreement. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{trumptweet}
caption{Tweet from Donald Trump citep{Holden2018}}
end{figure}

The science and evidence are clear…our species is entering unchartered territory in our existence on planet Earth. I feel we only have one sensible, logical and responsible path to follow at these crossroads – to take immediate action: reduce and eliminate our dependence on fossil fuels, reduce the rate of climate change, engineer a sustainable and renewable future and hopefully save the planet for the future of our species.\
\
\
\

{Large Further Reading}\

% IPCC (2018): SR15 Global Warming of 1.5degree C. Headline Statements from the Summary for Policymakers. Available online at https://www.ipcc.ch/site/assets/uploads/sites/2/2018/07/sr15_headline_statements.pdf, checked on 12/17/2018.\

National Geographic (2018): Climate change impacts worse than expected, global report warns. National Geographic. Available online at https://www.nationalgeographic.com/environment/2018/10/ipcc-report-climate-change-impacts-forests-emissions/, updated on 12/13/2018, checked on 12/17/2018.\

unfccc.int (2018): What is the Paris Agreement? Available online at https://unfccc.int/process-and-meetings/the-paris-agreement/what-is-the-paris-agreement, checked on 12/17/2018.\

Vitousek, Peter M; Mooney, Harold A; Lubchenco, Jane; Melillo, Jerry M (1997): Human Domination of Earths Ecosystems. In Science 277.\

Wikipedia (2018): Special Report on Global Warming of 1.5degree C - Wikipedia. Edited by Wikipedia. Available online at https://en.wikipedia.org/w/index.php?oldid=874073532, updated on 12/16/2018, checked on 12/17/2018.\

WWF (2018): The Effects Of Climate Change. Available online at https://www.wwf.org.uk/effectsofclimatechange, updated on 12/17/2018, checked on 12/17/2018.\

bibliography{references}

end{document}


Problem 1



When i compile, it moves the images to the next page and then continues the text in place of where the image would be. I want the images at a specific part of my document, not on the following page.



Problem 2



When i cite, they are in square brackets, i need ()
enter image description here



Problem 3



Different font for URL in references, looks awful. And URL's go over to the edge of the page, can i fix these?



enter image description here



Problem 4



I have had to mess with the CO2 to have the subscript, but now it comes out in italics when i compile - can i have it without italics?



enter image description here



Problem 5



Webpage URLs go off the page.



enter image description here









share









New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
    – Johannes_B
    2 mins ago










  • Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
    – moewe
    2 mins ago










  • Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
    – moewe
    35 secs ago
















0














I'm new to LaTeX and have a desire to learn as I'm completing a PhD and have been told LaTeX is a great platform for writing scientific documents.



So, I have written a short plain English piece in TeXstudio, but have a few problems:



documentclass[a4paper,10pt]{article}
usepackage{natbib}
usepackage{graphicx}
usepackage{gensymb}
usepackage{url}
usepackage{wrapfig}

bibliographystyle{plainnat}

begin{document}

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{withstupid}
caption{I'm with stupid citep{adcock2018}}
end{figure}

{LARGE Save our planet and our species, now!?} \

The human species faces the most important crossroads in our history, we have two choices; [1] to continue down our existing path, ignoring the impact our actions are having on the environment or [2] to take immediate action and reduce our carbon dioxide emissions, in an attempt to manage the rate of global warming and save not just the very planet we depend on to survive but also to secure a future for our own species. I believe our species is currently facing an existential risk of our own making. \

Analysis of air bubbles from ice in the poles has shown that for thousands of years, the $CO_2$ levels in the atmosphere was stable at around 280 PPM, until 1800, when the $CO_2$ concentrations begin to exponentially increase. The start of the industrial revolution circa 1900 marked an unprecedented rate of increase in measured $CO_2$ levels in the atmosphere.\

We burn fossil fuels to generate electricity, fuel vehicles and power industry. When we burn fossil fuel or biomaterial it produces $CO_2$ among other things. Laboratory analysis allows us to trace the sources of $CO_2$ in the atmosphere and there is no doubt that the increase in $CO_2$ is a result of human activity.\

Fast forward to 2018 and the current levels of carbon dioxide in the atmosphere are 408PPM and rising every day. These are the highest levels measured in over 800,000 possibly even the last 20 million years.\

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{co2variation}
caption{$CO_2$ variation citep{Wikipedia17122018}}
end{figure}

$CO_2$ is a greenhouse gas and excess levels of this gas in the atmosphere are increasing the greenhouse effect, trapping more heat in the atmosphere and raising the temperature of the Earth. Increasing global temperatures will cause irreversible damage to the environment and ecosystems around the planet.\

International recognition of this risk resulted in a landmark agreement between Parties to the United Nations Framework Convention on Climate Change (UNFCCC) in Paris on 12th December 2015. It was agreed to combat climate change by maintaining a global temperature rise below 2degree C above pre-industrial levels and to pursue actions to further limit the global temperature rise to 1.5degree C. To date: 195 Parties have signed the Agreement, 179 Parties ratified. The Parties include industrialized (developed) countries and developing countries alike. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{parties}
caption{Countries signed Paris agreement citep{ratified}}
end{figure}

To date temperatures have increased by around 1degree C and we have witnessed significant climate events around the planet – extreme weather events, flooding, fires, coral bleaching, drought and heat waves.
On the 8th October 2018, the Intergovernmental Panel on Climate Change (IPCC) published a Special Report on Global Warming of 1.5degree C. This report was called for by the IPCC in December 2015. This report was compiled by the worlds leading scientists comprising 91 authors from 40 countries. This report considers evidence and arguments from over 6,000 scientific sources. \

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{riskrisingtemp}
caption{Risk of rising temperatures citep{indep2014}}
end{figure}

The IPCC report states that we could see the 1.5degree C temperature rise between 12 and 34 years if it continues to increase at the current rate.\

The report provides several possible pathways to achieve 1.5degree C, all of which require fossil-fuel use to half in less than 15 years and completely eliminate their use within 30 years. This means no gas, oil, diesel, or coal use in our homes, transport or industry unless the $CO_2$ is captured and stored. We will need to increase bioenergy crop production for energy and additional forestation for natural carbon dioxide absorption. A shift towards renewable energy production and large scale carbon capture and storage will be nessecary. Widespread dietary shifts towards eating less meat and reduced material consumption, would have a significant impact on reducing $CO_2$ emissions. \

“Without the full involvement and alignment of our technical, social, and political dimensions, 1.5degree C and even 2degree C won’t be possible” says Glen Peters, Research Director at Norway’s Center for International Climate Research. \

Despite the cold hard facts, Donald Trump, ‘has his doubts about climate change’ and thinks that the climate could “change back again”. Trump has also stated that he wishes to withdraw the US from the Paris agreement. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{trumptweet}
caption{Tweet from Donald Trump citep{Holden2018}}
end{figure}

The science and evidence are clear…our species is entering unchartered territory in our existence on planet Earth. I feel we only have one sensible, logical and responsible path to follow at these crossroads – to take immediate action: reduce and eliminate our dependence on fossil fuels, reduce the rate of climate change, engineer a sustainable and renewable future and hopefully save the planet for the future of our species.\
\
\
\

{Large Further Reading}\

% IPCC (2018): SR15 Global Warming of 1.5degree C. Headline Statements from the Summary for Policymakers. Available online at https://www.ipcc.ch/site/assets/uploads/sites/2/2018/07/sr15_headline_statements.pdf, checked on 12/17/2018.\

National Geographic (2018): Climate change impacts worse than expected, global report warns. National Geographic. Available online at https://www.nationalgeographic.com/environment/2018/10/ipcc-report-climate-change-impacts-forests-emissions/, updated on 12/13/2018, checked on 12/17/2018.\

unfccc.int (2018): What is the Paris Agreement? Available online at https://unfccc.int/process-and-meetings/the-paris-agreement/what-is-the-paris-agreement, checked on 12/17/2018.\

Vitousek, Peter M; Mooney, Harold A; Lubchenco, Jane; Melillo, Jerry M (1997): Human Domination of Earths Ecosystems. In Science 277.\

Wikipedia (2018): Special Report on Global Warming of 1.5degree C - Wikipedia. Edited by Wikipedia. Available online at https://en.wikipedia.org/w/index.php?oldid=874073532, updated on 12/16/2018, checked on 12/17/2018.\

WWF (2018): The Effects Of Climate Change. Available online at https://www.wwf.org.uk/effectsofclimatechange, updated on 12/17/2018, checked on 12/17/2018.\

bibliography{references}

end{document}


Problem 1



When i compile, it moves the images to the next page and then continues the text in place of where the image would be. I want the images at a specific part of my document, not on the following page.



Problem 2



When i cite, they are in square brackets, i need ()
enter image description here



Problem 3



Different font for URL in references, looks awful. And URL's go over to the edge of the page, can i fix these?



enter image description here



Problem 4



I have had to mess with the CO2 to have the subscript, but now it comes out in italics when i compile - can i have it without italics?



enter image description here



Problem 5



Webpage URLs go off the page.



enter image description here









share









New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
    – Johannes_B
    2 mins ago










  • Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
    – moewe
    2 mins ago










  • Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
    – moewe
    35 secs ago














0












0








0







I'm new to LaTeX and have a desire to learn as I'm completing a PhD and have been told LaTeX is a great platform for writing scientific documents.



So, I have written a short plain English piece in TeXstudio, but have a few problems:



documentclass[a4paper,10pt]{article}
usepackage{natbib}
usepackage{graphicx}
usepackage{gensymb}
usepackage{url}
usepackage{wrapfig}

bibliographystyle{plainnat}

begin{document}

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{withstupid}
caption{I'm with stupid citep{adcock2018}}
end{figure}

{LARGE Save our planet and our species, now!?} \

The human species faces the most important crossroads in our history, we have two choices; [1] to continue down our existing path, ignoring the impact our actions are having on the environment or [2] to take immediate action and reduce our carbon dioxide emissions, in an attempt to manage the rate of global warming and save not just the very planet we depend on to survive but also to secure a future for our own species. I believe our species is currently facing an existential risk of our own making. \

Analysis of air bubbles from ice in the poles has shown that for thousands of years, the $CO_2$ levels in the atmosphere was stable at around 280 PPM, until 1800, when the $CO_2$ concentrations begin to exponentially increase. The start of the industrial revolution circa 1900 marked an unprecedented rate of increase in measured $CO_2$ levels in the atmosphere.\

We burn fossil fuels to generate electricity, fuel vehicles and power industry. When we burn fossil fuel or biomaterial it produces $CO_2$ among other things. Laboratory analysis allows us to trace the sources of $CO_2$ in the atmosphere and there is no doubt that the increase in $CO_2$ is a result of human activity.\

Fast forward to 2018 and the current levels of carbon dioxide in the atmosphere are 408PPM and rising every day. These are the highest levels measured in over 800,000 possibly even the last 20 million years.\

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{co2variation}
caption{$CO_2$ variation citep{Wikipedia17122018}}
end{figure}

$CO_2$ is a greenhouse gas and excess levels of this gas in the atmosphere are increasing the greenhouse effect, trapping more heat in the atmosphere and raising the temperature of the Earth. Increasing global temperatures will cause irreversible damage to the environment and ecosystems around the planet.\

International recognition of this risk resulted in a landmark agreement between Parties to the United Nations Framework Convention on Climate Change (UNFCCC) in Paris on 12th December 2015. It was agreed to combat climate change by maintaining a global temperature rise below 2degree C above pre-industrial levels and to pursue actions to further limit the global temperature rise to 1.5degree C. To date: 195 Parties have signed the Agreement, 179 Parties ratified. The Parties include industrialized (developed) countries and developing countries alike. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{parties}
caption{Countries signed Paris agreement citep{ratified}}
end{figure}

To date temperatures have increased by around 1degree C and we have witnessed significant climate events around the planet – extreme weather events, flooding, fires, coral bleaching, drought and heat waves.
On the 8th October 2018, the Intergovernmental Panel on Climate Change (IPCC) published a Special Report on Global Warming of 1.5degree C. This report was called for by the IPCC in December 2015. This report was compiled by the worlds leading scientists comprising 91 authors from 40 countries. This report considers evidence and arguments from over 6,000 scientific sources. \

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{riskrisingtemp}
caption{Risk of rising temperatures citep{indep2014}}
end{figure}

The IPCC report states that we could see the 1.5degree C temperature rise between 12 and 34 years if it continues to increase at the current rate.\

The report provides several possible pathways to achieve 1.5degree C, all of which require fossil-fuel use to half in less than 15 years and completely eliminate their use within 30 years. This means no gas, oil, diesel, or coal use in our homes, transport or industry unless the $CO_2$ is captured and stored. We will need to increase bioenergy crop production for energy and additional forestation for natural carbon dioxide absorption. A shift towards renewable energy production and large scale carbon capture and storage will be nessecary. Widespread dietary shifts towards eating less meat and reduced material consumption, would have a significant impact on reducing $CO_2$ emissions. \

“Without the full involvement and alignment of our technical, social, and political dimensions, 1.5degree C and even 2degree C won’t be possible” says Glen Peters, Research Director at Norway’s Center for International Climate Research. \

Despite the cold hard facts, Donald Trump, ‘has his doubts about climate change’ and thinks that the climate could “change back again”. Trump has also stated that he wishes to withdraw the US from the Paris agreement. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{trumptweet}
caption{Tweet from Donald Trump citep{Holden2018}}
end{figure}

The science and evidence are clear…our species is entering unchartered territory in our existence on planet Earth. I feel we only have one sensible, logical and responsible path to follow at these crossroads – to take immediate action: reduce and eliminate our dependence on fossil fuels, reduce the rate of climate change, engineer a sustainable and renewable future and hopefully save the planet for the future of our species.\
\
\
\

{Large Further Reading}\

% IPCC (2018): SR15 Global Warming of 1.5degree C. Headline Statements from the Summary for Policymakers. Available online at https://www.ipcc.ch/site/assets/uploads/sites/2/2018/07/sr15_headline_statements.pdf, checked on 12/17/2018.\

National Geographic (2018): Climate change impacts worse than expected, global report warns. National Geographic. Available online at https://www.nationalgeographic.com/environment/2018/10/ipcc-report-climate-change-impacts-forests-emissions/, updated on 12/13/2018, checked on 12/17/2018.\

unfccc.int (2018): What is the Paris Agreement? Available online at https://unfccc.int/process-and-meetings/the-paris-agreement/what-is-the-paris-agreement, checked on 12/17/2018.\

Vitousek, Peter M; Mooney, Harold A; Lubchenco, Jane; Melillo, Jerry M (1997): Human Domination of Earths Ecosystems. In Science 277.\

Wikipedia (2018): Special Report on Global Warming of 1.5degree C - Wikipedia. Edited by Wikipedia. Available online at https://en.wikipedia.org/w/index.php?oldid=874073532, updated on 12/16/2018, checked on 12/17/2018.\

WWF (2018): The Effects Of Climate Change. Available online at https://www.wwf.org.uk/effectsofclimatechange, updated on 12/17/2018, checked on 12/17/2018.\

bibliography{references}

end{document}


Problem 1



When i compile, it moves the images to the next page and then continues the text in place of where the image would be. I want the images at a specific part of my document, not on the following page.



Problem 2



When i cite, they are in square brackets, i need ()
enter image description here



Problem 3



Different font for URL in references, looks awful. And URL's go over to the edge of the page, can i fix these?



enter image description here



Problem 4



I have had to mess with the CO2 to have the subscript, but now it comes out in italics when i compile - can i have it without italics?



enter image description here



Problem 5



Webpage URLs go off the page.



enter image description here









share









New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm new to LaTeX and have a desire to learn as I'm completing a PhD and have been told LaTeX is a great platform for writing scientific documents.



So, I have written a short plain English piece in TeXstudio, but have a few problems:



documentclass[a4paper,10pt]{article}
usepackage{natbib}
usepackage{graphicx}
usepackage{gensymb}
usepackage{url}
usepackage{wrapfig}

bibliographystyle{plainnat}

begin{document}

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{withstupid}
caption{I'm with stupid citep{adcock2018}}
end{figure}

{LARGE Save our planet and our species, now!?} \

The human species faces the most important crossroads in our history, we have two choices; [1] to continue down our existing path, ignoring the impact our actions are having on the environment or [2] to take immediate action and reduce our carbon dioxide emissions, in an attempt to manage the rate of global warming and save not just the very planet we depend on to survive but also to secure a future for our own species. I believe our species is currently facing an existential risk of our own making. \

Analysis of air bubbles from ice in the poles has shown that for thousands of years, the $CO_2$ levels in the atmosphere was stable at around 280 PPM, until 1800, when the $CO_2$ concentrations begin to exponentially increase. The start of the industrial revolution circa 1900 marked an unprecedented rate of increase in measured $CO_2$ levels in the atmosphere.\

We burn fossil fuels to generate electricity, fuel vehicles and power industry. When we burn fossil fuel or biomaterial it produces $CO_2$ among other things. Laboratory analysis allows us to trace the sources of $CO_2$ in the atmosphere and there is no doubt that the increase in $CO_2$ is a result of human activity.\

Fast forward to 2018 and the current levels of carbon dioxide in the atmosphere are 408PPM and rising every day. These are the highest levels measured in over 800,000 possibly even the last 20 million years.\

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{co2variation}
caption{$CO_2$ variation citep{Wikipedia17122018}}
end{figure}

$CO_2$ is a greenhouse gas and excess levels of this gas in the atmosphere are increasing the greenhouse effect, trapping more heat in the atmosphere and raising the temperature of the Earth. Increasing global temperatures will cause irreversible damage to the environment and ecosystems around the planet.\

International recognition of this risk resulted in a landmark agreement between Parties to the United Nations Framework Convention on Climate Change (UNFCCC) in Paris on 12th December 2015. It was agreed to combat climate change by maintaining a global temperature rise below 2degree C above pre-industrial levels and to pursue actions to further limit the global temperature rise to 1.5degree C. To date: 195 Parties have signed the Agreement, 179 Parties ratified. The Parties include industrialized (developed) countries and developing countries alike. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{parties}
caption{Countries signed Paris agreement citep{ratified}}
end{figure}

To date temperatures have increased by around 1degree C and we have witnessed significant climate events around the planet – extreme weather events, flooding, fires, coral bleaching, drought and heat waves.
On the 8th October 2018, the Intergovernmental Panel on Climate Change (IPCC) published a Special Report on Global Warming of 1.5degree C. This report was called for by the IPCC in December 2015. This report was compiled by the worlds leading scientists comprising 91 authors from 40 countries. This report considers evidence and arguments from over 6,000 scientific sources. \

begin{figure}[h!]
centering
includegraphics[width=1textwidth]{riskrisingtemp}
caption{Risk of rising temperatures citep{indep2014}}
end{figure}

The IPCC report states that we could see the 1.5degree C temperature rise between 12 and 34 years if it continues to increase at the current rate.\

The report provides several possible pathways to achieve 1.5degree C, all of which require fossil-fuel use to half in less than 15 years and completely eliminate their use within 30 years. This means no gas, oil, diesel, or coal use in our homes, transport or industry unless the $CO_2$ is captured and stored. We will need to increase bioenergy crop production for energy and additional forestation for natural carbon dioxide absorption. A shift towards renewable energy production and large scale carbon capture and storage will be nessecary. Widespread dietary shifts towards eating less meat and reduced material consumption, would have a significant impact on reducing $CO_2$ emissions. \

“Without the full involvement and alignment of our technical, social, and political dimensions, 1.5degree C and even 2degree C won’t be possible” says Glen Peters, Research Director at Norway’s Center for International Climate Research. \

Despite the cold hard facts, Donald Trump, ‘has his doubts about climate change’ and thinks that the climate could “change back again”. Trump has also stated that he wishes to withdraw the US from the Paris agreement. \

begin{figure}[h!]
centering
includegraphics[width=0.5textwidth]{trumptweet}
caption{Tweet from Donald Trump citep{Holden2018}}
end{figure}

The science and evidence are clear…our species is entering unchartered territory in our existence on planet Earth. I feel we only have one sensible, logical and responsible path to follow at these crossroads – to take immediate action: reduce and eliminate our dependence on fossil fuels, reduce the rate of climate change, engineer a sustainable and renewable future and hopefully save the planet for the future of our species.\
\
\
\

{Large Further Reading}\

% IPCC (2018): SR15 Global Warming of 1.5degree C. Headline Statements from the Summary for Policymakers. Available online at https://www.ipcc.ch/site/assets/uploads/sites/2/2018/07/sr15_headline_statements.pdf, checked on 12/17/2018.\

National Geographic (2018): Climate change impacts worse than expected, global report warns. National Geographic. Available online at https://www.nationalgeographic.com/environment/2018/10/ipcc-report-climate-change-impacts-forests-emissions/, updated on 12/13/2018, checked on 12/17/2018.\

unfccc.int (2018): What is the Paris Agreement? Available online at https://unfccc.int/process-and-meetings/the-paris-agreement/what-is-the-paris-agreement, checked on 12/17/2018.\

Vitousek, Peter M; Mooney, Harold A; Lubchenco, Jane; Melillo, Jerry M (1997): Human Domination of Earths Ecosystems. In Science 277.\

Wikipedia (2018): Special Report on Global Warming of 1.5degree C - Wikipedia. Edited by Wikipedia. Available online at https://en.wikipedia.org/w/index.php?oldid=874073532, updated on 12/16/2018, checked on 12/17/2018.\

WWF (2018): The Effects Of Climate Change. Available online at https://www.wwf.org.uk/effectsofclimatechange, updated on 12/17/2018, checked on 12/17/2018.\

bibliography{references}

end{document}


Problem 1



When i compile, it moves the images to the next page and then continues the text in place of where the image would be. I want the images at a specific part of my document, not on the following page.



Problem 2



When i cite, they are in square brackets, i need ()
enter image description here



Problem 3



Different font for URL in references, looks awful. And URL's go over to the edge of the page, can i fix these?



enter image description here



Problem 4



I have had to mess with the CO2 to have the subscript, but now it comes out in italics when i compile - can i have it without italics?



enter image description here



Problem 5



Webpage URLs go off the page.



enter image description here







natbib texstudio





share









New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share









New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share



share








edited 2 mins ago









Werner

436k629571645




436k629571645






New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 mins ago









Cairan Van Rooyen

1




1




New contributor




Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Cairan Van Rooyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
    – Johannes_B
    2 mins ago










  • Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
    – moewe
    2 mins ago










  • Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
    – moewe
    35 secs ago














  • 1




    Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
    – Johannes_B
    2 mins ago










  • Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
    – moewe
    2 mins ago










  • Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
    – moewe
    35 secs ago








1




1




Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
– Johannes_B
2 mins ago




Welcome to TeX.SX. It is better here to just ask one question per question. Every thing you asked have been asked before and can be answered by simply showing the other answer here on TeX.SX. And i would recommend to read an introduction to LaTeX. Even PhD students have to learn new stuff.
– Johannes_B
2 mins ago












Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
– moewe
2 mins ago




Welcome to TeX.SX! Please note that the structure and workings of this site require a question to be about one specific issue. The five problems listed in this question are only tangentially related and this otherwise nice question could benefit hugely from being split into different, separate questions. See also tex.meta.stackexchange.com/q/7425/35864
– moewe
2 mins ago












Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
– moewe
35 secs ago




Please note that \ is not the right way to end a paragraph. A blank line is enough to do that. Indeed in normal text (that explicitly excludes display math (align and friends) and tables (tabular and friends)) \ should ideally not be used at all.
– moewe
35 secs ago















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Cairan Van Rooyen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f466814%2fnumerous-simple-noob-questions%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








Cairan Van Rooyen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Cairan Van Rooyen is a new contributor. Be nice, and check out our Code of Conduct.













Cairan Van Rooyen is a new contributor. Be nice, and check out our Code of Conduct.












Cairan Van Rooyen is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f466814%2fnumerous-simple-noob-questions%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

サソリ

広島県道265号伴広島線

Setup Asymptote in Texstudio