Calendars and Miscellaneous ⇒ template for a notation tabel
template for a notation tabel
does anybody have a template for a notation tabel? (see pictures)
Thanks
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
template for a notation tabel
Here is a quick start:
Code: Select all
\documentclass{article}\usepackage{tabularx}\usepackage{booktabs}\usepackage[labelfont=bf,format=plain,justification=raggedright,singlelinecheck=false]{caption}\begin{document}\begin{table}\caption{Notation for\ldots}\begin{tabularx}{\textwidth}{@{}XX@{}}\topruleIndices \\$K$ & Number of ... \\$T$ & Number of ... \\Parameters \\c & something \\\bottomrule\end{tabularx}\end{table}\end{document}
template for a notation tabel
Could you please explain to me how I can adjust the width of each collums? For example the first collum should be 20% of the textwidth...
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
template for a notation tabel
tabularx
line to:Code: Select all
\begin{tabularx}{\textwidth}{@{}p{0.2\textwidth}X@{}}
p{0.2\textwidth}
is standard tabular syntax and specifies a column with 20% of the text width.X
is tabularx
syntax and specifies a column that fills all available space up to the max we set above (\textwidth
).Stefan
template for a notation tabel

template for a notation tabel
my notationtable is nearly done but now I don't know how I can fix the following problems:
I just want to move all variable descriptions to the left while the topics (like Parameters: or Decision variables:) can fit a whole row. (see screenshot) And why is there so much Space between Random Variables and BL_kt?
Could you please help me with that?
Thank you!
Code: Select all
\begin{table}[h]\caption{Notation}\begin{tabularx}{\textwidth}{p{0.22\textwidth}X}\toprule{\ul Indices: } \\$K$ & number of products (k \in\{1,...,K\}) \\$T$ & number of periods (t \in\{1,...,T\})\\{\ul Parameters: } \\\delta_k & target δ-service level for product k \\\epsilon & \\c_t & production capacity in period t \\c^r_t & Remanufacturing capacity in period t \\hc_k & holding cost of product k per unit and period \\hc_k & holding cost of product k per unit and period \\oc & overtime costs per unit \\M_{kt} & bignumber for product k in period t\\pc_{k} & production cost of product k per unit\\pc^r_{k} & remanufacturing cost of product k per unit\\sc_{k} & setup cost of product k\\sc^r_{k} & setup cost of returned product k\\tp_{k} & production time for one unit of product k\\tp^r_{k} & remanufacturing time for one unit of product k\\ts_{k} & setup time of product k\\ts^r_{k} & setup time of returned product k\\{\ul Random variables: } \\BL_{kt} & backlog of product k at the end of period t\\D_{kt} & external demand of product k in period t \\I_{kt} & net inventory of product k at the end of period t \\I^r_{kt} & net inventory of returns of product k at the end of period t \\IP_{kt} & physical inventory of product k at the end of period t\\IP^r_{kt} & physical inventory of recoverables at the end of period t\\R_{kt} & returns of product k in period t\\SF^r_{kt} & Shortfall of recoverables of product k in period t\\{\ul Decision variables: } \\q_{kt} & production quantity of product k in period t\\q^r_{kt} & remanufacturing quantity of product k in period t \\o_{t} & amount of overtime for production in period t \\o^r_{t} & amount of overtime for remanufacturing in period t\\% \gamma_{kt} & binary setup indicator for production of product k in period t\\% \gamma^r_{kt} & binary setup variable for remanufactured product k in period t\\
- Attachments
-
- Unbenannt.PNG (62.54 KiB) Viewed 106659 times
template for a notation tabel
Any Ideas what I can do?
Thanks!
Code: Select all
\begin{table}[h]\caption{Notation des SCLSP-RM\textsuperscript{gen} Modells nach Sahling et all.(2016)}\begin{tabularx}{\textwidth}{p{0.08\textwidth}X}\toprule\multicolumn{2}{l}{{\ul Indices:}} \\$K$ & number of products (k \in\{1,...,K\}) \\$T$ & number of periods (t \in\{1,...,T\})\\\multicolumn{2}{l}{{\ul Parameters:}} \\\delta_k & target δ-service level for product k \\\epsilon & \\c_t & production capacity in period t \\c^r_t & Remanufacturing capacity in period t \\hc_k & holding cost of product k per unit and period \\hc_k & holding cost of product k per unit and period \\oc & overtime costs per unit \\M_{kt} & bignumber for product k in period t\\pc_{k} & production cost of product k per unit\\pc^r_{k} & remanufacturing cost of product k per unit\\sc_{k} & setup cost of product k\\sc^r_{k} & setup cost of returned product k\\tp_{k} & production time for one unit of product k\\tp^r_{k} & remanufacturing time for one unit of product k\\ts_{k} & setup time of product k\\ts^r_{k} & setup time of returned product k\\\multicolumn{2}{l}{{\ul Random variables:}} \\BL_{kt} & backlog of product k at the end of period t\\D_{kt} & external demand of product k in period t \\I_{kt} & net inventory of product k at the end of period t \\I^r_{kt} & net inventory of returns of product k at the end of period t \\IP_{kt} & physical inventory of product k at the end of period t\\IP^r_{kt} & physical inventory of recoverables at the end of period t\\R_{kt} & returns of product k in period t\\SF^r_{kt} & Shortfall of recoverables of product k in period t\\\multicolumn{2}{l}{{\ul Decision variables:}} \\q_{kt} & production quantity of product k in period t\\q^r_{kt} & remanufacturing quantity of product k in period t \\o_{t} & amount of overtime for production in period t \\
- Attachments
-
- Unbenannt.PNG (54.64 KiB) Viewed 106647 times
-
- 2.PNG (54.42 KiB) Viewed 106647 times
template for a notation tabel
Any Ideas what I can do?
Thanks!
Code: Select all
\begin{table}[h]\caption{Notation des SCLSP-RM\textsuperscript{gen} Modells nach Sahling et all.(2016)}\begin{tabularx}{\textwidth}{p{0.08\textwidth}X}\toprule\multicolumn{2}{l}{{\ul Indices:}} \\$K$ & number of products (k \in\{1,...,K\}) \\$T$ & number of periods (t \in\{1,...,T\})\\\multicolumn{2}{l}{{\ul Parameters:}} \\\delta_k & target δ-service level for product k \\\epsilon & \\c_t & production capacity in period t \\c^r_t & Remanufacturing capacity in period t \\hc_k & holding cost of product k per unit and period \\hc_k & holding cost of product k per unit and period \\oc & overtime costs per unit \\M_{kt} & bignumber for product k in period t\\pc_{k} & production cost of product k per unit\\pc^r_{k} & remanufacturing cost of product k per unit\\sc_{k} & setup cost of product k\\sc^r_{k} & setup cost of returned product k\\tp_{k} & production time for one unit of product k\\tp^r_{k} & remanufacturing time for one unit of product k\\ts_{k} & setup time of product k\\ts^r_{k} & setup time of returned product k\\\multicolumn{2}{l}{{\ul Random variables:}} \\BL_{kt} & backlog of product k at the end of period t\\D_{kt} & external demand of product k in period t \\I_{kt} & net inventory of product k at the end of period t \\I^r_{kt} & net inventory of returns of product k at the end of period t \\IP_{kt} & physical inventory of product k at the end of period t\\IP^r_{kt} & physical inventory of recoverables at the end of period t\\R_{kt} & returns of product k in period t\\SF^r_{kt} & Shortfall of recoverables of product k in period t\\\multicolumn{2}{l}{{\ul Decision variables:}} \\q_{kt} & production quantity of product k in period t\\q^r_{kt} & remanufacturing quantity of product k in period t \\o_{t} & amount of overtime for production in period t \\