writing course note
I want to write this text like this using tex and modify on it, if you have the adequate preamble thanks
beamer
New contributor
add a comment |
I want to write this text like this using tex and modify on it, if you have the adequate preamble thanks
beamer
New contributor
7
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
You could trydocumentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point
– samcarter
10 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago
add a comment |
I want to write this text like this using tex and modify on it, if you have the adequate preamble thanks
beamer
New contributor
I want to write this text like this using tex and modify on it, if you have the adequate preamble thanks
beamer
beamer
New contributor
New contributor
edited 10 hours ago
JouleV
10.3k22558
10.3k22558
New contributor
asked 10 hours ago
Sayed SayariSayed Sayari
1
1
New contributor
New contributor
7
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
You could trydocumentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point
– samcarter
10 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago
add a comment |
7
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
You could trydocumentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point
– samcarter
10 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago
7
7
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
You could try
documentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point– samcarter
10 hours ago
You could try
documentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point– samcarter
10 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Here is a way to get some chapters of the sort you seem to aim at. It is based on this answer.
documentclass{book}
usepackage{lmodern}
usepackage[explicit]{titlesec}
usepackage{microtype}
usepackage{tikz}
definecolor{lbl}{RGB}{62,108,136}
definecolor{mbl}{RGB}{120, 178, 210}
definecolor{bbl}{RGB}{222, 233, 240}
definecolor{myblue}{RGB}{0,82,155}
% from https://tex.stackexchange.com/a/169435/121799
titleformat{chapter}[display]
{normalfontbfseriescolor{myblue}}
{%filleft%
begin{tikzpicture}
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
begin{scope}[yshift=-8cm]
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
end{scope}
node[anchor=south,
outer sep=0pt,
font=fontsize{40}{45}selectfont,
align=center,text=myblue
] at (textwidth/2,-5cm) {chaptertitlename~thechapter};
node[anchor=north, font=fontsize{40}{45}selectfont,
align=center,font=Huge,text=brown] at (textwidth/2,-5.2cm)
{#1};
end{tikzpicture}%
}
{10pt}
{}
begin{document}
tableofcontents
chapter{Systems of linear equations}
end{document}
add a comment |
To create a slide you can use the beamer package that can be used to create slides and posters, below example:
documentclass{beamer}
usepackage[utf8]{inputenc}
title{Hello World}
author{Davi}
institute{StaxExchange}
date{today}
begin{document}
frame{titlepage}
begin{frame}
frametitle{Title}
text
end{frame}
end{document}
add a comment |
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
});
}
});
Sayed Sayari is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483001%2fwriting-course-note%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a way to get some chapters of the sort you seem to aim at. It is based on this answer.
documentclass{book}
usepackage{lmodern}
usepackage[explicit]{titlesec}
usepackage{microtype}
usepackage{tikz}
definecolor{lbl}{RGB}{62,108,136}
definecolor{mbl}{RGB}{120, 178, 210}
definecolor{bbl}{RGB}{222, 233, 240}
definecolor{myblue}{RGB}{0,82,155}
% from https://tex.stackexchange.com/a/169435/121799
titleformat{chapter}[display]
{normalfontbfseriescolor{myblue}}
{%filleft%
begin{tikzpicture}
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
begin{scope}[yshift=-8cm]
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
end{scope}
node[anchor=south,
outer sep=0pt,
font=fontsize{40}{45}selectfont,
align=center,text=myblue
] at (textwidth/2,-5cm) {chaptertitlename~thechapter};
node[anchor=north, font=fontsize{40}{45}selectfont,
align=center,font=Huge,text=brown] at (textwidth/2,-5.2cm)
{#1};
end{tikzpicture}%
}
{10pt}
{}
begin{document}
tableofcontents
chapter{Systems of linear equations}
end{document}
add a comment |
Here is a way to get some chapters of the sort you seem to aim at. It is based on this answer.
documentclass{book}
usepackage{lmodern}
usepackage[explicit]{titlesec}
usepackage{microtype}
usepackage{tikz}
definecolor{lbl}{RGB}{62,108,136}
definecolor{mbl}{RGB}{120, 178, 210}
definecolor{bbl}{RGB}{222, 233, 240}
definecolor{myblue}{RGB}{0,82,155}
% from https://tex.stackexchange.com/a/169435/121799
titleformat{chapter}[display]
{normalfontbfseriescolor{myblue}}
{%filleft%
begin{tikzpicture}
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
begin{scope}[yshift=-8cm]
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
end{scope}
node[anchor=south,
outer sep=0pt,
font=fontsize{40}{45}selectfont,
align=center,text=myblue
] at (textwidth/2,-5cm) {chaptertitlename~thechapter};
node[anchor=north, font=fontsize{40}{45}selectfont,
align=center,font=Huge,text=brown] at (textwidth/2,-5.2cm)
{#1};
end{tikzpicture}%
}
{10pt}
{}
begin{document}
tableofcontents
chapter{Systems of linear equations}
end{document}
add a comment |
Here is a way to get some chapters of the sort you seem to aim at. It is based on this answer.
documentclass{book}
usepackage{lmodern}
usepackage[explicit]{titlesec}
usepackage{microtype}
usepackage{tikz}
definecolor{lbl}{RGB}{62,108,136}
definecolor{mbl}{RGB}{120, 178, 210}
definecolor{bbl}{RGB}{222, 233, 240}
definecolor{myblue}{RGB}{0,82,155}
% from https://tex.stackexchange.com/a/169435/121799
titleformat{chapter}[display]
{normalfontbfseriescolor{myblue}}
{%filleft%
begin{tikzpicture}
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
begin{scope}[yshift=-8cm]
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
end{scope}
node[anchor=south,
outer sep=0pt,
font=fontsize{40}{45}selectfont,
align=center,text=myblue
] at (textwidth/2,-5cm) {chaptertitlename~thechapter};
node[anchor=north, font=fontsize{40}{45}selectfont,
align=center,font=Huge,text=brown] at (textwidth/2,-5.2cm)
{#1};
end{tikzpicture}%
}
{10pt}
{}
begin{document}
tableofcontents
chapter{Systems of linear equations}
end{document}
Here is a way to get some chapters of the sort you seem to aim at. It is based on this answer.
documentclass{book}
usepackage{lmodern}
usepackage[explicit]{titlesec}
usepackage{microtype}
usepackage{tikz}
definecolor{lbl}{RGB}{62,108,136}
definecolor{mbl}{RGB}{120, 178, 210}
definecolor{bbl}{RGB}{222, 233, 240}
definecolor{myblue}{RGB}{0,82,155}
% from https://tex.stackexchange.com/a/169435/121799
titleformat{chapter}[display]
{normalfontbfseriescolor{myblue}}
{%filleft%
begin{tikzpicture}
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
begin{scope}[yshift=-8cm]
draw[white,fill=bbl]
(0,0) -- (7,-2) -- (8,-2) --cycle;
draw[white,fill=black]
(0,0) -- (6,-2) -- (7,-2) --cycle;
draw[bbl,thick,left color=lbl,right color=lbl,middle color=mbl]
(0,0) |- (6,-2) --cycle;
end{scope}
node[anchor=south,
outer sep=0pt,
font=fontsize{40}{45}selectfont,
align=center,text=myblue
] at (textwidth/2,-5cm) {chaptertitlename~thechapter};
node[anchor=north, font=fontsize{40}{45}selectfont,
align=center,font=Huge,text=brown] at (textwidth/2,-5.2cm)
{#1};
end{tikzpicture}%
}
{10pt}
{}
begin{document}
tableofcontents
chapter{Systems of linear equations}
end{document}
answered 10 hours ago
marmotmarmot
114k5145276
114k5145276
add a comment |
add a comment |
To create a slide you can use the beamer package that can be used to create slides and posters, below example:
documentclass{beamer}
usepackage[utf8]{inputenc}
title{Hello World}
author{Davi}
institute{StaxExchange}
date{today}
begin{document}
frame{titlepage}
begin{frame}
frametitle{Title}
text
end{frame}
end{document}
add a comment |
To create a slide you can use the beamer package that can be used to create slides and posters, below example:
documentclass{beamer}
usepackage[utf8]{inputenc}
title{Hello World}
author{Davi}
institute{StaxExchange}
date{today}
begin{document}
frame{titlepage}
begin{frame}
frametitle{Title}
text
end{frame}
end{document}
add a comment |
To create a slide you can use the beamer package that can be used to create slides and posters, below example:
documentclass{beamer}
usepackage[utf8]{inputenc}
title{Hello World}
author{Davi}
institute{StaxExchange}
date{today}
begin{document}
frame{titlepage}
begin{frame}
frametitle{Title}
text
end{frame}
end{document}
To create a slide you can use the beamer package that can be used to create slides and posters, below example:
documentclass{beamer}
usepackage[utf8]{inputenc}
title{Hello World}
author{Davi}
institute{StaxExchange}
date{today}
begin{document}
frame{titlepage}
begin{frame}
frametitle{Title}
text
end{frame}
end{document}
answered 10 hours ago
Davi LuisDavi Luis
33
33
add a comment |
add a comment |
Sayed Sayari is a new contributor. Be nice, and check out our Code of Conduct.
Sayed Sayari is a new contributor. Be nice, and check out our Code of Conduct.
Sayed Sayari is a new contributor. Be nice, and check out our Code of Conduct.
Sayed Sayari 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483001%2fwriting-course-note%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
7
Note that this site is not a just-do-it-for-me-for-free service. What have you tried so far?
– JouleV
10 hours ago
Design a custom Beamer theme from scratch might be interesting.
– leandriis
10 hours ago
You could try
documentclass{beamer} begin{document} begin{frame} your notes end{frame} end{document}
as a starting point– samcarter
10 hours ago
Please don't downvote below a score of -1, even if the question in its current form needs some improvement. A score of -1 is enough to show that the question needs work, anything below that is of no use. Also, if you downvote or vote to close, please leave a comment explaining why you did so, but wait at least 24 hours after asking the OP for improvements to the question before voting to close.
– Kurt
2 hours ago