Compare commits
2 Commits
7339b1d06f
...
0366f7c2e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 0366f7c2e3 | |||
| fa22effa0d |
7
dockerfiles/Dockerfile.alpine
Normal file
7
dockerfiles/Dockerfile.alpine
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM alpine:3.19
|
||||||
|
|
||||||
|
RUN apk update && apk upgrade
|
||||||
|
RUN apk add make texlive texmf-dist-pictures
|
||||||
|
RUN apk add texmf-dist-publishers
|
||||||
|
RUN apk add texmf-dist-science
|
||||||
|
RUN apk add texmf-dist-fontsextra
|
||||||
9
dockerfiles/Dockerfile.archlinux
Normal file
9
dockerfiles/Dockerfile.archlinux
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM archlinux:latest
|
||||||
|
|
||||||
|
RUN pacman-key --init
|
||||||
|
RUN pacman-key --populate archlinux
|
||||||
|
RUN pacman -Sy archlinux-keyring --noconfirm && pacman -Su --noconfirm
|
||||||
|
|
||||||
|
RUN pacman -Syu --noconfirm
|
||||||
|
RUN pacman -S make perl texlive texlive-binextra texlive-pictures --noconfirm
|
||||||
|
RUN pacman -S texlive-publishers texlive-mathscience texlive-fontsextra --noconfirm
|
||||||
7
dockerfiles/Dockerfile.ubuntu
Normal file
7
dockerfiles/Dockerfile.ubuntu
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
RUN apt update -y && apt upgrade -y
|
||||||
|
RUN apt install make texlive latexmk texlive-pictures -y
|
||||||
|
RUN apt install make texlive-publishers texlive-science texlive-fonts-extra -y
|
||||||
29
letter.tex
29
letter.tex
@ -1,28 +1,19 @@
|
|||||||
\documentclass[journal]{IEEEtran}
|
\documentclass[journal]{IEEEtran}
|
||||||
|
|
||||||
|
|
||||||
\usepackage{amsmath,amsfonts}
|
\usepackage{amsmath,amsfonts}
|
||||||
|
\usepackage{float}
|
||||||
\usepackage{algorithmic}
|
\usepackage{algorithmic}
|
||||||
\usepackage{algorithm}
|
\usepackage{algorithm}
|
||||||
\usepackage{array}
|
|
||||||
\usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
|
|
||||||
\usepackage{textcomp}
|
|
||||||
\usepackage{stfloats}
|
|
||||||
\usepackage{url}
|
|
||||||
\usepackage{verbatim}
|
|
||||||
\usepackage{graphicx}
|
|
||||||
\usepackage{cite}
|
|
||||||
\usepackage[dvipsnames]{xcolor}
|
|
||||||
\usepackage{float}
|
|
||||||
\usepackage{tikz}
|
|
||||||
\usepackage{pgfplots}
|
|
||||||
\usetikzlibrary{spy, arrows.meta,arrows}
|
|
||||||
\pgfplotsset{compat=newest}
|
|
||||||
\usepgfplotslibrary{colormaps}
|
|
||||||
\usepackage{listings}
|
|
||||||
\usepackage{lipsum}
|
|
||||||
\usepackage{dsfont}
|
|
||||||
\usepackage{ulem}
|
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
|
\usepackage{dsfont}
|
||||||
|
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usetikzlibrary{spy, arrows.meta,arrows}
|
||||||
|
|
||||||
|
\usepackage{pgfplots}
|
||||||
|
\pgfplotsset{compat=newest}
|
||||||
|
|
||||||
|
|
||||||
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
\hyphenation{op-tical net-works semi-conduc-tor IEEE-Xplore}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user