Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro renamed and modified, chapter12 renamed as IndividualSpreadFooting, Run Script Added #15

Merged
merged 6 commits into from
Jan 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ sage-plots-for-main.tex
*.lof
*.lot
*.xml
*.bbl
*.blg
*.lochart

229 changes: 114 additions & 115 deletions chapter12.tex → IndividualSpreadFooting.tex

Large diffs are not rendered by default.

Empty file modified LICENSE
100644 → 100755
Empty file.
5 changes: 4 additions & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ To run:
2)biber main
3)sage main.sagetex.sage
4)pdflatex main.tex


To create pdf through script run:
--------------------------
./run
19 changes: 8 additions & 11 deletions main.tex
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
%selecting class of document%
\documentclass{report}
%Inputing needed package file%
\input{usepackage.tex}
\documentclass{book}
\setcounter{chapter}{11}
%Inputing needed package file%
\input{usepackage.tex}

\begin{document}
%inputing title file%
%inputing title file%
\input{title.tex}

%Inputing chapter12 file%

\setcounter{chapter}{11}

\input{chapter12.tex}


%Inputing chapter12 file%
\input{IndividualSpreadFooting.tex}
\end{document}
4 changes: 4 additions & 0 deletions run
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pdflatex main.tex
sage main.sagetex.sage
biber main
pdflatex main.tex
Empty file modified title.tex
100644 → 100755
Empty file.
37 changes: 21 additions & 16 deletions usepackage.tex
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
\usepackage{geometry}
\geometry{ a4paper,total={170mm,257mm}, left=20mm, top=20mm}
% total specifies text width and height should not exceed 170mm,257mm.
% right, bottom margins set automatically
\geometry{a4paper,total={170mm,257mm}, left=20mm, top=20mm}
\usepackage{sagetex}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{subcaption}
\usepackage{enumerate}
\usepackage{pgfplotstable}
\usepackage{booktabs}
\newcommand{\figmacro}[1] {Fig. #1}
\newcommand{\equmacro}[1] {Equation #1}
\newcommand{\chartmacro}[1] {Chart #1}
\newcommand{\tablemacro}[1] {Table #1}
\newcommand{\Fefouronefivemacro}[1] {$Fe$ 415 #1}
\newcommand{\Fefivezerozeromacro}[1] {$Fe$ 500 #1}
\newcommand{\Fetwofivezeromacro}[1] {$Fe$ 250 #1}
\newcommand{\kNmacro}[1] { kN #1}
\newcommand{\kNmsquaremacro}[1] { kN/m^2 #1}
\newcommand{\cmmacro}[1] { mm #1}
\newcommand{\Nmmsquaremacro}[1] { Nmm^2 #1}
\newcommand{\cmsquaremacro}[1] { m^2 #1}
\newcommand{\cmsquaremetermacro}[1] { cm^2/m #1}
\DeclareCaptionType[fileext=loc]{chart}[Chart][List of Charts]
\usepackage{graphicx}
\usepackage[autostyle]{csquotes}
%\usepackage[autostyle]{csquotes}
\bibliographystyle{unsrt}
\usepackage[backend=biber]{biblatex}
%====================Macro Definition =====================%
\newcommand{\fig}{Fig.}
\newcommand{\eqn}{Equation}
\newcommand{\chartm}{Chart}
\newcommand{\tablem}{Table}
\newcommand{\fefouronefive}{$Fe$ 415}
\newcommand{\fefivezerozero}{$Fe$ 500}
\newcommand{\fetwofivezero}{$Fe$ 250}
\newcommand{\kn}{kN}
\newcommand{\knpms}{kN/m^2}
\newcommand{\cm}{mm}
\newcommand{\npmms}{N/mm^2}
\newcommand{\ms}{m^2}
\newcommand{\cmspm}{cm^2/m}
\DeclareCaptionType{chart}
\addbibresource{chapter12.bib}
%\bibliography{chapter12}