Hello,
does anybody have a template for a notation tabel? (see pictures)
Thanks
LaTeX forum ⇒ Calendars and Miscellaneous ⇒ template for a notation tabel Topic is solved
template for a notation tabel
Last edited by Elmaltus on Fri Jan 18, 2019 4:21 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10068
- Joined: Mon Mar 10, 2008 9:44 pm
template for a notation tabel Topic is solved
Welcome to the forum!
Here is a quick start:
Stefan
Here is a quick start:
\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@{}} \toprule Indices \\ $K$ & Number of ... \\ $T$ & Number of ... \\ Parameters \\ c & something \\ \bottomrule \end{tabularx} \end{table} \end{document}
Stefan
LaTeX.org admin
template for a notation tabel
Thank you, that helped a lot!
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...
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: 10068
- Joined: Mon Mar 10, 2008 9:44 pm
template for a notation tabel
Adjust the
Stefan
tabularx
line to:\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
LaTeX.org admin
template for a notation tabel
Thanks now i got it 

template for a notation tabel
Hello,
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!
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!
\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\\ \bottomrule \end{tabularx} \end{table}
- Attachments
-
- Unbenannt.PNG (62.54 KiB) Viewed 34337 times
template for a notation tabel
Okay I fixed the layout problems myself. But I don't know why the table moves to the end of my document when I add two more rows. (see pictures) There should be enough space for two more rows but it still is not on the right spot.
Any Ideas what I can do?
Thanks!
Any Ideas what I can do?
Thanks!
\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 \\ 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\\ \bottomrule \end{tabularx} \end{table}
- Attachments
-
- Unbenannt.PNG (54.64 KiB) Viewed 34325 times
-
- 2.PNG (54.42 KiB) Viewed 34325 times
template for a notation tabel
Okay I fixed the layout problems myself. But I don't know why the table moves to the end of my document when I add two more rows. (see pictures) There should be enough space for two more rows but it still is not on the right spot.
Any Ideas what I can do?
Thanks!
Any Ideas what I can do?
Thanks!
\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 \\ 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\\ \bottomrule \end{tabularx} \end{table}
Return to “Calendars and Miscellaneous”
Who is online
Users browsing this forum: No registered users and 1 guest