https://github.com/gkapfham/seke2015-paper
Source Code of and Supporting Files for a Paper Published at SEKE 2015
https://github.com/gkapfham/seke2015-paper
bibtex latex-document paper research
Last synced: 8 months ago
JSON representation
Source Code of and Supporting Files for a Paper Published at SEKE 2015
- Host: GitHub
- URL: https://github.com/gkapfham/seke2015-paper
- Owner: gkapfham
- Created: 2015-07-15T20:43:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T22:56:14.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T21:41:28.437Z (9 months ago)
- Topics: bibtex, latex-document, paper, research
- Language: TeX
- Homepage:
- Size: 5.7 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seke2015-paper
This repository contains the LaTeX source code and additional resources for a paper that was accepted for publication at
the 27th International Conference on Software Engineering and Knowledge Engineering (SEKE 2015). The source code of the
paper uses the LaTeX style files provided by the organizers of the conference and a wide variety of other packages that
are normally standard with a modern LaTeX distribution such a TeXLive 2015.You are invited to use this repository as a means for learning more about preparing papers in the field of software
engineering and as a way to investigate the results and writing in our paper. If you find this example useful, could I
trouble you to star this repository and then acknowledge it in your own research efforts? If you would like to learn
more about my research program, then you can checkout my
[gkapfham/research-bibliography](https://github.com/gkapfham/research-bibliography).You can type the following command if you want to clone this repository:
```shell
git clone https://github.com/gkapfham/seke2015-paper.git
```Then, if you want to compile the paper to a PDF, you should type the following commands.
```shell
cd seke2015-paper
pdflatex seke.tex
bibtex seke.aux
pdflatex seke.tex
```Please note that this has been tested on an Ubuntu 15.04 workstation running a very recent version of LaTeX that was
manually installed using the TeXLive installer. It is also worth noting that you can also compile the paper using other
LaTeX development tools, such as `latexmk`. If you are unable to compile the paper with your development tools and your
execution environment, then please open a new issue and I will attempt to resolve your concerns.