• R/O
  • SSH

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Révision e2ec3deecd726368c0f44f80c35d167d98eb7fbf
Taille 1,461 octets
l'heure 2019-09-16 23:49:43
Auteur Lorenzo Isella
Message de Log

A simple tex file to compile latex tables into a standalone pdf.

Content

\documentclass{article}
\usepackage[a4paper]{geometry}
 
 
\begin{document}

\pagenumbering{gobble}% Remove page numbers (and reset to 1)
% \clearpage
% \thispagestyle{empty}




% latex table generated in R 3.6.1 by xtable 1.8-4 package
% Mon Sep 16 14:47:30 2019
\begin{table}[ht]
\centering
\begin{tabular}{lllr}
  \hline
Importer & Exporter & Product & Number of NTM \\ 
  \hline
X & Y & A &   2 \\ 
  X & Y & B &   2 \\ 
  X & Y & C &   2 \\ 
  X & Y & D &   2 \\ 
   \hline
\end{tabular}
\caption{NTM on products from exporting country Y imposed by importing
  country X.}
\end{table}


% latex table generated in R 3.6.1 by xtable 1.8-4 package
% Mon Sep 16 14:47:30 2019
\begin{table}[ht]
\centering
\begin{tabular}{lllr}
  \hline
Importer & Exporter & Product & Number of NTM \\ 
  \hline
Z & Y & A & 3 \\ 
  Z & Y & B & 1 \\ 
  Z & Y & C & 3 \\ 
  Z & Y & D & 1 \\ 
   \hline
\end{tabular}
\caption{NTM on products from exporting country Y imposed by importing
  country Z.}
\end{table}
% latex table generated in R 3.6.1 by xtable 1.8-4 package
% Mon Sep 16 14:47:30 2019
\begin{table}[ht]
\centering
\begin{tabular}{lllr}
  \hline
Importer & Exporter & Product & Number of NTM \\ 
  \hline
W & Y & A & 3 \\ 
  W & Y & B & 1 \\ 
  W & Y & C & 4 \\ 
  W & Y & G & 2 \\ 
  W & Y & H & 1 \\ 
  W & Y & I & 1 \\ 
   \hline
\end{tabular}
\caption{NTM on products from exporting country Y imposed by importing
  country W.}
\end{table}





\end{document}