Overview / Introduction about the Team
The Rimouski Oceanic is a professional ice hockey team based in Rimouski, Quebec, Canada. Competing in the Ligue de Hockey Junior Majeur du Québec (LHJMQ), the team was established in 1978 and has since been a staple of junior hockey in the region. The Oceanic play their home games at the Centre Vert, which offers fans an intimate and vibrant atmosphere. Under the guidance of head coach Martin Lapointe, the team continues to develop young talent with an eye on both immediate success and long-term growth.
Team History and Achievements
Since its inception, Rimouski Oceanic has had a rich history filled with notable achievements. The team has won multiple league titles, including several QMJHL championships. They have also produced numerous players who have gone on to successful careers in major leagues such as the NHL. Notable seasons include their championship runs in 2000-01 and 2017-18, where they showcased exceptional skill and determination.
Current Squad and Key Players
The current roster features a blend of experienced veterans and promising rookies. Key players include forward Samuel Girard, known for his speed and agility, and goaltender Antoine Joubert, who has been instrumental in securing victories with his stellar performances. The team’s depth is further bolstered by talents like defenseman Noah Juulsen and winger Jonathan Drouin.
Team Playing Style and Tactics
Rimouski Oceanic is known for its aggressive playing style, emphasizing fast transitions and strong defensive play. They typically employ a 1-3-1 formation that allows for quick puck movement and effective forechecking. Their strengths lie in their disciplined defense and ability to capitalize on counterattacks, though they occasionally struggle with maintaining offensive consistency.
Interesting Facts and Unique Traits
The Oceanic have a passionate fanbase known as “Les Glorieux,” reflecting their pride in local culture. The team’s rivalry with Chicoutimi Saguenéens is one of the most intense in the league, often drawing large crowds. Traditions such as pre-game rituals involving local musicians add to the unique game-day experience.
Lists & Rankings of Players, Stats, or Performance Metrics
- Top Scorer: Samuel Girard ✅
- Best Goaltender: Antoine Joubert 🎰
- Defensive Leader: Noah Juulsen 💡
- Potential Breakout Player: Jonathan Drouin ❌ (due to injury concerns)
Comparisons with Other Teams in the League or Division
Rimouski Oceanic often finds itself compared to other top teams like Halifax Mooseheads due to their similar competitive spirit and talent development focus. While both teams excel defensively, Halifax tends to have a more potent offensive lineup.
Case Studies or Notable Matches
A standout moment for Rimouski was their 2017 playoff series against Shawinigan Cataractes, where they overcame significant odds to advance through sheer determination and strategic gameplay. This series is often cited as a turning point that solidified their reputation as formidable contenders.
| Statistic | Rimouski Oceanic | LHJMQ Average |
|---|---|---|
| Average Goals per Game | 3.5 | 3.0 |
| Penalty Minutes per Game | 10.8 | 12.5 |
| Last Five Games Record | 4-1-0 (W-L-T) | N/A |
| Odds for Next Match Win Probability (%) | 65% | N/A |
Tips & Recommendations for Analyzing the Team or Betting Insights 💡 Advice Blocks
- Analyze recent performance trends: Focus on their last five games to gauge current form.
- Evaluate key player availability: Injuries can significantly impact game outcomes.
- Leverage defensive metrics: Their strong defense can be crucial against high-scoring opponents.
Frequently Asked Questions About Rimouski Oceanic Betting Analysis:
What makes Rimouski Oceanic a good betting choice?
Their consistent defensive record combined with star players makes them reliable picks when facing weaker offensive teams.
How do I assess player impact?
Evaluate individual statistics like goals scored by key forwards or saves by goaltenders during critical games.
Are there any under-the-radar players worth watching?
Newcomer defenseman Lucas Lessard has shown potential that could influence future matchups significantly if given more playtime.
Sports Betting Tips & Recommendations 💡 Advice Blocks (continued)
- Bet on underdog scenarios cautiously: While they are strong defensively, weaker opponents might exploit any lapses if overconfident bets are placed without considering match context fully.
Detailed Pros & Cons of Current Form/Performance ✅❌ Lists:
- Promising Pros:
- Solid defensive structure ensuring fewer goals against opponents ✅🎰💡
- Veteran leadership guiding younger players effectively ✅🎰💡
- Possible Cons:</ldavidabaker/pandocfilters/test/test-filtering.rst
.. -*- coding: utf-8 -*-.. role:: raw-html(raw)
:format: html==================
Test Filtering
==================This file tests various aspects of filtering.
.. contents::
*Raw LaTeX*
.. raw:: latex
begin{itemize}
item First item.
item Second item.
end{itemize}*Raw HTML*
.. raw:: html
*Raw LaTeX without DOCTYPE*
.. raw:: latex
begin{itemize}
item First item.
item Second item.
end{itemize}*Raw HTML without DOCTYPE*
.. raw:: html
*Raw LaTeX with comments*
.. raw:: latex
% This comment should not appear
% Neither should this one
% Or this one
begin{itemize}
item First item.
item Second item.
end{itemize}*Raw HTML with comments*
.. raw:: html
*Raw LaTeX without comments*
.. raw:: latex
% This comment should remain
% So too should this one
% And this one too!
%
begin{itemize}
item First item.
item Second item.
end{itemize}*Raw HTML without comments*
.. raw:: html
*HTML block element within LaTeX block element*
A paragraph followed by:
begin{latexblock}
A paragraph.begin{htmlblock}
This is an HTML block element containing *emphasis*, **bold**, “verbatim” text,
a footnote_ [footnote]_, some citations_ [citations]_, two URLs:
`https://github.com/jgm/pandocfilters`_ [github]_
and `https://github.com/jgm/pandocfilters/issues/21`_ [issue], some code::x <- function() {
print("Hello World!")
}and some math $x^y$.
And then back into LaTeX.
end{htmlblock}
end{latexblock}
A paragraph followed by:
begin{latexblock}
A paragraph.begin{htmlblock}
This is an HTML block element containing *emphasis*, **bold**, “verbatim'' text,
a footnote_ [footnote]_, some citations_ [citations]_, two URLs:
`https://github.com/jgm/pandocfilters`_ [github]_
and `https://github.com/jgm/pandocfilters/issues/21`_ [issue], some code::x <- function() {
print("Hello World!")
}and some math $x^y$.
And then back into LaTeX.
end{htmlblock}
end{latexblock}
The following tables demonstrate how pandoc filters handle various types of tables:
Table generated from Pandoc's native table syntax:
+———–+———–+———–+
| Header A | Header B | Header C |
+===========+===========+===========+
| Cell A | Cell B | Cell C |
+———–+———–+———–+
| Cell D | Cell E | Cell F |
+———–+———–+———–+Table generated from Pandoc's native table syntax but using custom alignments:
===== ====== ======
Left Center Right
—– —— ——
Left Center Right
Left Center Right
===== ====== ======Table generated from reStructuredText's grid table syntax:
===== ========= ========= ========= =
Header A Header B Header C Header D
——– ——– ——– ——–
Cell A Cell B Cell C Cell D
Cell E Cell F Cell G Cell H
Cell I Cell J Cell K Cell L
===== ========= ========= ========= =Table generated from Markdown's pipe table syntax:
Header A | Header B | Header C | Header D
———|———-|———-|———-
Cell A | Cell B | Cell C | Cell D
Cell E | Cell F | Cell G | Cell H
Cell I | Cell J | Cell K | Cell LFootnotes:
#. Footnote text_
#. Footnote text_
References:
[footnote]: Footnote reference text_
[citations]: Citations reference text_
[github]: https://github.com/jgm/pandocfilters_
[issue]: https://github.com/jgm/pandocfilters/issues/21_
Inline footnotes: footnote text_ [#f6] [#f7].
Inline citations: citations reference text_ [#citations] [#citations].
Footnote references must be defined before use; otherwise pandoc will emit warnings.
Tables within tables within tables…
Table generated from Pandoc's native table syntax but using custom alignments:
===== ====== ======
Left Center Right
—– —— ——
Left Center Right====== ======= ======= =======
Inner Left Inner Center Inner RightInner Left Inner Center Inner Right
Inner Left Inner Center Inner Right
Inner Left Inner Center Inner Right
====== ======= ======= =======
Table generated from reStructuredText's grid table syntax but using custom alignments:
============= ============================= ============================= =============================
Header A Header B Header C Header D
—————— —————————– —————————– —————————–
Cell A Nested Table Nested Table Nested Table
Nested Table Nested Table Nested Table Nested Table
Nested Table Nested Table Nested Table Nested TableNested Table Nested Table Nested Table Nested Table
Nested Table Nested Table Nested Table Nested Table
============= ============================= ============================= =============================Table generated from Markdown's pipe table syntax but using custom alignments:
Header A |||| Header B |||| Header C |||| Header D
——————- |||| ————— ———————– |||| ————— ———————– |||| ————— ———————–
Cell A |||| Sub-table |||| Sub-table |||| Sub-table
Sub-table |||| Sub-table |||| Sub-table |||| Sub-table
Sub-table |||| Sub-table |||| Sub-table |||| Sub-tableSub-table |||| Sub-table |||| Sub-table |||| Sub-table
Sub-table |||| Sub-table |||| Sub-table |||| Sub-table
davidabaker/pandocfilters<|file_sep markdown_strict:
:math:
:raw_html:
:raw_latex:
:smart:
:smart_strong:
:strikeout:
:subscript:
:superscript:
:tabular_col_specifiers:
<|file_sep<!DOCTYPE HTML PUBLIC "-//IETF //DTD HTML //EN" "
pandocs PDFs document class template v4 – revised April ’14 – version control details here!
#TOCTop {display:none;}
#TOCBot {display:none;}
–>
body {
margin-left:5%;
margin-right:5%;
margin-top:.5cm;
margin-bottom:.5cm;
font-family:”Times New Roman”, Times;
font-size:x-large;
line-height:150%;
orphans:.05;
widows:.05;
text-align:center;
background-color:#FFFFFF;
color:#000000;
padding-left:.5cm;
padding-right:.5cm;
padding-top:.5cm;
padding-bottom:.5cm;/* background-image:url(“background.gif”); */
background-repeat:no-repeat;/* background-position:center center; */
/* background-color:#FFFFFF; */
}a {
text-decoration:none;color:#000000;
font-weight:bold;
border-width:thin;
border-style:solid;
border-color:#000000;
border-bottom-width:.02em;
}
a:hover {
color:#FF0000;}
a img {
border-width:none;}
hr {
height:.01em;}
hr.noborder {
border-style:none;}
blockquote.noborderleft {
margin-left:-20pt;}
blockquote.noborderright {
margin-right:-20pt;}
span.smallcaps {
font-size:x-small !important;font-weight:normal !important;
text-transform:uppercase !important;
}
blockquote.smallcaps {
text-transform:uppercase !important;
}
div.sidenote {
float:right !important;
}
div.sidenote p {
clear:right !important;
}
div.sidenote span.label {
float:left !important;
}
div.sidenote span.label p {
clear:left !important;
}
div.sidenote span.label em {
display:inline-block !important;
}
blockquote.tinycaps {
text-transform:capitalize !important;
}
span.tinycaps {
text-transform:capitalize !important;
}
–>
pre.code {display:block;
clear:both;
width:auto;
overflow-x:auto;
padding-left:.25em;
}
pre.code div.spacer {
height:.75em;
}
pre.code div.line {
display:block;
}
pre.code div.number {
position:relative;
}
pre.code div.number:before {
content:””;
position:absolute;
}
pre.code div.line:before {
content:””;
position:absolute;
}
pre.code div.number:before {
left:-4em;
}
pre.code div.line:before {
left:-4em;
}
pre.code div.number:before {
width:4em;
}
pre.code div.line:before {
width:4em;
}
pre.code div.number:before {
text-align:right;
}
pre.code div.line:before {
text-align:right;
}
div.citecode p.caption {
position:relative;
}
div.citecode p.caption span.label {
position:absolute;
}
@media print {
a[href]:after {content:” (” attr(href) “)”; }
div.citecode p.caption span.label {position:relative;}
div.sidenote {float:none;clear:both;margin-left:auto;margin-right:auto;text-align:center;}
div.sidenote p {clear:none;}
div.sidenote span.label {float:none;}
blockquote.tinycaps,.span.tinycaps {text-transform:none;}
blockquote.smallcaps,.span.smallcaps {text-transform:none;}
pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code pre code .spacer,.line,.number,.number:before,.line:before {.height:auto;}.number,.number:before,.line:before {.width:auto;}.number.before,.line.before {.position:relative;}.number.before:before,.line.before:before {.position:absolute;}.number.before {.left:auto;}.line.before {.left:auto;}.number.before {.width:auto;} .line.before {.width:auto;} .number.before {.text-align:left;} .line.before {.text-align:left;} }
hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup hgroup.hgtitle,hgroup.hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,hgtitle,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.hgpreamble,p.preamble {}
hgroup.titlepage {}
p.header {}
p.author {}
p.date {}
p.bibdata {}
p.bibset {}
p.bibliography {}
p.indexterm {}
hlevel.indexterm {}
hlevel.indextermsubject {}
hlevel.indextermpart {}
hlevel.indextermsubpart {}
hlevel.indextermsubsubpart {}
hlevel.indextermterm {}
hlevel.indextermdef {}
hlevel.indextermseealso {}
hlevel.indextermseealsoalso {}
table.contents {}
table.toctop {}
table.tocbot {}
table.figures {}
table.figuretop {}
table.figurebot {}
table.tables {}
table.tabletop {}
table.tablebot {}
div.captionedfigurecaption {}
div.figurecaption {}
div.listoflistingscaption {}
div.listoflistingslistingcaption {}
div.listoffigurescaption {}
div.listoftablescaption {}
}
table.contents tr td ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li.ulindent{
list-style-type:square inside none outside none none none none none none none none ;
list-style-image:url(‘images/bullet.png’) inside none outside none none none none none ;
list-style-position:left left left left left left left left left left ;
list-style-image:url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’) url(‘images/bullet.png’);
list-style-type:square square square square square square square square square ;
list-style-position:left inside outside outside outside outside outside outside outside ;
list-style-image:url(‘images/bullet.png’) inside outside outside outside outside outside outside outside ;
}
table.contents tr td ol ol ol ol ol ol ol ol.olindent{
list-style-type:none decimal decimal decimal decimal decimal decimal decimal decimal ;
list-style-image:url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif) url(images/decimal.gif);
list-style-position:left inside inside inside inside inside inside inside inside ;
}
table.contents tr td ol ol ol ol.olindent{
list-style-type:none upper-alpha upper-alpha upper-alpha upper-alpha upper-alpha upper-alpha upper-alpha ;
list-style-image:url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg) url(images/alphabetical-upperalpha.jpg);
list-style-position:left inside inside inside inside inside inside inside inside ;
}
table.contents tr td dl dl dt dd{
display:block ; margin-top:-15px ; margin-bottom:-15px ; margin-left:-15px ; margin-right:-15px ;
}
table.contents tr td dl dl dt{
font-weight:bold ; font-size:x-small ;
}
table.contents tr td dl dl dd{
font-size:x-small ;
}
table.figures tr td figcaption figcaption figcaption figcaption figcaption figcaption figcaption figcaption figcaption figcaption figcaption.figcapindent{
}
table.tables tr td caption caption caption caption caption caption caption caption caption.captionindent{
}
img.alignright{
float:right;margin-left:.25em;margin-bottom:.25em;text-indent:-9999px;width=.75em;height=.75em;background-image:url(../pdfs/right-arrow.svg);background-repeat:no-repeat;background-position:center center;border-width:null;border-color:null;border-radius:null;border-width:null;border-color:null;border-radius:null;display:inline-block;line-height:normal;font-size:normal;line-height:normal;text-decoration:none;text-decoration:none;color:black;font-weight:bold;font-family:’Arial’,sans-serif;font-size:x-small;font-family:’Arial’,sans-serif;font-weight:bold;line-height:normal;padding-left:null;padding-right:null;padding-top:null;padding-bottom:null;margin-top:null;margin-bottom:null;margin-left:null;margin-right:null;border-width:null;border-color:null;border-radius:null;background-image:url(../pdfs/right-arrow.svg);background-repeat:no-repeat;background-position:center center;background-color:white;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-khtml-box-shadow:none;-box-shadow:none;box-shadow:none;z-index:+10000;display:block;width:auto;height:auto;}img.alignleft{text-indent:-9999px;width=.75em;height=.75em;background-image:url(../pdfs/left-arrow.svg);background-repeat:no-repeat;background-position:center center;display:inline-block;line-height:normal;font-size:normal;line-height:normal;text-decoration:none;text-decoration:none;color:black;font-weight:bold;font-family:’Arial’,sans-serif;font-size:x-small;font-family:’Arial’,sans-serif;font-weight:bold;line-height:normal;padding-left:null;padding-right:null;padding-top:null;padding-bottom|null;margin-top|null;margin-bottom|null;margin-left|null;margin-right|null;border-width|null;border-color|null;border-radius|null;background-image:url(../pdfs/left-arrow.svg);background-repeat:no-repeat;background-position:center center;background-color:white;-webkit-box-shadow|null;-moz-box-shadow|null;-o-box-shadow|null;-ms-box-shadow|null;-khtml-box-shadow|null;-box-shadow|null;box-shadow|null;z-index:+10000;display:block;width:auto;height:auto;}img.aligncenter{text-indent:-9999px;width=.75em;height=.75em;background-image:url(../pdfs/up-down-arrows.svg);background-repeat:no-repeat;background-position:center center;display:inline-block;line-height:normal;font-size:normal;line-height:normal;text-decoration:nil;text-decoration:nil;color:black;font-weight:bold;font-family:’Arial’,sans-serif;font-size:x-small;font-family:’Arial’,sans-serif;font-weight:bold;line-height:normal;padding-left:nil;padding-right:nil;padding-top:nil;padding-bottom:nil;margin-top:nil;margin-bottom:nil;margin-left:nil;margin-right:nil;border-width:nil;border-color,nil:border-radius,nil:border-width,nil:border-color,nil:border-radius,nil;;background-image:url(../pdfs/up-down-arrows.svg);background-repeate nilt no-repeat;background-p niltition:center center;background-col nilr:white;-webkit-b niltshadow:nil ;-moz-b niltshadow:n il ;-o-b niltshadow:n il ;-ms-b niltshadow:n il ;-khtml-b niltshadow:n il ;-b niltshadow:n il ;b niltshadow:n il z-index:+10000;display:block;width:a ntilte:h auto;}img.alignnone{text-indent:-9999px;width=.75e m;height=.75e m;b ackground-im ageurl(../pdf s/up-down-arrows.svg);backgro nd-repe ate-nil t-no-re peat-back ground-po sition-ce nter-cent er-backgr ou nd-co lour-w ht e-line-h ei ght-norm al-fon t-siz e-norm al-l ine-h ei ght-norm al-te xt-de co ratio-nil t-te xt-de co ratio-nil t-co lor-blac k-fon t-we ig ht-bo ld-a ri al,sans-serif-fon t-sizex-sma ll-fon t-fami ly’a rial,sans-se rif-fon t-we ig ht-bo ld-li ne-h ei ght-norm al-p addi ng-le ft-nil pad di ng-r ig ht-nil pa ddi ng-to pt-nil pad di ng-bo ttom-nil mar gi nt-op null-mar gi nt-bot null-mar gi nt-le ftnull-mar gi nt-r ig htnull-bor d-w id thnull-bor d-co lornull-bor d-ra di usnull-bg imag eurl(../ pdf s/up-dow n-arrows.svg )bg ac kground-re peat-no -rep eat-bg ackground-p osit ion-cent er-cent er-bg ackground-c olor-wh ite-w -web-k bo x-sh ad ow-null-moz b ox-sh ad ow-null-o bo x-sh ad ow-null-ms b ox-sh ad ow-null-k bo x-sh ad ow-null-bo x-sh ad ow-null-bo x-sh ad ow-z-in dex:+10000-dis play-bl oc-k wi dh-au to-h ei ght-au to;}ol.ulindent{
list-styl etype:squar e-inside-none-outside-none-none-none-none-none-none-none-non e ;
list-styl eimage-url(im ages/bulle t.png )inside-none-outside-none-outside-non e-non e-non e-non e-non e-non e-non e-non e ;
list-styl eposition:left-l efteftefteftefteftefteftefteftefteftefteftefteftefle f ;
list-styl eimage-url(im ages/bulle t.png )url(im ages/bulle t.pn g )url(im ages/bulle t.pn g )url(im ages/bulle t.pn g )url(im ages/bulle t.pn g )url(im ages /bulletpng )url(im ages /bulletpng )url(im ages /bulletpng );
list-styl etype:squar esquar esqua resquar esquar esquar esquar esquar esqua re ;
list-styl eposition:l eftein side-outside-outside-outside-outside-outside-outsi de-outs ide ;
list-styl image-url(images /bulletpng )inside-o utside-o utside-o utsid eo utsid eo utsid eo utsid eo utsid eo outsi de ;
}
ol.olindent{
list-styl etype:none-deci mal-deci mal-deci mal-deci mal-deci mal-deci deci mal-d ecimal ;
lis styl image-url(i mages/de cimal.gi f)iurl(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f)iur l(i mages/de cimal.gi f);
lis styl epositi on:left-in side-in side-in side-in side-in side-in side-in si de ;
}
ol.olindent{
lis styl etype:none-up per-al pha up per-al pha up per-al pha up per-al pha up per-al pha up per-al pha ;
lis styl image-url(i mage s/alphabe tcial-upperal phaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg)i ur(l i mage s/a lphebeticallupperalphaa.j pg);
lis styl epositi on:l eftein sid eof-side-of-side-of-side-of-side-of-side-of-side-of-sid eof ;
}
dl.dlindent{
dis play:blo ck-marg intop :-15 px-marg ibottom :-15 px-marg ilef t :-15 px-marg irigh tt :-15 px ;
}
dl.dlindent dt{
fon wtweight:b old-fon tsizex-sm all-fon tfamil ya rial,sans-serif fon tsizex-sm all-fon tfamil ya rial,sans-serif fon tweight-bold-li ne-he ight-norm al-p addinglef tn ullpad dri ngri gh tn ullpad dri ngto pt n ullpad dri ngbo ttomn ullm argin topn ullm argin bottomn ullm argin lef tn ullm argin ri gh tn ullbor dw idtn ullbor dcol ornullbor dradi usnullbor dw idtn ullbor dcol ornullbor dradi usnullback gr ou ndima geurl(/ pdfs/right-arro w.svg)-back ground-re peat-no -re peat-back ground-po si tion-cent er-cent er-back ground-co lor-wh ite-web kbo x-shad ow-null-moz box-shad ow-null-o box-shad ow-null-ms boxshad owl null-k bo xshad owl null-bo xshad owl null-bo xshad owl z-index:+10000-dis play-bl oc-k wi dhau to-he ithauto ;
}
dl.dlind entdd{
fon tsizex-sm all ;
}
figure.figcap indent{
dis play:bloc k-marg intop :-15 px-marg ibottom :-15 px-marg ilef tn ullm argirigh tt :-15 px ;
}
figcaption.fign capind ent{
dis play:bloc k-marg intop :-15 px-marg ibottom :-15 px-marg ilef tn ullm argirigh tt :-15 px ;
}
figcaption.fign capind entfigcapt ion.fign capind entfig capt ion.fign cap ind entfig capt ion.fign cap ind entfig capt ion.fign cap ind entfig capt ion.fign cap ind entfig capt ion.fign cap ind entfigcaption.fign cap indent{
}
figcaption.listoffig urescap tion.listoffig urescap tion.listoffig urescap tion.listoffigurescap tion.listoffigurescap tion.listoffigurescap tion.list offigureescap tion.list offigureescaption{
}
figcaption.lis tocaption.lis tocapt ion.lis tocapt ion.lis tocaption.lis tocaption.lis tocaption.lis tocaption.lis tocaption.lis tocaption.listoftablesca ption.listoftablesca ption.listoftablesca ption.li stoftablesca ption.li stoftable scaption.li stoftables caption.li stoftable scaption.li stoftable scaption{
}
section.section.indentsection.section.in dentsection.in dentsection.in dentsection.in dentsection.in dentsection.in dentsection.in dentsection.in dentsection.in dentsectio n.section.i ndent{
}
section.section.indent section.section.indent section.i ndent section.i ndent section.i ndent section.i ndent sectio n.i ndent sectio n.i ndent sectio n.i ndent se ctio n.i ndent se ctio n.i ndent se ctio n.i ndentse ctio n.sect io.n.in dentsect io.n.sec ti.on.se ct io.n.sec ti.on.se ct io.n.sec ti.on.se ct io.n.sec ti.on.se ct io.n.sec ti.on.se ct io.n.sec ti.on.se ct io.n.sec ti.on.sect io.n.sec ti.o ninde ntsec ti.o ninde ntsec ti.o ninde ntsec ti.o ninde ntsec ti.o ninde ntsec ti.o ninde ntse ct io.ns ectio.n.inc dentse ct io.ns ectio.ns ectio.ns ectio.ns ectio.ns ectio.ns ectio.ns ect io.ns ectio ns.e ct ios.ec tic.io ns.ec tic.io ns.ec tic.io ns.ec tic.io ns.ec tic.io ns.ec tic.io ns.ec tic.io ns.e citios.e citios.e citios.e citios.e citios.e citios.e citios.e citios.{
style=’display:block’ style=’margin-top:-15px’ style=’margin-bottom:-15px’ style=’margin-left:-15px’ style=’margin-right:-15px’
style=’font-weight:bold’ style=’font-size:x-small’
style=’font-size:x-small’
style=’display:block’ style=’margin-top:-20px’ style=’margin-bottom:-20px’ style=’margin-left:-20px’ style=’margin-right:-20px’
style=’font-weight:bold’
style=’font-size:x-small’
style=’display:block’
style=’display:block’
style=’display:block’
style=’display:block’
style=”
PANDOC’S PDFS DOCUMENT CLASS TEMPLATE VERSION CONTROL DETAILS HERE!April ’14 revision (version number here!)PDFS document class template v4 revision details here!Revision date here!
Title Page Article Title Here!
Title Page Article subtitle here!
Title page article author(s)! Name(s)/initial(s), email address(es), company name(s)/affiliation(s).
Date Here! YYYY-MM-DD format please!
Bibdata Here! Bibdata information goes here!
Bibset Here! Bibset information goes here!
This work is licensed under a Creative Commons Attribution NonCommercial ShareAlike License.
Creative Commons License Details Here!</