https://codeberg.org/gnuastro/papers
Tip revision: be18976f002fb02e27615196c05467b963b3e94c authored by Mohammad Akhlaghi on 24 October 2023, 11:54:13 UTC
Minor typo corrected in paper.tex and extra Gnuastro citation removed
Minor typo corrected in paper.tex and extra Gnuastro citation removed
Tip revision: be18976
fig-pointing-demo.tex
%% Plot the three output images from the tutorial.
%
%% Copyright (C) 2023-2023 Mohammad Akhlaghi <mohammad@akhlaghi.org>
%
%% This file is free software: you can redistribute it and/or modify it
%% under the terms of the GNU General Public License as published by the
%% Free Software Foundation, either version 3 of the License, or (at your
%% option) any later version.
%
%% This file is distributed in the hope that it will be useful, but WITHOUT
%% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
%% FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
%% for more details.
%
%% You should have received a copy of the GNU General Public License along
%% with this file. If not, see <http://www.gnu.org/licenses/>.
\begin{tikzpicture}
\node[anchor=south] (img) at (0\linewidth,0\linewidth)
{\includegraphics[width=0.31\linewidth]
{tex/build/figures/pointing-demo/basic.pdf}};
\node[anchor=south] (img) at (0.33\linewidth,0\linewidth)
{\includegraphics[width=0.31\linewidth]
{tex/build/figures/pointing-demo/noised.pdf}};
\node[anchor=south] (img) at (0.66\linewidth,0\linewidth)
{\includegraphics[width=0.31\linewidth]
{tex/build/figures/pointing-demo/trim.pdf}};
\end{tikzpicture}
