JDMCreator / LaTeXTableEditor

readme
MIT License
137 stars 14 forks source link

LaTeXTableEditor issue #86

Open quimicocesar opened 9 months ago

quimicocesar commented 9 months ago

Describe the bug A clear and concise description of what the bug is.

Answer the following questions

  1. Which browser are you using:

JSON code

Add the JSON code generated by the editor. To do so, click on "File > Generate JSON" at the top left corner of the editor. It will allow anyone to reproduce the table and any options you selected. Beware of any sensitive or confidential information in your table, as it will be part of the JSON code:

Your JSON code here.

Related LaTeX code

Insert any related LaTeX code here:


\begin{table}[!h]
    \centering
    \begin{tabular}{|l|l|}
        \hline
        \textbf{Name of the author and e-mail ID}                                                    & \textbf{Types of contribution}                                                                                                         \\ \hline
    \begin{tabular}[c]{@{}l@{}}Annye \\ prestessilvia@yahoo.com.br \end{tabular} \\
        \begin{tabular}[c]{@{}l@{}}Antonio Cesar Godoy\\ufgd.work.group.aqua@gmail.com\end{tabular}                             & \multirow{8}{*}{\begin{tabular}[c]{@{}l@{}}Conceptualization, Investigation,\\Methodology, Writing,\\review editing\end{tabular}}  \\
        \begin{tabular}[c]{@{}l@{}}Claucia A. Honorato\\clauciaahonorato@ufgd.edu.br\end{tabular}                               &                                                                                                                                    \\
        \begin{tabular}[c]{@{}l@{}}Dacley H. Neu\\dacleyneu@ufgd.edu.br\end{tabular}                                            &                                                                                                                                    \\
        \begin{tabular}[c]{@{}l@{}}Heriberto Gimenes Junior\\heriberto\_g\_junior@hotmail.com\end{tabular}                      &                                                                                                                                    \\
        \begin{tabular}[c]{@{}l@{}}Higo A. Abe\\higabe@gmail.com\end{tabular}                                          &                                                                                                                                    \\
        \begin{tabular}[c]{@{}l@{}}Leticia Fantini-Hoag\\lef0022@auburn.edu\end{tabular}                                      &                                                                                                                                    \\
        \begin{tabular}[c]{@{}l@{}}Marcos Paiva Scardua\\mscardua@hotmail.com\end{tabular}                                      &                                                                                                                                    \\
        \hline
    \end{tabular}
\end{table}```