Skip to content

Commit

Permalink
Remove unused LaTeX preambles
Browse files Browse the repository at this point in the history
They were listed as a dependencies of tutorial 06, but weren't
actually included anywhere.
  • Loading branch information
jngrad committed Oct 16, 2019
1 parent e2347b7 commit d215398
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 224 deletions.
124 changes: 0 additions & 124 deletions doc/misc/common.tex

This file was deleted.

3 changes: 1 addition & 2 deletions doc/tutorials/06-active_matter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ get_filename_component(BASENAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)
add_custom_command(
OUTPUT ${BASENAME}.pdf
COMMAND sh ../../latexit.sh
${CMAKE_CURRENT_SOURCE_DIR}:${CMAKE_CURRENT_SOURCE_DIR}/../common
${CMAKE_CURRENT_SOURCE_DIR}
${BASENAME}
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${BASENAME}.tex
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../common
)

add_custom_target(tutorials_06 DEPENDS ${BASENAME}.pdf)
98 changes: 0 additions & 98 deletions doc/tutorials/common/common.tex

This file was deleted.

0 comments on commit d215398

Please sign in to comment.