Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View tpavlic's full-sized avatar

Organizations

@vim-latex

Block or report tpavlic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. splncs04nat splncs04nat Public

    natbib compatible splncs04.bst (Springer LNCS) BibTeX Style File built using a docstrip with the conventional merlin.mbs master file.

    51 19

  2. latex_cv_template latex_cv_template Public

    A simple, customizable LaTeX curriculum-vitae (CV) template that is built on top of the article documentclass and leverages standard LaTeX packages to create reusable components for structuring the…

    TeX 2 2

  3. giteditor giteditor Public

    Forked from dharrigan/giteditor

    A modification of the excellent HGEDITOR.SH that is distributed with the Mercurial version control system. I've simply modified it to work with Git.

    Shell 1

  4. R Script for Understanding Main and ... R Script for Understanding Main and Interaction Effects in Linear Models (3-Level Factor Example)
    1
    library(ggplot2)    # for ggplot
    2
    library(ggeffects)  # for ggpredict
    3
    
                  
    4
    # See also the 2-level example at:
    5
    # https://gist.github.com/tpavlic/e57cff949e4006855d2ef4cc96d5ba04
  5. md2qti md2qti Public

    Support for converting a purely Markdown-based quiz format to QTI archives for Canvas and other LMS

    Python