How to modify chronosys chronoperiode and chronoevent?
I am using Latex Beamer to create a short biography using chronology
. I am trying to have multiple lines in chroneperiode
and chronevent
. Also, when I add a chroneevent
, I am trying to remove the year from the timeline and only have one year. Finally, I am trying to cover partial timeline. For instance, I graduated in August 2010, so I want colored bar to reach 8/12 of the year.
documentclass[xcolor=dvipsnames]{beamer}
usepackage{booktabs} % Allows the use of toprule, midrule and bottomrule in tables
usepackage{chronosys}
definecolor{blue}{HTML}{84CECC}
definecolor{gr}{HTML}{375D81}
begin{document}
begin{frame}
frametitle{Biographical Sketch}
textbf{Education}
startchronology[align=left, startyear=2002,stopyear=2015, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
chronograduation[event][dateselevation=0pt]{1}
chronoperiode[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, datesseparation=/,conversionmonth=true,stopdate=false]{2003}{2007}{begin{scriptsize} BSC Unib. end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-40pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,topdate=false]{2007}{begin{tiny}B.Sc. in XX end{tiny}}
chronoperiode[textstyle=colorbox{blue!50}, color=blue, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2008}{2010}{begin{scriptsize}M.S. Univ.end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{blue!50}, color=blue, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-10pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,stopdate=false]{2010}{begin{tiny}M.S. in X Field.end{tiny}}
chronoperiode[textstyle=colorbox{red!50}, color=red, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2010}{2014}{begin{scriptsize}Doctoral Univ.end{scriptsize}}
stopchronology
end{frame}
end{document}
chronosys
add a comment |
I am using Latex Beamer to create a short biography using chronology
. I am trying to have multiple lines in chroneperiode
and chronevent
. Also, when I add a chroneevent
, I am trying to remove the year from the timeline and only have one year. Finally, I am trying to cover partial timeline. For instance, I graduated in August 2010, so I want colored bar to reach 8/12 of the year.
documentclass[xcolor=dvipsnames]{beamer}
usepackage{booktabs} % Allows the use of toprule, midrule and bottomrule in tables
usepackage{chronosys}
definecolor{blue}{HTML}{84CECC}
definecolor{gr}{HTML}{375D81}
begin{document}
begin{frame}
frametitle{Biographical Sketch}
textbf{Education}
startchronology[align=left, startyear=2002,stopyear=2015, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
chronograduation[event][dateselevation=0pt]{1}
chronoperiode[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, datesseparation=/,conversionmonth=true,stopdate=false]{2003}{2007}{begin{scriptsize} BSC Unib. end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-40pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,topdate=false]{2007}{begin{tiny}B.Sc. in XX end{tiny}}
chronoperiode[textstyle=colorbox{blue!50}, color=blue, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2008}{2010}{begin{scriptsize}M.S. Univ.end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{blue!50}, color=blue, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-10pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,stopdate=false]{2010}{begin{tiny}M.S. in X Field.end{tiny}}
chronoperiode[textstyle=colorbox{red!50}, color=red, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2010}{2014}{begin{scriptsize}Doctoral Univ.end{scriptsize}}
stopchronology
end{frame}
end{document}
chronosys
You don't needgraphicx
with the beamer document class. Also your code is missingend{document}
– samcarter
13 mins ago
add a comment |
I am using Latex Beamer to create a short biography using chronology
. I am trying to have multiple lines in chroneperiode
and chronevent
. Also, when I add a chroneevent
, I am trying to remove the year from the timeline and only have one year. Finally, I am trying to cover partial timeline. For instance, I graduated in August 2010, so I want colored bar to reach 8/12 of the year.
documentclass[xcolor=dvipsnames]{beamer}
usepackage{booktabs} % Allows the use of toprule, midrule and bottomrule in tables
usepackage{chronosys}
definecolor{blue}{HTML}{84CECC}
definecolor{gr}{HTML}{375D81}
begin{document}
begin{frame}
frametitle{Biographical Sketch}
textbf{Education}
startchronology[align=left, startyear=2002,stopyear=2015, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
chronograduation[event][dateselevation=0pt]{1}
chronoperiode[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, datesseparation=/,conversionmonth=true,stopdate=false]{2003}{2007}{begin{scriptsize} BSC Unib. end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-40pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,topdate=false]{2007}{begin{tiny}B.Sc. in XX end{tiny}}
chronoperiode[textstyle=colorbox{blue!50}, color=blue, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2008}{2010}{begin{scriptsize}M.S. Univ.end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{blue!50}, color=blue, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-10pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,stopdate=false]{2010}{begin{tiny}M.S. in X Field.end{tiny}}
chronoperiode[textstyle=colorbox{red!50}, color=red, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2010}{2014}{begin{scriptsize}Doctoral Univ.end{scriptsize}}
stopchronology
end{frame}
end{document}
chronosys
I am using Latex Beamer to create a short biography using chronology
. I am trying to have multiple lines in chroneperiode
and chronevent
. Also, when I add a chroneevent
, I am trying to remove the year from the timeline and only have one year. Finally, I am trying to cover partial timeline. For instance, I graduated in August 2010, so I want colored bar to reach 8/12 of the year.
documentclass[xcolor=dvipsnames]{beamer}
usepackage{booktabs} % Allows the use of toprule, midrule and bottomrule in tables
usepackage{chronosys}
definecolor{blue}{HTML}{84CECC}
definecolor{gr}{HTML}{375D81}
begin{document}
begin{frame}
frametitle{Biographical Sketch}
textbf{Education}
startchronology[align=left, startyear=2002,stopyear=2015, height=0pt, startdate=false, stopdate=false, dateselevation=0pt, arrow=false, box=true]
%
chronograduation[event][dateselevation=0pt]{1}
chronoperiode[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, datesseparation=/,conversionmonth=true,stopdate=false]{2003}{2007}{begin{scriptsize} BSC Unib. end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{gr!50}, color=gr, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-40pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,topdate=false]{2007}{begin{tiny}B.Sc. in XX end{tiny}}
chronoperiode[textstyle=colorbox{blue!50}, color=blue, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2008}{2010}{begin{scriptsize}M.S. Univ.end{scriptsize}}
chronoevent[textstyle=raggedleftcolorbox{blue!50}, color=blue, startdate=false, bottomdepth=30pt, topheight=10pt, year=true, textdepth=-10pt,dateselevation=16pt, datesseparation=/,conversionmonth=false,stopdate=false]{2010}{begin{tiny}M.S. in X Field.end{tiny}}
chronoperiode[textstyle=colorbox{red!50}, color=red, startdate=false, bottomdepth=0pt, topheight=10pt, textdepth=-20pt,dateselevation=16pt, stopdate=false]{2010}{2014}{begin{scriptsize}Doctoral Univ.end{scriptsize}}
stopchronology
end{frame}
end{document}
chronosys
chronosys
edited 4 mins ago
samcarter
85.6k794275
85.6k794275
asked 19 mins ago
sosruko
253126
253126
You don't needgraphicx
with the beamer document class. Also your code is missingend{document}
– samcarter
13 mins ago
add a comment |
You don't needgraphicx
with the beamer document class. Also your code is missingend{document}
– samcarter
13 mins ago
You don't need
graphicx
with the beamer document class. Also your code is missing end{document}
– samcarter
13 mins ago
You don't need
graphicx
with the beamer document class. Also your code is missing end{document}
– samcarter
13 mins ago
add a comment |
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
});
}
});
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%2f467699%2fhow-to-modify-chronosys-chronoperiode-and-chronoevent%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f467699%2fhow-to-modify-chronosys-chronoperiode-and-chronoevent%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
You don't need
graphicx
with the beamer document class. Also your code is missingend{document}
– samcarter
13 mins ago