소스 검색

html

tags/CANDIDATE
gtheler 7 년 전
부모
커밋
3b6ff905a4
2개의 변경된 파일10개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -1
      make.sh
  2. +9
    -6
      simple.html

+ 1
- 1
make.sh 파일 보기



echo "md -> ${format}" echo "md -> ${format}"
flags=""
flags="--toc"
if [[ "${format}" == "pdf" ]] || [[ "${format}" == "tex" ]]; then if [[ "${format}" == "pdf" ]] || [[ "${format}" == "tex" ]]; then
template_file="${template}.tex" template_file="${template}.tex"
flags="${flags} --listings --pdf-engine=xelatex" flags="${flags} --listings --pdf-engine=xelatex"

+ 9
- 6
simple.html 파일 보기

} }


@media (min-width: 768px) { @media (min-width: 768px) {
h1 { font-size: 2.00rem; }
h2 { font-size: 1.70rem; }
h1 { font-size: 1.75rem; }
h2 { font-size: 1.60rem; }
h3 { font-size: 1.40rem; } h3 { font-size: 1.40rem; }
h4 { font-size: 1.20rem; } h4 { font-size: 1.20rem; }
h5 { font-size: 1.10rem; } h5 { font-size: 1.10rem; }
} }


@media (max-width: 768px) { @media (max-width: 768px) {
h1 { font-size: 1.50rem; }
h2 { font-size: 1.35rem; }
h3 { font-size: 1.20rem; }
h1 { font-size: 1.35rem; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.10rem; }
h4 { font-size: 1.10rem; } h4 { font-size: 1.10rem; }
h5 { font-size: 1.00rem; } h5 { font-size: 1.00rem; }
h6 { font-size: 1.00rem; } h6 { font-size: 1.00rem; }
$if(title)$ $if(title)$
<h1>$title$</h1> <h1>$title$</h1>
$if(subtitle)$ $if(subtitle)$
<h2>$subtitle$</h2>
<h2><em>$subtitle$</em></h2>
$endif$ $endif$
$for(author)$ $for(author)$
<p class="lead"> <p class="lead">
$if(hash)$&mdash;$hash$$endif$ $if(hash)$&mdash;$hash$$endif$
</p> </p>
$endif$ $endif$
$if(docnumber)$
<p class="lead"><a href="$docnumber$.pdf" target="_blank">PDF version</a></p>
$endif$
$if(abstract)$ $if(abstract)$
<h3 class="text-center">Abstract</h3> <h3 class="text-center">Abstract</h3>
<p class="text-justify">$abstract$</p> <p class="text-justify">$abstract$</p>

Loading…
취소
저장