GithubHelp home page GithubHelp logo

lxchecker-thesis's Introduction

Autor: Mircea Bardac
E-mail: [email protected]

Repository: http://elf.cs.pub.ro/gitosis/?p=template-licenta.git;a=summary

Copyright notice: you must keep the original author(s)/copyright information in the files

This directory contains the Bachelor Thesis template written by Mircea Bardac
- The thesis text is placed in "src/"
- The thesis is generated into "thesis.pdf"

Debian packages required for building the thesis:
- texlive
- texlive-latex-extra

Setup:
* change everything as needed in src/
* don't forget to change global.tex
* to change the color of the links search for the word "blue"
  in thesis.cs.pub.ro and change it (you might want to print
  the links in black)

Important note:
* The "_" (underscore) character doesn't have to be escaped
  ('underscore' package is used)
* To write in Romanian, uncomment the "Romanian Language support"
  section in thesis.cs.pub.ro and use UTF8 encoding for .tex files
* For different line spacing, write for example \onehalfspacing
  before the part which should be with 1.5 line spacing;
  for example, writing this in "thesis.tex" before "\input{src/main}"
  will make all the chapters with 1.5 line spacing


For more syntax definitions please check thesis.cs.pub.ro.cls.
Some of the definitions and their usage can be found below.

Implemented commands:
% command for formatting inline functions
% Usage (default language = C)
%   \func{function_name}
%   \func[language]{function_name}
%      'language' must be supported by package 'listings'


% command for formatting file names
% Usage: \file{filename}

% command for formatting inline commands
% Usage: \cmd{command with parameters}

% commands for creating labeled hyper-linked references
% Usage: \labelindexref{Section}{sec:intro}
%   creates hyperlink with text "Section <number>"
%   where <number> is the section number of sec:intro
%   pointing to sec:intro
% Usage: \labelref{text for hyperlink}{sec:intro}
%   creates hyperlink with text "text for hyperlink"
%   pointing to sec:intro

% command for inserting labeled figures
% Usage: \fig[params]{file}{label}{caption}
%   where: file is the file name
%          label is the label used for referencing the figure
%          caption is the text appearing with the figure
%          params is a list of parameters accepted
%            by the \includegraphics command, for example "scale=0.5"

% Footnote with hyperlinked URL
% Usage \footnote{\url{http://www.google.com/}}


% Creating abbreviations
%    place it anywhere in the .tex sources
%    does not render the abbreviation at the location where placed
% \abbrev{CS}{Computer Science}

% Adding words/concepts to the index
%    place it anywhere in the .tex sources
%    does not render the words at the location where placed
% \index{context switch latency}

% Inline Listing example
\lstset{language=make,caption=Application Makefile,label=lst:app-make}
\begin{lstlisting}
CSRCS = app.c
SRC_DIR =..
include $(SRC_DIR)/config/application.cfg
\end{lstlisting}

% Listing from file example:
\lstset{caption=Test Specification generation Makefile (Makefile.spec),
label=lst:makefile-spec}
\lstinputlisting{src/code/build/Makefile.spec}


% Table example
\begin{center}
\begin{table}[htb]
  \caption{Generated reports - associated Makefile targets and scripts}
  \begin{tabular}{l*{6}{c}r}
    Generated report & Makefile target & Script \\
    \hline
    Full Test Specification & full_spec & generate_all_spec.py  \\
    Test Report & test_report & generate_report.py  \\
    Requirements Coverage & requirements_coverage &
    generate_requirements_coverage.py   \\
    API Coverage & api_coverage & generate_api_coverage.py  \\
  \end{tabular}
  \label{table:reports}
\end{table}
\end{center}

lxchecker-thesis's People

Contributors

andreiduma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.