X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcreaNewProject%2FNewProject%2Fdoc%2FUserDocumentation%2FCMakeLists.txt;h=36747f4558238b7b64116eb9cc6c3ded979d8f9d;hb=93a01c90f4287c8a0dee561c8c0236889d059ac0;hp=f12e4d11269ceb29bb484ecca3e68698345af51e;hpb=7fed43e19b367f885e1df8d7e780f6fd9293d581;p=crea.git diff --git a/appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt b/appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt index f12e4d1..36747f4 100644 --- a/appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt +++ b/appli/creaNewProject/NewProject/doc/UserDocumentation/CMakeLists.txt @@ -1,7 +1,39 @@ MESSAGE(STATUS "") MESSAGE(STATUS "=======================================") -MESSAGE(STATUS "Configuring bbtk Package Developers' Guide build ") -USER_DOC_INSTALL_IMAGES(UserDocumentation) -USER_BUILD_LATEX_DOC(UserDocumentation UserDocumentation) -USER_BUILD_HTML_DOC_FROM_LATEX(UserDocumentation UserDocumentation) +MESSAGE(STATUS "Configuring user documentation ") + +SET(ARTICLE_LINKS "

Conference Articles


") + +#The name of the conference should be the same name as the folder where the *.tex file is located +SET(CONFERENCE_NAME "TemplateIEEE") +#Filename of the *.tex file without extension, the *.bib file must be named the same +SET(ARTICLE_NAME "bare_conf") + +USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME}) + + +#SET(ARTICLE_LINKS "

Journal Articles


") + +#The name of the conference should be the same name as the folder where the *.tex file is located +#SET(CONFERENCE_NAME "TemplateIEEE") +#Filename of the *.tex file without extension, the *.bib file must be named the same +#SET(ARTICLE_NAME "bare_conf") + +#USER_BUILD_LATEX_DOC("1" ${CONFERENCE_NAME} ${ARTICLE_NAME}) + + +#SET(ARTICLE_LINKS "

Posters


") +#The name of the conference should be the same name as the folder where the *.tex file is located +#SET(CONFERENCE_NAME "POSTERCONF") +#Filename of the *.tex file without extension, the *.bib file must be named the same +#SET(ARTICLE_NAME "MYPOSTER") + + +CONFIGURE_FILE( + ${CMAKE_CURRENT_SOURCE_DIR}/UserDocumentationLinks.txt.in + ${CMAKE_CURRENT_BINARY_DIR}/../UserDoxygen/UserDocumentationLinks.txt + ) + + + MESSAGE(STATUS "=======================================")